All Versions
8
Latest Version
Avg Release Cycle
223 days
Latest Release
-
Changelog History
Changelog History
-
v0.2.2 Changes
- ๐ Documentation updates
- ๐ Handle parsing a recipient name which is an email address https://github.com/DockYard/elixir-mail/pull/123
- โ Add charset option to text, html part https://github.com/DockYard/elixir-mail/pull/122
- โ Add support for custom headers on attachments https://github.com/DockYard/elixir-mail/pull/120
- โ Add support for part without body https://github.com/DockYard/elixir-mail/pull/115
- โ Add support for multiple values in the content-type header in Mail.get_text https://github.com/DockYard/elixir-mail/pull/108
- ๐ Fix for #105 where put_text/2 would replace plain text attachment https://github.com/DockYard/elixir-mail/pull/106
- ๐ RFC2822 parse recipient value is now part of public API https://github.com/DockYard/elixir-mail/pull/104
- ๐ Various fixes for bugs found in parsing real email https://github.com/DockYard/elixir-mail/pull/100
- ๐ Various fixes for handling dates in headers
- โก๏ธ Update parsing Received header to handle invalid/missing date part https://github.com/DockYard/elixir-mail/pull/96
- โ Add allowance for optional seconds and handle invalid hour in time https://github.com/DockYard/elixir-mail/pull/95
- ๐ Fix loop in Mail.Renderers.RFC2822.render_header/2 https://github.com/DockYard/elixir-mail/pull/93
- ๐ Fix invalid base64 encoding which broke in earlier version of Erlang https://github.com/DockYard/elixir-mail/pull/91
- โ Add support the Encoded Word RFC 2047 https://github.com/DockYard/elixir-mail/pull/90
- Retail all "received" headers https://github.com/DockYard/elixir-mail/pull/89
-
v0.2.1 Changes
March 02, 2019- ๐ Fix quoted-printable encoding https://github.com/DockYard/elixir-mail/pull/83
- โก๏ธ Optimized quoted-printable encoder to reduce memory usage https://github.com/DockYard/elixir-mail/pull/87
- โก๏ธ Update RFC2822 email regex with a better one https://github.com/DockYard/elixir-mail/pull/86
-
v0.2.0 Changes
July 21, 2017- ๐ฅ Breaking - All message props are now binaries https://github.com/DockYard/elixir-mail/pull/69
- removed
Mail.Message.has_attachment?
andMail.Message.has_text_part?
https://github.com/DockYard/elixir-mail/pull/74 - added
Mail.has_attachments?
andMail.has_text_parts?
https://github.com/DockYard/elixir-mail/pull/74 - โ added
Mail.get_attachments
https://github.com/DockYard/elixir-mail/pull/75 - ๐ Allow RFC2822 email regex to be overriden by config https://github.com/DockYard/elixir-mail/pull/73
- ๐ Allow
Mail.put_attachment
to use in-memory data in tuple https://github.com/DockYard/elixir-mail/pull/58 - ๐ Support obsolete timestamps https://github.com/DockYard/elixir-mail/pull/70
- ๐ Fix test suite for Elixir 1.4+ https://github.com/DockYard/elixir-mail/pull/67
-
v0.1.1 Changes
- ๐ Moved API to using strings instead of atoms
- ๐ Parser and Renderer should handle reply-to header
-
v0.1.0 Changes
July 31, 2016- ๐ API is stable enough for a minor version release
- โ Resolved Elixir 1.3 warnings
-
v0.0.4
March 21, 2016 -
v0.0.3 Changes
March 14, 2016- ๐ Began multipart support. The
Mail
struct can have multiple "parts". EachMail.Part
can have multiple "parts". - โ Added RFC2822 Renderer
- โ Added RFC2822 Parser
- ๐ Began multipart support. The
-
v0.0.2
February 10, 2016