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
When using MimeUtility#encodeText for creating mail with encoded and long attachment filename, the created mail contains an illegal CRLF in the Content-Disposition header.
Based on #483 (thanks to @boris-petrov and @Mulgish for reporting):
When using MimeUtility#encodeText for creating mail with encoded and long attachment filename, the created mail contains an illegal CRLF in the Content-Disposition header.
SMTP trace, CRLF after 'esti?=':
This will fail an IMAP client trying to read and parse the mail:
Failing client:
Seems related to line break for long filenames.
The text was updated successfully, but these errors were encountered: