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
Fix invalid binary data for attachments without encoding specified (#54)
Change the default encoding when `Content-Transfer-Encoding` header is missing to binary 7bit (as recommended by RFC 2388 and RFC 2045) to disable the charset detection and conversion to UTF-8 that may break binary content.
! May be a breaking change !
Remove parameter EOLCharacterLength and detect it automatically (#46)
* Change behavior of testNoNewLineAtTheEndOfThePartsWhenNewLineIsOneCharacterLong to not specify EOLCharacterLength
* Remove parameter EOLCharacterLength and detect it automatically