[Akonadi] [Bug 338186] Since updating to the latest Kubuntu packages Kmail is not picking up imap mail.

Marcel Naziri kde at mail.zwobbl.de
Mon Aug 25 20:32:01 BST 2014


https://bugs.kde.org/show_bug.cgi?id=338186

--- Comment #22 from Marcel Naziri <kde at mail.zwobbl.de> ---
No corruption for my by now (hopefully). I downgraded the kdepim-runtime
package to version 4.13.3 with that I can sync with Courier again. The older
runtime uses FETCH command instead of UID SEARCH which gives output like that

C: A000004 SELECT "INBOX"
S: * FLAGS ( $ATTACHMENT $Labelimportant \Draft \Answered \Flagged \Deleted
\Seen \Recent )
S: * OK Limited [ PERMANENTFLAGS ( $ATTACHMENT $Labelimportant \* \Draft
\Answered \Flagged \Deleted \Seen )  ]
S: * 421 EXISTS
S: * 0 RECENT
S: * OK Ok [ UIDVALIDITY 1178485368  ]
S: * OK ACL [ MYRIGHTS acdilrsw  ]
S: A000004 OK Ok [ READ-WRITE  ]
C: A000005 EXPUNGE
S: A000005 OK EXPUNGE completed
C: A000006 SELECT "INBOX"
S: * FLAGS ( $ATTACHMENT $Labelimportant \Draft \Answered \Flagged \Deleted
\Seen \Recent )
S: * OK Limited [ PERMANENTFLAGS ( $ATTACHMENT $Labelimportant \* \Draft
\Answered \Flagged \Deleted \Seen )  ]
S: * 421 EXISTS
S: * 0 RECENT
S: * OK Ok [ UIDVALIDITY 1178485368  ]
S: * OK ACL [ MYRIGHTS acdilrsw  ]
S: A000006 OK Ok [ READ-WRITE  ]
C: A000007 FETCH 1:421 (RFC822.SIZE INTERNALDATE BODY.PEEK[HEADER] FLAGS UID)
S: * 1 FETCH ( RFC822.SIZE 5329 INTERNALDATE 06-May-2007 23:28:32 +0200
BODY[HEADER] Return-Path: <MAILER-DAEMON>
[...]

So kdepim-runtime seems to be affected. RetrieveItemsTask::onFinalSelectDone
gets -1 values for nextUid which are not correctly mapped to an IMAP interval
like 1:* instead it results in 1:-1

I hope someone can figure it out ...

-- 
You are receiving this mail because:
You are on the CC list for the bug.



More information about the Kdepim-bugs mailing list