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

--- Comment #23 from Orion <[email protected]> ---
(In reply to Daniel Vrátil from comment #20)
> 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.

Great you found the problem! What still baffles me is how it occurred from the
"kde4" version of KMail to the 4.81 beta "plasma 5" version. When do we see the
patch being distributed?

-- 
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

Reply via email to