Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to change Transfer-Encoding? #55

Open
madshargreave opened this issue Aug 16, 2016 · 1 comment
Open

Is it possible to change Transfer-Encoding? #55

madshargreave opened this issue Aug 16, 2016 · 1 comment
Labels

Comments

@madshargreave
Copy link

Hi

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

The quote-printable encoding breaks my link tags in Gmail

@skosch
Copy link
Collaborator

skosch commented Sep 22, 2017

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants