KDE TechBase
  • Page
  • Discussion
  • Edit
  • History
KDE TechBase is a Wiki - You can help! Please contribute! Questions?
Please ask development related questions in the KDE Community Forum.

Contribute/Bugsquad/BugDays/KMailDay4

< Contribute | Bugsquad | BugDays

Contents

  • 1 Introduction
  • 2 Requirements
  • 3 General information
  • 4 Preparations
  • 5 Junior Jobs
  • 6 Workflow
    • 6.1 Testcases
    • 6.2 Unclear
    • 6.3 Is it a big bug?
    • 6.4 Double Check!
    • 6.5 Keep this page updated!
  • 7 Hints
  • 8 Common Bugs
    • 8.1 Message list related
    • 8.2 Account loss
    • 8.3 IMAP filters
  • 9 Sign-in
  • 10 Division of Labour
    • 10.1 The batches
    • 10.2 More batches
    • 10.3 Even more batches
  • 11 Bugs that need changes that require permissions
    • 11.1 Bugs to be marked as TRIAGED
    • 11.2 Bugs to be marked as TESTCASE
    • 11.3 Bugs needing version field changed
    • 11.4 Bugs needing component field changed
  • 12 Special interest bugs
    • 12.1 High profile
    • 12.2 Junior Job Proposals
  • 13 Completed Bugs
    • 13.1 Bugs to be marked as RESOLVED
    • 13.2 Bugs with test-cases
    • 13.3 Bugs with step-by-step instructions
    • 13.4 Bugs to be marked as INVALID
    • 13.5 Bugs to be marked as DUPLICATE
    • 13.6 Bugs that should be WISHES
    • 13.7 Bugs needing users with particular setups
    • 13.8 Non english locales
    • 13.9 Bugs needing attention from KMail developers
    • 13.10 Bugs awaiting feedback
    • 13.11 Bugs that you can't do
    • 13.12 Bugs not related to KMail
    • 13.13 Bugs requiring large IMAP folders

[edit] Introduction

Good morning and happy Bugsquad anniversary everyone. If this is the first time you're taking part in a bug triage, don't be scared by the amount of explanatory text on this page. We hope it's easily understandable - if it isn't bug us on IRC :-)

This is the page for KMailDay4 which takes place on Saturday/Sunday, April 4/5th 2009, but feel free to start early. The aim of this bug day is to organize as many of the KMail bugs as possible, identifying duplicate bug reports and already fixed bugs. Our targets for triage are bugs listed in bugs.kde.org under the product kmail.

[edit] Requirements

You don't need any programming experience to help out with Triaging, but you will need a recent version of KMail, either svn trunk or a recent release (eg. KDE 4.2.2). Information on setting up KDE from trunk can be found here. If you're having trouble installing KDE, feel free to drop by on #kde-bugs early to get some help.

[edit] General information

  • This page has useful information on how to not mis-mark bugs. In particular, "duplicates are hard". Generally we don't want to claim things are duplicates when they aren't. Make sure you get approval from a developer before you mark something a duplicate. We don't want to create more work for the developers!
  • Be sure to join #kde-bugs on irc.freenode.net, as this is where the bug-day will be coordinated. (You can even join now!)

[edit] Preparations

First of all, put your name and the version of KMail you are testing with into the Sign-in section. Then read the descriptions of the various sections to file bugs in carefully.

[edit] Junior Jobs

KMail is in search for bugs which are easy enough to fix for someone just starting out developing for KDE or KMail. Those kinds of bugs are called "Junior Jobs". If you think a bug sounds really easy to fix so it might qualify as a junior job, please put it in the "Junior Job Proposals" section. They will later be checked by the KMail developers if they really fit the scheme. In case a developer is around, you might as well ask him right away.

[edit] Workflow

  1. Select one of the batches of bugs you'd like to do and pick it by putting your name into the appropriate column.
  2. Execute the query to get the list of bugs and go through the bugs one by one.
    1. Read the bug description and the comments carefully and try to reproduce the bug.
    2. Post a comment on bugzilla explaining what you found out. Be sure to also put the version of KMail you are testing with in the comment.
    3. Put the bug into the appropriate section and describe your findings here as well (eg. "Can't reproduce any longer" or "This bug is still reproducible for me"). If there's something special about a bug, you can prepend a little label like eg. crash. Please mark every bug with your IRC nickname. You can easily do that by appending ~~~.
    4. Check if the bug's Version field is set properly. The version field for KMail bugs should always contain the last KMail version the bug is/was reproducible with. If the bug is no longer reproducible and it's unclear which version the bug last appeared in, please set it to the version you think it last happened.
    5. Check if the bug's component is set correctly. It will be of great help when checking for duplicates (eg. comparing similar bugreports in the "Disconnected IMAP" component). If you lack permissions to change the component or are unsure about it, please put the bugs in the "needs component change" section along with a comment.
    6. Check if the bug might qualify as a "Junior Job". If so, please put it in the "Junior Job Proposal" section.
    7. Mark the bug as triaged by adding the triaged keyword on the bug. Again if you lack the permissions to do so, additionally put it in the "Needs triaged keyword" section.
  3. If you're done with your batch, pick another one and start from the top :-)

[edit] Testcases

Some bugs might have documents that expose the bugs attached, for some bugs you might be able to create data that shows the buggy behaviour. In both cases we have to add the testcase keyword. If you lack permissions to do so, additionally add the bug to the "Needs testcase keyword" section.

[edit] Unclear

If something has no clear instructions on how to reproduce it, or has little useful information, add a comment asking the reporter for more detail. Then list it in the bugs awaiting feedback section. Be polite, we want to be nice to our bug reporters!

[edit] Is it a big bug?

Prioritizing is good. We're especially interested in problems that result in dataloss. Let's keep track of them.

[edit] Double Check!

Please list bugs here to get a second opinion before making the change in bugzilla. This also gives a record of what we've done for the developers to check.

[edit] Keep this page updated!

After adding triaged bugs on this page, you should keep an eye on their bugzilla status. Add yourself on the CC field in bugzilla to be informed about updates. When a bug is closed on bugzilla, it should be updated on this page.

You can use the tag <s>...</s> to mark a bug as done like this.

