You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my HPI mailbox, I have a folder named foo\bar (the backslash matters). When downloading all mails, the IMAP client is unable to parse this folder because the server answers a multiline response for this folder. This means that in ICEndPoint >> #fetchNextResponse, the relevant folder description will be spread over multiple evaluations of self stream lastResponse. This requires a minor design change to detect the special escape syntax for these responses. Please contact me if you need further information.
The text was updated successfully, but these errors were encountered:
In my HPI mailbox, I have a folder named
foo\bar
(the backslash matters). When downloading all mails, the IMAP client is unable to parse this folder because the server answers a multiline response for this folder. This means that inICEndPoint >> #fetchNextResponse
, the relevant folder description will be spread over multiple evaluations ofself stream lastResponse
. This requires a minor design change to detect the special escape syntax for these responses. Please contact me if you need further information.The text was updated successfully, but these errors were encountered: