jordan-wright / email

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

if Attachment.HTMLRelated is set, mark attachment as inline #135

Closed bosim closed 3 years ago

bosim commented 3 years ago

Properly setting "Content-Disposition: inline" for attachments marked as related. Otherwise some email clients (e.g. Thunderbird) are not showing inline images correctly.

jordan-wright commented 3 years ago

This seems reasonable to me. I appreciate you going the extra mile to keep things backwards compatible. 💚