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

git-send-mail and Content-Transfer-Encoding #561

Open
onemoresuza opened this issue Nov 25, 2023 · 1 comment
Open

git-send-mail and Content-Transfer-Encoding #561

onemoresuza opened this issue Nov 25, 2023 · 1 comment

Comments

@onemoresuza
Copy link

Does addy change the Content-Transfer-Encoding header when sending from an alias?

I'm asking this, because, no matter which --transfer-encoding option I pass to git-send-mail --- 8bit, 7bit, base64, auto ---, every email that reaches a mailing list has its Content-Transfer-Encoding header is set to quoted-printable.

@willbrowningme
Copy link
Member

Each email forwarded by addy.io is sent on as an entirely new email, Laravel is using Symfony mailer to send the messages. Yes Content-Transfer-Encoding is automatically set as quoted-printable.

Unfortunately it doesn't look like there is an easy way to set the encoding in Symfony mailer, it also looks like the only supported encoding options are quoted-printable, base64 and 8bit - https://github.com/symfony/symfony/blob/7.1/src/Symfony/Component/Mime/Part/TextPart.php#L66

If I can find a good way to implement this I'll include it.

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

No branches or pull requests

2 participants