Bug 344904 - imap folder are not synchronized
Summary: imap folder are not synchronized
Status: RESOLVED FIXED
Alias: None
Product: Akonadi
Classification: Frameworks and Libraries
Component: IMAP resource (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR major
Target Milestone: ---
Assignee: Christian Mollekopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-06 14:50 UTC by eaThiethaeroo1aemaun2i
Modified: 2015-03-06 18:27 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.14.5


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description eaThiethaeroo1aemaun2i 2015-03-06 14:50:24 UTC
I'm running kde 4.14.2 from kubuntu-backports (4.14.2-0ubuntu1~ubuntu14.04~ppa1) on ubuntu 14.04 with debian stable courier 4.10.0-20120615-1.

I've upgraded from 4.13 shipped with ubuntu due to KDE bug #335090, which is fixed in 4.14.2.
But since then my imap folders are not refreshed any more. That is, new messages in the inbox do not show up, though they do when using thunderbird or webmail.

Looking at the discussion of #338186, I've used tcpdump to capture my imap connection. 
The client only sends:
A000001 LOGIN "hidden" "hidden"
A000002 CAPABILITY
A000003 NAMESPACE
A000004 LIST "" "INBOX"
A000005 LIST "" "INBOX.*"
A000006 LIST "" "#shared"
A000007 LIST "" "#shared.*"
A000008 LIST "" "shared"
A000009 LIST "" "shared.*"
A000010 LSUB "" "INBOX"
A000011 LSUB "" "INBOX.*"
A000012 LSUB "" "#shared"
A000013 LSUB "" "#shared.*"
A000014 LSUB "" "shared"
A000015 LSUB "" "shared.*"
when the online/offline state of the imap account is toggled. But even when right-clicking on the folder and choosing "refresh folder", NOTHING is transmitted on the imap connection.
So it looks like kontact is not even trying to look for new mail.

Reproducible: Always

Steps to Reproduce:
1. start kontact
2. right-click on the folder and say "refresh folder" or just wait


Actual Results:  
no new messages show up

Expected Results:  
new messages show up
Comment 1 eaThiethaeroo1aemaun2i 2015-03-06 18:27:42 UTC
looks like this is resolved in 4.14.5