mailman icon indicating copy to clipboard operation
mailman copied to clipboard

Is it possible to change Transfer-Encoding?

Open madshargreave opened this issue 8 years ago • 1 comments

Hi

How can I change the Transfer-Encoding header from quote-printable to 7bit.

The quote-printable encoding breaks my link tags in Gmail

madshargreave avatar Aug 16 '16 11:08 madshargreave

Hi @madshargreave, is this still an issue for you? If yes, can you provide some more detail?

Quoted-printable is just one (the most common!) way of escaping non-ASCII characters and binary data down to ASCII (i.e. 7-bit), so it's surprising that this should cause an issue with links. That's not to say I don't believe you, but we really won't be able to help without a specific example.

If you've found a workaround, please go ahead and close this issue. Thanks!

skosch avatar Sep 22 '17 15:09 skosch