jordan-wright / email

Robust and flexible email library for Go
MIT License
2.65k stars 321 forks source link

Support UTF-8 in email subject #84

Closed dmaciejak closed 5 years ago

dmaciejak commented 5 years ago

Was trying to import the email sample from https://cdn.online-convert.com/example-file/document/eml/example.eml into GoPhish but the subject is just displayed as "=?UTF-8?Q?_EML Example File?=". The patch #83 is adding UTF-8 support for the subject string.