Skip to content

Do not continue autoprobing other protocols after socket error

If e.g. fetching with IMAP and --idle fails with a socket error, returning PS_SOCKET, do not try fetching with a different protocol (e.g. POP3).

POP3 might have a completely different idea of read and unread messages than IMAP, which causes already seen messages to be re-fetched.

Merge request reports