You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[#356](https://github.com/bbottema/simple-java-mail/issues/356) Enhancement: Improve for support for Android < 8.0 (Fix NoClassDefFoundError)
30
+
-[#351](https://github.com/bbottema/simple-java-mail/issues/351) Bugfix: emlToEmail() and mimeMessageToEmail() break on mesages with duplicate names and legacy empty nested messages
31
+
-[#347](https://github.com/bbottema/simple-java-mail/issues/347) Maintenance: Reduce log-spam and prevent exception on every module availability check
32
+
-[#346](https://github.com/bbottema/simple-java-mail/issues/346) Feature: Add option to parse MimeMessage without fetching attachment data from server
- v6.6.3 (25-December-2021): [#356](https://github.com/bbottema/simple-java-mail/issues/356) Enhancement: Improve for support for Android < 8.0 (Fix NoClassDefFoundError)
30
-
- v6.6.3 (25-December-2021): [#351](https://github.com/bbottema/simple-java-mail/issues/351) Bugfix: emlToEmail() and mimeMessageToEmail() break on mesages with duplicate names and legacy empty nested messages
31
-
- v6.6.3 (25-December-2021): [#347](https://github.com/bbottema/simple-java-mail/issues/347) Maintenance: Reduce log-spam and prevent exception on every module availability check
32
-
- v6.6.3 (25-December-2021): [#346](https://github.com/bbottema/simple-java-mail/issues/346) Feature: Add option to parse MimeMessage without fetching attachment data from server
33
37
- v6.6.2 (23-December-2021): [#365](https://github.com/bbottema/simple-java-mail/issues/365) Security: Resolve log4j vulnerability in Simple Java Mail
34
38
- v6.6.1 (12-June-2021): [#321](https://github.com/bbottema/simple-java-mail/issues/321) Enhancement: Ignore malformed recipient addresses and continue parsing email data
35
39
- v6.6.0 (1-June-2021): [#320](https://github.com/bbottema/simple-java-mail/issues/320) Enhancement: Added default S/MIME signing to Mailer level and fixed crippling performance bug
Copy file name to clipboardExpand all lines: RELEASE.txt
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,19 @@ http://www.simplejavamail.org
3
3
<dependency>
4
4
<groupId>org.simplejavamail</groupId>
5
5
<artifactId>simple-java-mail</artifactId>
6
-
<version>6.6.3</version>
6
+
<version>6.7.0</version>
7
7
</dependency>
8
8
9
-
v6.6.0 - v6.6.3
9
+
v6.7.0 (25-December-2021)
10
+
11
+
- #356: Enhancement: Improve for support for Android < 8.0 (Fix NoClassDefFoundError)
12
+
- #351: Bugfix: emlToEmail() and mimeMessageToEmail() break on mesages with duplicate names and legacy empty nested messages
13
+
- #347: Maintenance: Reduce log-spam and prevent exception on every module availability check
14
+
- #346: Feature: Add option to parse MimeMessage without fetching attachment data from server
15
+
16
+
17
+
v6.6.0 - v6.6.2
10
18
11
-
- v6.6.3 (25-December-2021): #356: Enhancement: Improve for support for Android < 8.0 (Fix NoClassDefFoundError)
12
-
- v6.6.3 (25-December-2021): #351: Bugfix: emlToEmail() and mimeMessageToEmail() break on mesages with duplicate names and legacy empty nested messages
13
-
- v6.6.3 (25-December-2021): #347: Maintenance: Reduce log-spam and prevent exception on every module availability check
14
-
- v6.6.3 (25-December-2021): #346: Feature: Add option to parse MimeMessage without fetching attachment data from server
15
19
- v6.6.2 (23-December-2021): #365: Resolve log4j vulnerability in Simple Java Mail
16
20
- v6.6.1 (12-June-2021): #321: Ignore malformed recipient addresses and continue parsing email data
17
21
- v6.6.0 (1-June-2021): #320: Added default S/MIME signing to Mailer lever and fixed crippling performance bug
0 commit comments