View Source Changelog

0.3.1 2023-08-04

0.3.0 2023-08-01

0.2.3 2021-06-28

0.2.2 2020-07-28

0.2.1 2019-03-02

0.2.0 2017-07-21

0.1.1 2016-10-12

  • Moved API to using strings instead of atoms
  • Parser and Renderer should handle reply-to header

0.1.0 2016-07-31

  • API is stable enough for a minor version release
  • Resolved Elixir 1.3 warnings

0.0.3 2016-03-14

  • Began multipart support. The Mail struct can have multiple "parts". Each Mail.Part can have multiple "parts".
  • Added RFC2822 Renderer
  • Added RFC2822 Parser