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

Feature: Expand email builder API to support forced content Content-Transfer-Encoding for attachments, like quoted-printable, base64, 7BIT and others #405

Closed
bbottema opened this issue Jul 15, 2022 · 1 comment

Comments

@bbottema
Copy link
Owner

#399 added support for Content-Transfer-Encoding on body content level (so plain text, HTML text and iCalender), but we can go further and enforce transfer encoding for attachments as well. This way we can make sure plain text is stored as base64 in the resulting EML for example.

@bbottema bbottema added this to the 7.3.0 milestone Jul 15, 2022
bbottema added a commit that referenced this issue Jul 15, 2022
@bbottema bbottema changed the title Feature: Expand email builder API to support forced content encoding for attachments, like quoted-printable, base64, 7BIT and others Feature: Expand email builder API to support forced content Content-Transfer-Encoding for attachments, like quoted-printable, base64, 7BIT and others Jul 15, 2022
@bbottema
Copy link
Owner Author

Released in 7.3.0

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

No branches or pull requests

1 participant