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
The above message with max line length of 78 characters should result in ContentTransferEncoding == Default, but it is giving ContentTransferEncoding == QuotedPrintable.
The text was updated successfully, but these errors were encountered:
Looks like MimeMessage.Prepare is not counting CRLF, but only LF as a result of the following:
https://github.com/jstedfast/MimeKit/blob/master/MimeKit/IO/Filters/BestEncodingFilter.cs#L146
This results in the count being a character off in addition to not treating lines as CRLF.
Test:
The above message with max line length of 78 characters should result in ContentTransferEncoding == Default, but it is giving ContentTransferEncoding == QuotedPrintable.
The text was updated successfully, but these errors were encountered: