Skip to content

IMAP body part fetch space workaround redux

The same servers that do not support SP in a IMAP FETCH HEADER.FIELD command (e.g. BODY[HEADER.FIELDS (DATE)]) does not support SP when requesting multiple headers, either (e.g. BODY[HEADER.FIELDS (DATE SUBJECT)]).

This patch extends the existing hack (see #410 (closed)) when enabled and multiple headers are required to send a seperate command for each, rather than using a list as above.

Fixes #571 (closed)

Merge request reports