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
{{ message }}
This repository was archived by the owner on Aug 16, 2022. It is now read-only.
* Default attachment charset to null
Binary attachments should not contain a character set at all, or the
mail client runs the risk of misinterpreting the data. For this reason,
it probably safest for this library to assume there is no predefined
character set and only add it if explicitly asked to.
* Apply fixes from StyleCI
0 commit comments