Bug 264614

Summary: KMail send incorrect STORE command to imap server
Product: [Frameworks and Libraries] Akonadi Reporter: LOE <dbmail>
Component: IMAP resourceAssignee: Kevin Ottens <ervin>
Status: RESOLVED FIXED    
Severity: normal CC: kdepim-bugs, vkrause
Priority: NOR    
Version: 4.6   
Target Milestone: ---   
Platform: Slackware   
OS: Linux   
Latest Commit: Version Fixed In:

Description LOE 2011-01-28 12:10:30 UTC
Version:           4.6 (using KDE 4.6.0) 
OS:                Linux

Hello.
I use KDE-4.6.0 with kdepim-4.5.94.1 (kmail version 2.0.89) and dbmail-2.2.4 as IMAP server.

KMail get this from imap server:
* OK [PERMANENTFLAGS (\Seen \Answered \Deleted \Flagged \Draft)]

But when I open unread message, kmail send this:
A000247 UID STORE 177363 FLAGS ($ATTACHMENT \Seen)
and this (when I mark message as "Action Item"):
A000424 UID STORE 176845 FLAGS (\Seen $TODO)
and even send this:
A000812 UID STORE 268718 FLAGS (\Seen \Recent)


Reproducible: Always

Steps to Reproduce:
Open unread message from IMAP server.
Comment 1 Kevin Ottens 2011-09-17 11:05:07 UTC
We actually fixed that in a later release, should be gone in 4.7. The code is definitely there now.