Bug 264614 - KMail send incorrect STORE command to imap server
Summary: KMail send incorrect STORE command to imap server
Status: RESOLVED FIXED
Alias: None
Product: Akonadi
Classification: Frameworks and Libraries
Component: IMAP resource (show other bugs)
Version: 4.6
Platform: Slackware Linux
: NOR normal
Target Milestone: ---
Assignee: Kevin Ottens
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-28 12:10 UTC by LOE
Modified: 2011-09-17 11:05 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.