bbottema / simple-java-mail

Simple API, Complex Emails (Jakarta Mail smtp wrapper)

Home Page:http://www.simplejavamail.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

bbottema opened this issue · comments

#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.

Released in 7.3.0