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
- v6.6.2 (23-December-2021): [#365](https://github.com/bbottema/simple-java-mail/issues/365) Resolve log4j vulnerability in Simple Java Mail
30
-
- v6.6.1 (12-June-2021): [#321](https://github.com/bbottema/simple-java-mail/issues/321) Ignore malformed recipient addresses and continue parsing email data
31
-
- v6.6.0 (1-June-2021): [#320](https://github.com/bbottema/simple-java-mail/issues/320) Added default S/MIME signing to Mailer lever and fixed crippling performance bug
29
+
- 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
+
- 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
+
- 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
+
- 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
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,15 @@ http://www.simplejavamail.org
3
3
<dependency>
4
4
<groupId>org.simplejavamail</groupId>
5
5
<artifactId>simple-java-mail</artifactId>
6
-
<version>6.6.2</version>
6
+
<version>6.6.3</version>
7
7
</dependency>
8
8
9
-
v6.6.0 - v6.6.2
9
+
v6.6.0 - v6.6.3
10
10
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
11
15
- v6.6.2 (23-December-2021): #365: Resolve log4j vulnerability in Simple Java Mail
12
16
- v6.6.1 (12-June-2021): #321: Ignore malformed recipient addresses and continue parsing email data
13
17
- v6.6.0 (1-June-2021): #320: Added default S/MIME signing to Mailer lever and fixed crippling performance bug
0 commit comments