[kimap] [Bug 351814] Kmail 15.08 will not sync Outlook365 IMAP Folders
Daniel Vrátil
dvratil at kde.org
Sat Oct 3 13:46:04 BST 2015
https://bugs.kde.org/show_bug.cgi?id=351814
Daniel Vrátil <dvratil at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|CONFIRMED |RESOLVED
Latest Commit| |http://commits.kde.org/kdep
| |im-runtime/813e4dfdcf30bed3
| |4397fa578d0d1ae0e61ea625
Version Fixed In| |15.08.2
--- Comment #20 from Daniel Vrátil <dvratil at kde.org> ---
commit 813e4dfdcf30bed34397fa578d0d1ae0e61ea625
Author: Dan Vrátil <dvratil at redhat.com>
Date: Sat Oct 3 14:37:34 2015 +0200
IMAP: use UIDNEXT instead of "*" as interval end when doing full mailbox
resync
The opened interval is represented as -1, so when syncing with Microsoft
Exchange the qMin() comparision in the search-in-chunks workaround for
Exchange evaluates as qMin(X, 2^32-1), causing the BatcherFetcher to get
to a loop trying to SEARCH all chunks between 1 and 2^32-1. In practice
Exchange will drop connection at some point, so the folder sync is aborted
and no emails are ever synced.
With this patch we limit the interval end to reported UIDNEXT, so that the
SEARCH loop is finished when we reach the interval with UIDNEXT.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list