All Versions
8
Latest Version
Avg Release Cycle
192 days
Latest Release
1499 days ago
Changelog History
Changelog History
-
v1.3.4 Changes
October 07, 2020- ๐ Bug fixes
- Fix Elixir 1.11 warnings; add application dependencies :pop3client and :inets
- ๐ Bug fixes
-
v1.3.3 Changes
September 26, 2020- ๐ Bug fixes
- Graceful error correction of common line continuation faults in Content-Description headers
- Allow longer attachment filenames to be stored. Cut off at 100 characters.
- Fix dialyzer warnings
- ๐ Bug fixes
-
v1.3.2 Changes
May 24, 2019- ๐ Bug fixes
- issue/4 Mix compile with pop3mail dependency fails on erlpop.app
- ๐ Bug fixes
-
v1.3.1 Changes
November 08, 2018- ๐ Bug fixes
- issue/3 Lookup headers case-insensitively
- ๐ Bug fixes
-
v1.3.0 Changes
November 17, 2017- โฌ๏ธ Drop support for Elixir 1.2
- Minimal Elixir 1.3
- Resolve deprecated warings in Elixir 1.5
- โฌ๏ธ Drop support for Elixir 1.2
-
v1.2.1 Changes
June 16, 2017- ๐ Bug fixes
- Support RFC 2557 Content-Location header.
- ๐ Bug fixes
-
v1.2.0 Changes
June 13, 2017- ๐ Bug fixes
- issue/2 Reduce memory consumption
- ๐ Bug fixes
-
v1.1.0 Changes
February 01, 2017- ๐ Bug fixes
- issue/1 Pass on username unchanged to the mail server. In v1.0.0 it cuts off at the last @ symbol. Example: if username is [email protected] it logged in with user: hendrik.lorentz
- ๐ Bug fixes