jordan-wright / email

Robust and flexible email library for Go
MIT License
2.61k stars 324 forks source link

Adds support for text/html with base64 CTE #138

Closed leucos closed 3 years ago

leucos commented 3 years ago

base64 was not supported when emails had a single text/* part encoded in base64

Added relevant code & test.

Fixes #137

jordan-wright commented 3 years ago

LGTM! Thanks for sending this in.