Skip to content
Commit 21ba8042 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

IMAP: Better handling of missing UIDNEXT response in RetrieveItemsTask

This improves experience with Courier IMAP servers which does not return UIDNEXT in
SELECT response. That forced us to always refetch the entire mailbox. Courier however
does return UIDNEXT in response to STATUS, so we now issue a STATUS command in case
SELECT gives us empty UIDNEXT.

REVIEW: 127457
BUG: 338186
FIXED-IN: 16.04
parent 6f2026f6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment