Summary: | imap doesn't update messagelist with dimap | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | simon |
Component: | server | Assignee: | Kevin Ottens <ervin> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | chrigi_1, kdepim-bugs, vkrause |
Priority: | NOR | ||
Version: | 4.7 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim-runtime/c004365e4ce815d341aa2098ad412f450dc65336 | Version Fixed In: | 4.11 |
Sentry Crash Report: | |||
Attachments: | akonadiserverrc |
Description
simon
2011-01-28 14:01:13 UTC
I think I'm facing the same problem here with arch linux packages (4.6.41 (4.7 >= 20110106)). All my imap accounts stopped syncing last week, and I was not able to get them started again (by restarting akonadi/agents, toggling online/offline, reconfiguring). They just remain in the "Connection Established" state instead of the usual "idle" or so. Thats the debug output of akonadiconsole when triggering an update from kmail2: akonadi_imap_resource_0 (0xf7d4b0) 87 LSUB 3 0 (RESOURCE akonadi_imap_resource_0) (STATISTICS true ANCESTORS INF) akonadi_imap_resource_0 (0xf7d4b0) * 3 2 (NAME "INBOX" MIMETYPE (message/rfc822 inode/directory) REMOTEID ".INBOX" REMOTEREVISION "" RESOURCE "akonadi_imap_resource_0" MESSAGES 1000 UNSEEN 46 SIZE 90516201 CACHEPOLICY (INHERIT true INTERVAL 5 CACHETIMEOUT -1 SYNCONDEMAND true LOCALPARTS (ENVELOPE HEAD RFC822)) ANCESTORS ((2 "imap://chrigi_1@fastmail.fm@mail.messagingengine.com/") (0 "")) ENTITYDISPLAY "(\"Inbox\" \"mail-folder-inbox\" \"\" ())" uidnext "16554" collectionflags "\\Answered \\Flagged \\Draft \\Deleted \\Seen hasnoatt hasatt hasnotd hastd $FORWARDED KMAILFORWARDED KMAILTODO KMAILWATCHED KMAILIGNORED $TODO $WATCHED $IGNORED $ATTACHMENT selected \\*" uidvalidity "1225318296" collectionquota "418869248 1048576000" imapacl "admin lrswipckxtdae % anyone p % chrigi_1@fastmail.fm lrswipckxtde %% " timestamp "1303581071" imapquota "user.chrigi_1 %%%% STORAGE % 1024000 %%%% STORAGE % 409052") akonadi_imap_resource_0 (0xf7d4b0) 87 OK List completed Christian, can you paste your akonadiserverrc please (in ~/.config/akonadi) Created attachment 59860 [details]
akonadiserverrc
I'm told by Christian and Volker that it was actually a database issue. Volker is working on improving the recovery, reassigning on akonadi server. Git commit c004365e4ce815d341aa2098ad412f450dc65336 by Andras Mantia. Committed on 03/03/2013 at 11:32. Pushed by amantia into branch 'master'. Fetch the missing mail bodies in offline mode (requires fixed in Akonadi server and Akonadi client libraries as well to work). Related: bug 255578, bug 286047 FIXED-IN: 4.11 M +6 -1 resources/imap/imapresource.cpp M +1 -0 resources/imap/imapresource.h M +76 -7 resources/imap/retrieveitemstask.cpp M +11 -3 resources/imap/retrieveitemstask.h http://commits.kde.org/kdepim-runtime/c004365e4ce815d341aa2098ad412f450dc65336 |