https://bugs.kde.org/show_bug.cgi?id=351814
Daniel Vrátil <[email protected]> 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 <[email protected]> --- commit 813e4dfdcf30bed34397fa578d0d1ae0e61ea625 Author: Dan Vrátil <[email protected]> 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. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
