- Fix quoted-printable encoding DockYard#83
- Optimized quoted-printable encoder to reduce memory usage DockYard#87
- Update RFC2822 email regex with a better one DockYard#86
- Breaking - All message props are now binaries DockYard#69
- removed
Mail.Message.has_attachment?andMail.Message.has_text_part?DockYard#74 - added
Mail.has_attachments?andMail.has_text_parts?DockYard#74 - added
Mail.get_attachmentsDockYard#75 - Allow RFC2822 email regex to be overriden by config DockYard#73
- Allow
Mail.put_attachmentto use in-memory data in tuple DockYard#58 - Support obsolete timestamps DockYard#70
- Fix test suite for Elixir 1.4+ DockYard#67
- Moved API to using strings instead of atoms
- Parser and Renderer should handle reply-to header
- API is stable enough for a minor version release
- Resolved Elixir 1.3 warnings
- Began multipart support. The
Mailstruct can have multiple "parts". EachMail.Partcan have multiple "parts". - Added RFC2822 Renderer
- Added RFC2822 Parser