File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,11 @@ Simple Java Mail is available in [Maven Central](https://search.maven.org/#searc
7575
7676### Latest Progress ###
7777
78+ [ v5.2.1] ( https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C5.2.1%7Cjar ) (TBA)
79+
80+ - [ #219 ] ( https://github.com/bbottema/simple-java-mail/issues/219 ) Bug: MimeMessageParser rejects attachments with duplicate names
81+
82+
7883[ v5.2.0] ( https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C5.2.0%7Cjar ) (7-July-2019)
7984
8085- [ #213 ] ( https://github.com/bbottema/simple-java-mail/issues/213 ) Update from javax.mail:1.6.0 to jakarta.mail:1.6.3
Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ http://www.simplejavamail.org
66 <version>5.2.0</version>
77</dependency>
88
9+ v5.2.1 (TBA)
10+
11+ - #219: Bug: MimeMessageParser rejects attachments with duplicate names
12+
13+
914v5.2.0 (7-July-2019)
1015
1116- #213: Update from javax.mail:1.6.0 to jakarta.mail:1.6.3
You can’t perform that action at this time.
0 commit comments