[edit] Hints

  • You can edit single sections of this page if you you check Enable section editing via edit links in your TechBase Preferences.
  • Sometimes you might encounter edit conflicts if several people are working on the wiki page at once. We can mostly avoid those by keeping notes of the bugs we encounter in a text editor and file several of them later at once (don't forget to save).


Tip
noframe
Please be sure to sign every bug or comment you add to this page with your irc nickname. You can use the wiki markup ~~~ to insert your wiki username automatically (but only do this if it is the same as your IRC nickname, otherwise write your IRC nickname in by hand).


[edit] Common Bugs

There are some bugs which are commonly reported several times. If you found such a bug (or think you did), you can put it here:

[edit] Message list related

  • bug #142609 - Column sizes aren't saved
  • bug #187217 - Can't change column order, column order isn't saved
  • bug #181794 - Message list contains a dotted "tree line" even in flat view
  • bug #178402 - Configured custom fonts aren't used

[edit] Account loss

There should be plenty of bugs which are related to loosing accounts or settings (either on upgrade or on crash). If you find one of them, put them here.

  • bug #174940 - Account loss on upgrade and crash.

[edit] IMAP filters

These are tricky. Let's see if we can find some dups. They might not be!

  • bug #155026 - apply a filter, then cancel it; crash Blauzahl

[edit] Sign-in

Tell developers what you are testing with. (If you expect to upgrade between now and BugDay, put what version you are using now next to the bugs/comments that you put on this page.)

Please give distro/version or SVN branch/trunk with revision below (or just beta2 if you're using that):

IRC Nickname KMail version used for testing
Lemmasvn trunk r948809
Jtamateopensuse kde 4.2.68
FiNeXsvn trunk >= r947715
Blauzahlsvn trunk r939529
dtritschersvn trunk r948814
lytenyngentoo kmail 1.11.1 from kde 4.2.1
Dario_Andres kmail svn rev. 949046 (4.3)
Ruchir openSUSE kmail 1.11.2 from kde 4.2.2
beer Debian Stable and debian unstable in virtual box
CondorDes svn trunk r949397

[edit] Division of Labour

Please choose a batch that is not already taken and then query bugs.kde.org for all bugs in that batch. Please mark you irc nickname in the table below to show which month's bugs you are working on to avoid duplication of effort.

If you have to leave before you can finish your batch, please put the last bug you triaged as well as if you're going to finish triaging in the table so others will know where you left off.


Warning
noframe
With these more recent bugs, if the report has been looked at by a developer (i.e. they cc'd themself or commented on it or posted a patch), and it seems like the issue is fixed, BUT the developer didn't close it, make sure the bug really can be closed. Often it can't.


[edit] The batches

Information mostly for people organizing:

  • The template query for the batches is this one.
  • The query contains bugs filed in 2008.
  • If you want to choose a batch but none are left, bug Lemma on IRC.
Batch No of bugs IRC Nickname Status Query
1 7 Blauzahl /jtamate done Query
2 7 FiNeX done Query
3 7 dtritscher done Query
4 7 Lemma done Query
5 7 Lemma done Query
6 7 lytenyn done Query
7 7 Lemma done Query
8 7 FiNeX done Query
9 7 Blauzahl done Query
10 7 Lemma done Query
11 7 FiNeX done Query
12 7 FiNeX done Query
13 7 lytenyn done Query
14 7 lytenyn only 2 completed Query
15 7 Lemma done Query
16 7 Lemma done Query
17 7 jtamate working Query
18 7 jtamate done Query
19 7 FiNeX done Query
20 7 jtamate done Query

(Total bugs: 140)

[edit] More batches

Choose one of those as soon as the table above runs low on bugs :) Information mostly for people organizing:

  • The template query for the batches is this one.
  • The query contains bugs filed in starting 2007-06-01.
  • If you want to choose a batch but none are left, bug Lemma on IRC.
Batch No of bugs IRC Nickname Status Query
1 7 Dario_Andres done Query
2 7 FiNeX done Query
3 7 Lemma done Query
4 7 Lemma done Query
5 7 dtritscher done Query
6 7 Lemma done Query
7 7 Lemma done Query
8 7 Blauzahl working Query
9 7 dtritscher done Query
10 7 dtritscher done Query
11 7 Ruchir done(1 left) Query
12 7 Ruchir done Query
13 7 CondorDes done Query
14 7 Ruchir done(2 left) Query
15 7 CondorDes done Query
16 7 Dario_Andres done(1 left) Query
17 7 Ruchir done Query
18 7 Ruchir done Query
19 7 Ruchir working Query
20 7 Ruchir done Query

(Total bugs: 140)

[edit] Even more batches

Choose one of those as soon as the tables above runs low on bugs :) Information mostly for people organizing:

  • The template query for the batches is this one.
  • The query contains bugs filed in starting 2008-08-03.
  • If you want to choose a batch but none are left, bug Lemma on IRC.
Batch No of bugs IRC Nickname Status Query
1 7 Ruchir done(1 left) Query
2 7 Ruchir done(1 left) Query
3 7 Ruchir done Query
4 7 Ruchir done Query
5 7 Ruchir done(1 left) Query
6 7 Ruchir done(1 left) Query
7 7 Ruchir done(1 left) Query
8 7 Ruchir done Query
9 7 Ruchir done Query
10 7 Ruchir done Query

[edit] Bugs that need changes that require permissions

If you put a bug into this section, please be sure you additionally put it into the appropriate Completed Bugs section.

[edit] Bugs to be marked as TRIAGED

Bugs that need the triaged keyword adding to them should be listed here.

[edit] Bugs to be marked as TESTCASE

Bugs needing the testcase keyword added to them should be listed here.

[edit] Bugs needing version field changed

Bugs should be listed here if their version field needs to be changed according to what written above.

[edit] Bugs needing component field changed

If a bug can be categorized better by changing its component field but you lack the permission to do it, please put the bug here.

[edit] Special interest bugs

[edit] High profile

Some bugs seem to be more important than the others. If you feel a bug is really really (really) important and you can still reproduce it, please put it here.

  • bug #163071 Crash when deleting messages from inbox - seems to be confirmed by popularity. Cannot reproduce myself, though. lytenyn

[edit] Junior Job Proposals

If you think a bug looks easy enough to fix for a developer just starting to develop KMail (or even KDE), please put it here for review by a developer. Of course you can get a developer's opinion right away if you catch one on IRC.

A list of existing KMail Junior Jobs can also be found here.

  • bug #150409 wrong tab order, should be easy to fix. dtritscher 14:34, 5 April 2009 (UTC)
  • bug #169092 kmail ready wrong file from external editor.Ruchir

[edit] Completed Bugs

Below lists the various sections for completed bugs. This aids everyone in double checking each other's work. In addition this allows those of us that don't have bugzilla permissions to list bugs so that the folks with the permissions can follow up.

[edit] Bugs to be marked as RESOLVED

Bugs that are no longer reproducible and have been fixed already go into this section. After they are double-checked they can be closed.

  • bug #156991 The bug seems fixed. I'm not able to reproduce it. Saving an opened email (.mbox) as draft doesnt crash Kmail. Someone should double check this, maybe with another IMAP server, for example. I've used dovecot 1.0.15. FiNeX
  • bug #156653 The bug seems fixed on trunk (I don't know if it has been fixed on latest 3.5). I'm not able to reproduce it. FiNeX
  • bug #156298 Even this is fixed on trunk but I don't know if it has been fixed on latest 3.5. I'm able to drag/drop URIs from emails. FiNeX
  • bug #156190 Another bug less: when kmail crash just after restoring a draft, the draft is no lost anymore like 3.5. FiNeX
  • bug #167900 Passwords with ! works. Jtamate
  • bug #165583 Gmail works perfectly fine with kmail. Jtamate
  • bug #166078 There is a progressbar when checking what the server supports. Jtamate Could reproduce bug with trunk. Moved to "Step-by-Step-instructions".dtritscher 22:04, 10 April 2009 (UTC)
  • bug #165569 KWallet is allways requested to start. Jtamate
  • bug #165487 Send queued messages using .. works for me. Jtamate
  • bug #165444 Subscriptions does not show the deleted folder. Jtamate
  • bug #158043 Could not reproduce with current trunk. dtritscher 08:16, 4 April 2009 (UTC)
  • bug #158080 All subfolders are listed correctly. dtritscher 08:24, 4 April 2009 (UTC) --Jtamate 15:50, 11 May 2009 (UTC)
  • bug #155910 Renaming, moving folders works as expected. Jtamate
  • bug #158448 dimap ressources work as expected. dtritscher 08:51, 4 April 2009 (UTC)
  • bug #89457 - Tries to create groupware servers even if they are already there (Exchange). Can't reproduce on r948809. Lemma
  • bug #161306 Replying to mails works fine even if the sender is on the form "name [name] <mail@address.com>". FiNeX
  • bug #158135 Mail selection doesn't change on mail fetching. dtritscher 09:36, 4 April 2009 (UTC) Actually a duplicate of bug #148069 - dtritscher 08:44, 5 April 2009 (UTC)
  • bug #161064 No more reproducible on KDE4: message list has been rewritten and now it works differently. FiNeX
  • bug #160990 Bug not reproducible using trunk. Scrolling the email works correctly even with attachments. FiNeX
  • bug #158599 Fetching mails via imap works fine. dtritscher 09:59, 4 April 2009 (UTC)
  • bug #159438 - Can't paste into mail body. WORKSFORME. tmcguire had the same resolution. Lemma
  • bug #159489 - Wrong folder sort order with specific locale. WORKSFORME. had already been unreproducible for other commenter. Lemma
  • bug #159998 - Signature with tabs showing up wrong. WORKSFORME. had already been unreproducible for other commenter. Lemma
  • bug #161863 Re-sending an email sent with a identity whic is not the default one, works fine on trunk. FiNeX
  • bug #161912 Kmail doesn't crash anymore in the particular case specified. FiNeX
  • bug #160164 Kmail does generate the folders just fine lytenyn
  • bug #160532 Sending inline PGP encrypted/signed emails works fine for me. lytenyn
  • bug #160783 - Can't import thunderbird mails. Can't reproduce (was never confirmed). Lemma
  • bug #162839 - find messages: outdated info about number of scanned emails - the find dialog does not display this information anymore in kde4.2.1 lytenyn
  • bug #146247 Developer+commit claims to have fixed the bug. I can't reproduce as I don't have a ldap resource. No one else replied ever. (should this be in the "feedback" list?) Dario_Andres
  • bug #162430 Moving a lot of emails doesn't freeze kmail on my PC. Asked some details to the reporter. FiNeX
  • bug #162660 Cannot reproduce on KDE4. The mail address is rightly printed on the mail header information pane. FiNeX
  • bug #162752 Cannot reproduce on KDE4, probably it has been fixed. FiNeX
  • bug #162736 Deleting a folder containing subolfeder works as expected (on a Dovecot IMAP server). FiNeX
  • bug #166585 Disconnecting kmail from the IMAP server, doesn't crash it (I've removed the network patch cable and changed the IP). FiNeX
  • bug #162772 Someone with a IMAP+POP server should check this issue. FiNeX
  • bug #146782 Has been working for me for many months now. Could also be an exim bug, but not sure. gkiagia
  • bug #146785 With wordwrap off, replying honour the settings. FiNeX
  • bug #146815 Works on trunk: distribution lists are displayed on the "select addresses" dialog. FiNeX
  • bug #146954 Deleting folders on imap works fine. FiNeX
  • bug #146975 ">" is no more added on the testcase email received. FiNeX
  • bug #147026 Folder navigation works fine, anyway it has been rewritten since KDE 3.5, so the reported bug probably is not valid for KDE 4. FiNeX
  • bug #147411 - Important column resizes if removing the last important mark. No longer reproducible. Lemma
  • bug #147464 - Can't choose HTML representation without mouse. There's a shortcut for that now. Lemma
  • bug #161528 - some emails from launchpad not sorting right. odd bug, I can't duplicate it. asked for one of the emails that did sort right Blauzahl
  • bug #147947 - Message is correctly restored after crash. dtritscher 08:40, 5 April 2009 (UTC)
  • bug #148069 - Message selection works as expected. dtritscher 08:46, 5 April 2009 (UTC)
  • bug #148083 - No crash on draggin mails from search folder. dtritscher 08:51, 5 April 2009 (UTC)
  • bug #147943 - Crash on reading mail with an invalid Content-type. Not reproducible for me. Lemma
  • bug #148509 - Ctrl+Ins works the same as Ctrl+C in the plain text viewer. Lemma
  • bug #148872 - Plain & showing up as & in message list tooltip. Not reproducible my me and Martin. Lemma
  • bug #148879 - Encrypted attachments lost in the "sent mail" folder. Not reproducible for me. Lemma
  • bug #148896 - Unsatisfying error dialog on sending an encrypted mail to an untrusted recipient. Not reproducible for me. Lemma
  • bug #148479 - Forwarding to distribution lists works fine on trunk. dtritscher 11:44, 5 April 2009 (UTC)
  • bug #149941 - No filtering problems here. dtritscher 12:48, 5 April 2009 (UTC)
  • bug #150022 - No imap crashes for a while now. dtritscher 13:05, 5 April 2009 (UTC)
  • bug #150343 - Message forwarding works fine here. dtritscher 13:41, 5 April 2009 (UTC)
  • bug #151941 - I can't reproduce on 4.3, the attachment icons are always shown. Dario_Andres
  • bug #151716 - Works properly on KDE4.2 and KDE4.3 Dario_Andres
  • bug #151919 - Works properly on KDE4.3trunk. The report is filed against the enterprise branch , should this be closed? (as that branch is supported by kolab)
  • bug #152281 - Not present in kmail 1.9.10. Ruchir
  • bug #152378 - Not present in kmail 1.9.10. Ruchir
  • bug #152504 - Not present in kmail 1.9.10. Ruchir
  • bug #152551 - Not present in kmail 1.9.10. Ruchir
  • bug #152244 - Fixed in KDE4. Ruchir
  • bug #166186 - Reported against KDE3, could not reproduce in KDE4. CondorDes
  • bug #146994 - Reported against KDE3, could not reproduce in KDE4. CondorDes
  • bug #148836 - Can no longer reproduce this bug. Lemma
  • bug #150875 - Spoke with reporter on IRC; he can't reproduce. CondorDes
  • bug #151092 - Reported against KDE3, could not reproduce in KDE4. CondorDes
  • bug #151530 - Reported against KDE3, could not reproduce in KDE4. CondorDes
  • bug #152117 Reproducible on 1.9.10 but not on 1.11.2. Ruchir
  • bug #151978 Reproducible on 1.9.10 but not on 1.11.2. Ruchir
  • bug #152009 Reproducible on 1.9.10 but not on 1.11.2. Ruchir
  • bug #150667 Can't reproduce on 1.9.10. Assuming the patch mentioned by one of the commenter might have made it to the ent branch as well. Ruchir
  • bug #150682 Can't reproduce on 1.9.10. Ruchir
  • bug #150740 Can't reproduce on 1.9.10. Ruchir
  • bug #150791 Reproducible on 1.9.10 but can't reproduce on 1.11.2. Ruchir
    • me neither, go ahead and close it Blauzahl
  • bug #170997 Can't reproduce on 1.11.2. Ruchir
  • bug #171061 - IMAP Filters works for me on 1.11.2. mcguire confirmed it. Ruchir
  • bug #168494 - Can not reproduce on 1.11.2. Ruchir
  • bug #168662 - Can not reproduce on 1.11.2. Ruchir
  • bug #168977 - Can not reproduce on 1.11.2. Ruchir
  • bug #169172 - Can not reproduce on 1.11.2. Ruchir
  • bug #168701​ - Can not reproduce on 1.11.2. Ruchir
  • bug #169177​ - Can not reproduce on 1.11.2. Ruchir
  • bug #169183​ - Can not reproduce on 1.11.2. Ruchir
  • bug #169236​ - Can not reproduce on 1.11.2. Ruchir
  • bug #169346​ - Can not reproduce on 1.11.2. Ruchir
  • bug #169354​ - Can not reproduce on 1.11.2. Ruchir
  • bug #169424​ - Can not reproduce on 1.11.2. Ruchir
  • bug #169514​ - Can not reproduce on 1.11.2. Ruchir
  • bug #169777 - Can not reproduce on 1.11.2. Ruchir
  • bug #169528 - Can not reproduce on 1.11.2. Ruchir
  • bug #171629 - Can not reproduce on 1.11.2. Ruchir
  • bug #171735 - Kmail 1.11.2 no longer asks to save to addressbook to send encrypted message. Ruchir
  • bug #171195 - Can not reproduce on 1.11.2. Ruchir
  • bug #170025 - Can not reproduce on 1.11.2. Ruchir
  • bug #170106 - Can not reproduce on 1.11.2. Ruchir
  • bug #169048 - Reporter confirmed that he can't reproduce on 1.11.2. Ruchir
  • bug #170067 - Can not reproduce on 1.11.2. Ruchir
  • bug #170191 - Can not reproduce on 1.11.2. Ruchir
  • bug #170198 - Can not reproduce on 1.11.2. Ruchir
  • bug #170566 - Can not reproduce on 1.11.2. Ruchir
  • bug #170627 - Can not reproduce on 1.11.2. Ruchir
  • bug #170741 - Can not reproduce on 1.11.2. Ruchir
  • bug #170759 - Can not reproduce on 1.11.2. Ruchir
  • bug #170853 - Can not reproduce on 1.11.2. Ruchir
  • bug #150614 - Can not reproduce on 1.11.2. Ruchir
  • bug #150643 - Can not reproduce on 1.11.2. Ruchir
  • bug #150570 - Can not reproduce on 1.11.2. Ruchir
  • bug #151113 - Can not reproduce on 1.11.2. Ruchir
  • bug #151147 - Can not reproduce on 1.11.2. Ruchir
  • bug #152996 - Can not reproduce on 1.11.2. Ruchir
  • bug #153163 - Can not reproduce on trunk r958061. Ruchir

[edit] Bugs with test-cases

If the bug is still reproducible and has a test-case attached, put it here.

  • bug #147740 - Error validating signature. I can still reproduce using latest trunk. Unsure if it's KMail or the key not working. Lemma

[edit] Bugs with step-by-step instructions

If the bug has proper step-by-step instructions to reproduce the bug it should go here. Actually most reproducible bugs should end up in this section.

  • bug #167960 when gpg-agent is not there, kmail sends encrypted mails without asking the password, even if it does not have it yet. Jtamate
  • bug #165841 Developers are still working on it. Jtamate
  • bug #166003 One of those bugs that everybody except you are able to reproduce. Jtamate
  • bug #155026 - IMAP: apply a filter, then cancel it; crash Blauzahl
  • bug #158757 - No KMail wizard when used inside Kontact. Still reproducible on r948809. Lemma
  • bug #159087 - Enterprise header's envelope icon covers text. Still reproducible on r948809. Lemma
  • bug #159219 - Entering a non-existant dns name as smtp host doesn't tell you that the host wasn't found. Still reproducible on r948809. Lemma
  • bug #161228 Removing attachments from forwarded messages saved in draft, doesn't fully remove them. FiNeX
  • bug #160994 Confirmed in trunk too. FiNeX
  • bug #159789 - Signature inserted at wrong position. Still reproducible on r948809. Lemma
  • bug #162028 Confirmed on trunk too: "reply to" field is emptied if saving a draft which use an identity which is not the default one. FiNeX
  • bug #160215 can be reproduced by lytenyn
  • bug #160551 can be reproduced by lytenyn
  • bug #146441 can be reproduced by Dario_Andres (systray icon is deleted and recreated everytime.
  • bug #146527 can be reproduced by Dario_Andres Tabs are replaced with spaces in the message quote when replying a selected paragraph
  • bug #161700 - folder list has to be synced manually after creating a dIMAP account. Lemma
  • bug #161706 - Choosing the right sender identity when replying to mailinglist-mails (my address is in the "Delivered-To" header). Still reproducible Lemma
  • bug #163978 - If the subject of a message you compose ends with "KMail" the " - KMail" suffix in the window title disappears. Still reproducible. Lemma
  • bug #166382 Printing HTML emails from composer window, it doesn't print the email text. FiNeX
  • bug #166922 Confirmed in trunk too: printing doesn't respect the font size. FiNeX
  • bug #164550 - Distorted config dialog when using big fonts. Still reproducible. Lemma
  • bug #185411 - It's scanning gmail imap account folders in alphabetical order. Even inbox is not scanned first. Ruchir
  • bug #185593 - Reproducible with ooo calc sheet data with borders. Ruchir
  • bug #185526 - Updated information for reproducing.Ruchir
  • bug #188818 - Reproducible.Ruchir
  • bug #188863 - Always reproducible with most of the html mails.Ruchir
  • bug #161696 - folder drop and drag problem: can't drag to root (imap, but might not matter) Blauzahl
  • bug #147705 - KMail tries to search non-existant folder on online IMAP account. Reproducible. Lemma
  • bug #148512 - Local folders can be given illegal names. Still reproducible on trunk r948809. Lemma
  • bug #148858 - When marking a message inside the trash folder the main menu still shows "Move to Trash" item. Lemma
  • bug #153603 - I could reproduce by creating mail in text editor as per the to field mentioned by reporter and then opening in kmail. Ruchir
    • Can not reproduce on 1.11.2 Ruchir
  • bug #152180 - Reproducible in both kmail 1.9.10 & 1.11.2. Gmail imap folder "[Gmail]" can not be selected for subscription/unsubscription.Ruchir
  • bug #150409 - Problem still existis in kmail 1.11.90. dtritscher 14:34, 5 April 2009 (UTC)
  • bug #148792 - Copying a folder with "." in the name to an IMAP server that uses it as path separator doesn't work. Reproducible. Lemma
  • bug #185595 I could reproduce this on small dimap folders. It stops at the mails having large attachments(>5MB). Ruchir
  • bug #151977 I could reproduce this on both 1.9.10 and 1.11.2. Ruchir
  • bug #170940 I could reproduce this on 1.11.2 but not sure if that's correct behavior, so added mcguire in cc. Ruchir
  • bug #168961 I could reproduce this on 1.11.2. Ruchir
  • bug #169023 Reproducible on 1.11.2. Added more info to reproduce and backtrace of crash. Ruchir
  • bug #166078 Still no progress bar in the new account wizard. dtritscher 22:03, 10 April 2009 (UTC)
  • bug #169702 I could reproduce once on 1.11.2 immediately after following reporter's steps. Ruchir
  • bug #171800 I could reproduce on 1.11.2. Drag-drop attachment has always only read permissions. Ruchir
  • bug #171741 I could reproduce on 1.11.2. Ruchir
  • bug #171681 I could reproduce on 1.11.2. Ruchir
  • bug #171563 I could reproduce on 1.11.2. Ruchir
  • bug #171482 I could reproduce on 1.11.2. Ruchir
  • bug #171556 I could reproduce on 1.11.2. Ruchir
  • bug #171275 Couldn't reproduce myself but tmcguire confirmed this race condition. Ruchir
  • bug #169092 I could reproduce on 1.11.2. Ruchir
  • bug #169925 I could reproduce on 1.11.2. Ruchir
  • bug #170190 - Reproducible on 1.11.2 by gkiagia. Ruchir
  • bug #170040 - Reproducible on 1.11.2. Ruchir
  • bug #151970 - Reproducible on 1.11.2. Ruchir
  • bug #170193 - Reproducible on 1.11.2. Ruchir
  • bug #170828 - Reproducible on 1.11.2. Ruchir
  • bug #150658 - Reproducible on 1.11.2. Ruchir
  • bug #152707 - Reproducible on trunk revision 958061. Ruchir
  • bug #153171 - Reproducible on trunk revision 958061 following reporter's steps exactly. Ruchir

[edit] Bugs to be marked as INVALID

Bugs which are no longer valid go here. Please provide the reason why you think this bug is invalid. Some examples of when a bug should be closed as INVALID:

  • The reported behaviour is not a bug.
  • The bug is completely unrelated to KMail.

This list is not exhaustive. If you feel a bug is invalid for any other reason, be fure to list it here, mentioning why you think it is invalid. Before closing a bug as INVALID, be sure to get a developer's opinion.

  • bug #158078 Reporter complains about kmail storing it's mail data in .kde/share/apps/kmail -> suggest INVALID/WONTFIX dtritscher 08:20, 4 April 2009 (UTC) Marked as WONTFIX by somebody else dtritscher 07:46, 5 April 2009 (UTC)
  • bug #161263 Probably it is an hardware problem. FiNeX
  • bug #162539 This seems not a real problem: if you use a wrong filter, is correct that the filter doesn't work. FiNeX
  • bug #165024 - This was a FireFox bug. Not our problem if they don't respect fd.o specs. Lemma
  • bug #161661 - upstream; mail server bug or misconfiguration Blauzahl
  • bug #150411 - closing the application when the close button is clicked is absolutly ok ;) - dtritscher 14:49, 5 April 2009 (UTC)
  • bug #171157 - Reporter confirmed and marked as invalid. Ruchir

[edit] Bugs to be marked as DUPLICATE

Duplicates (or possible duplicates) found should be placed here along with a link to the bug you think it is a duplicate of.

  • bug #160960 - Filtering on other folders than INBOX on a dIMAP account. Possible duplicate of bug #100786. Lemma
  • bug #163962 - receiver/sender column in dIMAP folder marked as sent-message folder in identity settings. tmcguire already added a link to bug #153356. To me they look like duplicates (apart from that still reproducible). Lemma
  • bug #159296 - Likely a duplicate of bug #147839 Lemma
  • bug #147706 - When entering a regexp search on an online IMAP account KMail asks if it should download the folder for every single folder. Possible duplicate of bug #113879 Lemma
  • bug #153356 - Likely a duplicate of bug #163974 Marked duplicate.Ruchir
  • bug #151066 - Dup of bug #134699 CondorDes
  • bug #151975 - Duplicate of bug #148069 Ruchir

[edit] Bugs that should be WISHES

Sometimes there are bugs that are actually wishlist items. If you think a bug is not really a bug please put it here.

  • bug #167068 looks like a wish to support Mail-Followup-To headers.

[edit] Bugs needing users with particular setups

Bugs that require particular software or hardware that you don't have available should be listed here with a description of the non-standard requirement.

  • bug #105587 Need a Lotus-Notes Server for testing Beer
  • bug #147159 CRAM-MD5 authentication method needed on POP server for testing. FiNeX
  • bug #148191 Needs home folder on network share and dimap account. dtritscher 08:55, 5 April 2009 (UTC)
  • bug #150430 Needs pop-account with pop-before-smtp. dtritscher 14:50, 5 April 2009 (UTC)

[edit] Non english locales

Bugs requiring non-English locales should be listed here, along with the locale they require.


  • bug #162283 German locale needed. FiNeX
  • bug #150434 Chinese locale needed. dtritscher 14:52, 5 April 2009 (UTC)

[edit] Bugs needing attention from KMail developers

Add bugs here if you need to find out whether the observed behaviour is inteded, or if there's some other reason that it would be useful for a KMail developer to take a look at. Make sure you indicate why the bug needs attention. A second common reason to put a bug here is if it has already been heavily commented on by the application's developer. In the latter case please only add bugs you can reproduce.


Warning
noframe
Always defer policy decisions to developers.


  • bug #159213 - Anti-virus filtering. I can't figure out which anti-virus tool KMail is using (or if it's not using any). Possible high-priority. Lemma
  • bug #159634 - autosaved messages are removed on KMail startup making you loose them if you quit KMail before the next autosave triggers. Lemma
  • bug #160881 - GPG encrypted mail not working. There was a commit but the bug's still open. Lemma
  • bug #163235 - No phishing protection for links in HTML messages - Fixed in KDE4, user wants backport to KDE3.5. This should be decided by the developers. lytenyn
  • bug #161702 - Identities can only be used for new account after changes have been "applied". Maybe a popup on changing the configuration area with an option to "discard" or "apply" (see Systemsettings->Appearance) would be a solution? Lemma
  • bug #161758 - locale problem with accented filename in attachment: can't open in OOo (non UTF8 system). Works for me but I have a different locale (UTF-8). Lemma
  • bug #164448 - Crash on removing a filter while filtering is in progress. I don't manage to remove the filter (too slow or not possible any longer?) Lemma
  • bug #159846 - Incorrect folder size? Seems like the behaviour is what's to be expected. Lemma
  • bug #162360 Performance issue: I'm not able to reproduce but I've a powerful PC, maybe on slower system it could be more evident. FiNeX
  • bug #166653 Performance issue discovered on big local mail directories. Some coding hints has been provided. Develpers could give an eye on this problem. FiNeX
  • bug #147178 - mail check interval related. I think this is already implemented in KMAccount::checkDone(). Lemma
  • bug #148652 - Concerning the policy for word-wrapping forwarded mails. Lemma
  • bug #161557 - told jtamate just redid .sig stuffs? Blauzahl
  • bug #149999 - Im quite sure that described behaviour is correct. Should be WONTFIX imho. dtritscher 12:53, 5 April 2009 (UTC)
  • bug #167188 - Possibly related to bug #171630. Further debugging should be done by someone familiar with the code. CondorDes
  • bug #165841 - Devs already appear to be working on this. CondorDes
  • bug #162314 - Was able to reproduce the crash, but the backtrace I got differed from the reporter's. CondorDes
  • bug #146346 - The provided email is malformed -- it's missing the charset in the Content-Type header. However, KMail might want to fallback on the encoding specified in the XML/HTML headers. Devs should decide. CondorDes
  • bug #151023 - Confirmed. CondorDes
  • bug #151455 - Confirmed, with different backtrace. CondorDes
  • bug #151678 - Confirmed (this is not a duplicate). CondorDes
  • bug #150759 - UI related question. Ruchir
  • bug #185595​ - Possible high priority. Ruchir
  • bug #168358​ - Not sure if it's correct behavior. HTML editor should not get all html tags but just formatted message. Ruchir
  • bug #170830​ - Often password prompts are confusing to users. Ruchir
  • bug #149999​ - Often password prompts are confusing to users. Ruchir
  • bug #151136​ - Can reproduce on trunk but not sure if it shoul dbe implemented. Ruchir

[edit] Bugs awaiting feedback

Some bugs are hard to reproduce because the reporter left out some explanation you'd need. In that case we have no other means but to request some more information. Bugs for which feedback from the reporter has been requested should be put here. They should be revisited in 30 days to see if there's any response. If there's feedback

Feedback should only be requested for bugs if you have tried and failed to reproduce them or if the report contains insufficient information to try and reproduce the bug. Requesting feedback for a bug should be seen as a last resort only.

  • bug #105587 has been waiting for feedback 4 years Beer
  • bug #86522 Has been waiting for feedback for severel months Beer
  • bug #108340 Has been waiting for nearly 4 years for feedback Beer
  • bug #107425 Has been waiting for nearly 4 years for feedback Beer
  • bug #155977 I'm not able to reproduce it, but maybe I've not correctly understand what the reporter wrote. I've asked for a quick feedback. FiNeX
  • bug #168245 Dario already asked if it was reproducible. Jtamate
  • bug #166062 Almost sure is invalid, but asked the user. Jtamate
  • bug #166150 Probably solved. it was not has hard as the asexual bipartition of mails. Jtamate
  • bug #158949 - CPU usage rising on checking dIMAP account. Can't reproduce on r948809, asked reporter. Lemma
  • bug #159194 - Particular bug I've never seen before (user gets an error on connecting to imap, yet everything works normally). Asked if it still happens. Lemma
  • bug #156319 A fix has been provided. I don't know if has solved the problem. FiNeX
    • I asked the reporter to retest with a version that has the fix. Lemma
  • bug #165390 Probably solved, but asked if it still happens. Jtamate
  • bug #161136 Waiting for info (asked if using IMAP or POP, or something else). FiNeX
  • bug #159884 - Kolab specific, only reproducible on one PC. Asked if it still happens. Lemma
  • bug #162195 Asked to the reporter to check an additional option. I'm not able to reproduce on trunk (if wordwrap is disabled). FiNeX
  • bug #162246 Probably the reporter did something wrong or, at least, it could be a mandriva problem. Anyway I've asked a couple of things to the reporter. FiNeX
  • bug #162246 Asked the reporter for more information. Difficult to reproduce without any additional information. lytenyn
  • bug #160724 - KMail confusing mails in folders with many messages. Reported on KDE3, maybe it's gone. Asked. Lemma
  • bug #160831 - The reporter says most of his filters stopped working in 1.9.6. I asked them if they work again as I don't know what else to do. Lemma
  • bug #160968 - Too many open files on searching through IMAP folder. I can't reproduce but I asked the reporter just to make sure. Lemma
  • bug #160983 - crash on filtering online imap mail. not reproducible for me but it might only turn up sporadically. Lemma
  • bug #163034 smtp send gets a server response which fails to recognize the sender. Cannot send email - seems to be a local problem. Asked for additional information lytenyn
  • bug #146453 Crash. I can't find duplicates. Difficult to reproduce. Asking information to the reporter Dario_Andres
  • bug #163268 - local unsubscribe info is not persisted quickly enough - is half a year old, we have a commit to alleviate the problem. Asked whether this has happened again lytenyn
  • bug #161729 - unreproducible bug with no reply for several months. closed right away. Lemma
  • bug #161844 - strange message sorting bug. unreproducible, asked the reporter. Lemma
  • bug #163911 - Problem particular to the reporter. Filters not working (or working "wrong") for the reporter. The same guy already reported a similar bug. Asked if they were duplicates (bug #160831. Lemma
  • bug #163962 - Problem particular to the reporter. Message flags sometimes get lost on closing KMail. Lemma
  • bug #164108 - Problem particular to the reporter. KMail doesn't fetch mails from dIMAP accounts. Lemma
  • bug #166621 Waiting for info from the reporter which should have done some tests months ago... FiNeX
  • bug #164679 - Mail loss on dIMAP. Filter-related. Asked if it was solved in 4.2. Lemma
  • bug #147358 - Hang on FreeBSD after calling gnupg. Might have been solved, asking reporter. Lemma
  • bug #147360 - User has trouble sending emails after OpenSUSE update. Asked if problems went away. Lemma
  • bug #147509 - Problem probably only on RedHat. Downstream bugreport implies it is fixed. Asked reporters to close. Lemma
  • bug #147642 - Problem maybe only on 3.5.7, maybe Ubuntu-specific. Asked reporters to clarify. Lemma
  • bug #147851 - Has a fix but isn't closed. Asked the reporter if it was fixed. Lemma
  • bug #161633 - high cpu usage from 3.5.x, asked for more info (Does invalid LIST operation mean something to devs? a la "oh we fixed that") Blauzahl
  • bug #148955 - Crash on moving a folder. Crash report has many unknown symbols. Asked if it was reproducible. Lemma
  • bug #148987 - online IMAP filtering creates duplicate mails. Not reproducible, asking to make sure. Lemma
  • bug #149003 - Hang on BSD when calling gnupg. Asked if the problem was still there. Lemma
  • bug #153331 - Suggested possible workaround and asked to report back results. Ruchir
  • bug #153409 - Can not reproduce. Asked for more details. Ruchir
  • bug #153411 - Can not reproduce. Asked the reporter. Ruchir
    • Ask McGuire, he seems to have dup'd some to this "recently". And there are lots of dups, one suggests a race condition --- so this might be a heisenbug? Blauzahl
    • I saw this comment after marking this bug resolved. Then asked McGuire for his comment on same. Ruchir
  • bug #153368 - Asked for clarification and suggested workaround. Ruchir
  • bug #149726 - Can not reproduce. Asked reporter if it still is a problem with more recent version and another imap server. dtritscher 12:23, 5 April 2009 (UTC)
  • bug #153545 - Not clear about the report. Asked for steps to reproduce the bug. Ruchir
  • bug #149848 - Can not reproduce. Asked reporter if it is still an issue with more recent version. dtritscher 12:43, 5 April 2009 (UTC)
  • bug #150364 - Can not reproduce. Asked reporter if it is still an issue with more recent version. dtritscher 14:30, 5 April 2009 (UTC)
  • bug #151847 - I can't reproduce but I don't have a proper way to fully test it. I asked the reporter if this happened again. Dario_Andres
  • bug #152537 - Not able to reproduce, asked to check in KDE4. Ruchir
  • bug #151282 - Needs console output, if bug is still valid. CondorDes
  • bug #151391 - Reporter didn't specify what protocol was being used. CondorDes
  • bug #152154 - Not able to reproduce in 1.9.10, asked the reporter if he can still reproduce and give more details about mail account and steps. Ruchir
  • bug #150703 - Asked reporter if he can reproduce with other servers with TLS. Ruchir
  • bug #170939 - Asked reporter to provide exact invitation to reproduce. Ruchir
  • bug #171062 - Asked reporter to provide exact steps to reproduce. I can not reproduce crash myself. Ruchir
  • bug #170903 - Asked reporter to provide exact steps to reproduce. I can not reproduce crash myself. Ruchir
  • bug #168800 - Asked reporter if he can still reproduce and send the mail which causes crash if reproducible. Ruchir
  • bug #168992 - Asked reporter to send problematic mails. Can not reproduce myself. Ruchir
  • bug #169173 - Asked reporter to check if it is reproducible. Can not reproduce myself. Reporter can't reproduce now. Ruchir
  • bug #169569 - Asked reporter to provide problematic email address/mail. Can not reproduce myself. Ruchir
  • bug #169734 - Asked reporter to provide more information. Ruchir
  • bug #171491 - Can't reproduce myself, asked reporter to provide attachment and other details to reproduce the crash. Ruchir
  • bug #171220 - Asked reporter to provide steps to reproduce the crash. Ruchir
  • bug #171630 - Asked reporter to provide more information. Ruchir
  • bug #170287 - Asked reporter to provide more information. Ruchir
  • bug #170307 - Asked reporter to provide more information. Ruchir
  • bug #150639 - Asked reporter to provide more information. Ruchir
  • bug #151167 - Asked reporter if he can reproduce and also asked for more information. Ruchir

[edit] Bugs that you can't do

If you have bugs in your batch that you can't do, and no-one has been able to help you with on IRC, please list them here for someone else to have a look at.

  • bug #167188 Unable to provide more information than Dario. Jtamate
    • Escalating to devs. CondorDes
  • bug #165841 I do not have imap resources. Jtamate
    • Escalating to devs, since they already seem to be working on it. CondorDes
  • bug #162314 I don't know how to reproduce this crash. FiNeX
    • Was able to reproduce this. Escalating. CondorDes
  • bug #160264 This bug seems to involve sending a special (invalid?) mailserver (I assume IMAP) response, which I cannot do. Perhaps we should ask for more information, but I do not feel competent enough to do so. lytenyn
  • bug #146488 Needs Japanese input methods Dario_Andres
  • bug #163027 Needs local spamassassin which I do not have lytenyn
  • bug #146346 The provided testcase isn't shown OK on KMail so I can't test what the reporter states. Dario_Andres
    • Escalated -- see my note in "bugs needing dev attention". CondorDes
  • bug #163200 Need empty IMAP account to reproduce lytenyn
  • bug #163638 - Needs S/MIME working. Mine isn't and I'd rather leave this to someone whose does instead of fiddling around for an hour :-). Lemma
  • bug #166186 Kmail crashes, it could be interesting if and how is possible to reproduce it. FiNeX
    • Reported against KDE 3. Could not reproduce in KDE 4. CondorDes
  • bug #146994 Kmail crash after quitting kopete (KDE 3.5.7) I've asked some months ago how to reproduce it. No reply. Probably it is no more reproducible on KDE 4. FiNeX
    • Since it's not reproducible, moving to RESOLVED. CondorDes
  • bug #161544 Memory leak, I have no pop clients. (kde 3.5.x) Blauzahl
  • bug #164578 - Specific to IMAP mailbox on Lotus Domino server. I don't have a Domino server. Lemma
  • bug #164679 - S/MIME related. I don't have S/MIME working. Lemma
  • bug #147839 - Permissions on shared folders not obeyed. I don't have shared folders. Lemma
  • bug #148835 - Concerns sending of MDNs. Needs POP accounts and some identities for testing. Lemma
  • bug #149060 - Needs an IMAP server which uses the mbox storage format. Don't have one. Lemma
  • bug #151826 - Needs clamav package (antivirus)
  • bug #150830 - Needs the enterprise branch. CondorDes
  • bug #150859 - Needs an Exchange server. CondorDes
  • bug #150886 - Are domain names even allowed to have umlauts? Not sure what to do with this. CondorDes
    • Apparently they have allowed UTF-8 for the past few years. Blauzahl
  • bug #151600 - Needs the enterprise branch. CondorDes
  • bug #151711 - Needs the enterprise branch. CondorDes
  • bug #170960 - Needs windows version. Ruchir
  • bug #168271 - Needs cyrus or other imap server supporting namespace. Ruchir
  • bug #169132 - Needs disk full condition and can cause data/settings loss. Ruchir
  • bug #170076 - Can't reproduce myself but reporter mentioned that he can reproduce on trunk so need someone on trunk to test this. Ruchir
  • bug #170277 - Requires german language. Ruchir
  • bug #170379 - Requires multiple languages. Ruchir
  • bug #150638 - Requires ability to restart imap server. I don't have access to gmail servers :P. Ruchir
  • bug #151107 - Requires courier IMAP server. Ruchir
  • bug #151237 - Requires crm114. Ruchir
  • bug #152898 - Requires BSD. Ruchir
  • bug #183002 - Requires more WMs. Ruchir

[edit] Bugs not related to KMail

Put a bug in this section if it is not related to KMail and needs reassignment.

  • bug #170263 - Seems kgpg bug. I can open file on kde3 version but on on kde4 kgpg(2.1.0). Can someone add version to bz and update on bug? Ruchir

[edit] Bugs requiring large IMAP folders

  • bug #162784 requires an IMAP folder with more than 65000 messages lytenyn
    • Drat, that's more than my 10,000 IMAP testbed. Maybe I can copy it a few times. :D Blauzahl
  • bug #150712 Requires an IMAP folder with more than 20000 messages. Ruchir
Retrieved from "http://techbase.kde.org/Contribute/Bugsquad/BugDays/KMailDay4"

Navigation

  • Home
  • Help
  • Recent changes

Sections

  • Getting started
  • Development
  • Schedules
  • Policies
  • Contribute
  • Projects

Toolbox

  • What links here
  • Related changes
  • Special pages
  • Printable version
  • Permanent link

Personal tools

  • Log in / create account
  • Login with OpenID
Creative Commons License SA 3.0 as well as the GNU Free Documentation License 1.2
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal