denomailer icon indicating copy to clipboard operation
denomailer copied to clipboard

Flag to control subject encoding

Open begoon opened this issue 10 months ago • 0 comments

The library always encodes the email subject to quoted-printable to conform to the standards.

Unfortunately, some popular UI clients, for example, Gmail, do not display quoted-printable subjects correctly. Instead, though, they deal perfectly with non-ascii values in the subject, displaying them correctly.

This PR adds an option to disable quoted-printable encoding for the subject. The default behaviour, when the option is not provided, remains the same.

begoon avatar Aug 22 '23 09:08 begoon