File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,12 @@ Simple Java Mail is available in [Maven Central](https://search.maven.org/#searc
7575
7676### Latest Progress ###
7777
78+ [ v5.4.0] ( https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C5.4.0%7Cjar ) (27?-August-2019)
79+
80+ - [ #221 ] ( https://github.com/bbottema/simple-java-mail/issues/221 ) API bugfix: server identity verification should not be tied to host trusting
81+ - [ #227 ] ( https://github.com/bbottema/simple-java-mail/issues/227 ) Enhancement: Make parsing recipients from EML file more lenient
82+
83+
7884[ v5.3.0] ( https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C5.3.0%7Cjar ) (16-August-2019)
7985
8086- [ #215 ] ( https://github.com/bbottema/simple-java-mail/issues/215 ) Bug: Current DKIM header canonicalization can lead to invalid DKIM
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ http://www.simplejavamail.org
66 <version>5.3.0</version>
77</dependency>
88
9+ v5.4.0 (27?-August-2019)
10+
11+ - #221: API bugfix: server identity verification should not be tied to host trusting
12+ - #227: Enhancement: Make parsing recipients from EML file more lenient
13+
14+
915v5.3.0 (16-August-2019)
1016
1117- #215: Enhancement: Make DKIM header canonicalization RELAXED instead of SIMPLE
You can’t perform that action at this time.
0 commit comments