jordan-wright / email

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

Add alternative only #58

Closed diligiant closed 7 years ago

diligiant commented 7 years ago

Bytes() tries to optimize the parts created:

  1. no mixed for a text or html message
  2. no alternate for a text or html message with attachments

Special handling, if any, or an email consisting of a sole attachment hasn’t been added.

Test cases have been added to cover the different cases.

jordan-wright commented 7 years ago

Works for me! I appreciate you sending this over, and for adding tests for the changes.

diligiant commented 7 years ago

@jordan-wright that was fast! Thank you. May you consider tagging a version? That would help with dep.