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
- v8.6.2 (27-January-2024): [#493](https://github.com/bbottema/simple-java-mail/pull/493): [bug] don't require smime-module when adding collection of headers (also used when copying email)
30
-
- v8.6.1 (18-January-2024): [#487](https://github.com/bbottema/simple-java-mail/pull/487): Move header filtering from MimeMessageParser to EmailConverter, thereby enabling access to all parsed headers when using MimeMessageParser directly
31
-
- v8.6.1 (18-January-2024): [#489](https://github.com/bbottema/simple-java-mail/pull/489): Finished update to Angus Mail by updating activation dependency
32
-
- v8.6.0 (17-January-2024): [#489](https://github.com/bbottema/simple-java-mail/pull/489): Update to Angus Mail
29
+
- v8.6.3 (13-February-2024): [#491](https://github.com/bbottema/simple-java-mail/issues/491): [bug] Attachment body parts should separately parse Content-Disposition and ContentID, possible resulting in an downloadable attachment that is also embedded
30
+
- v8.6.2 (27-January-2024): [#493](https://github.com/bbottema/simple-java-mail/issues/493): [bug] don't require smime-module when adding collection of headers (also used when copying email)
31
+
- v8.6.1 (18-January-2024): [#487](https://github.com/bbottema/simple-java-mail/issues/487): Move header filtering from MimeMessageParser to EmailConverter, thereby enabling access to all parsed headers when using MimeMessageParser directly
32
+
- v8.6.1 (18-January-2024): [#489](https://github.com/bbottema/simple-java-mail/issues/489): Finished update to Angus Mail by updating activation dependency
33
+
- v8.6.0 (17-January-2024): [#489](https://github.com/bbottema/simple-java-mail/issues/489): Update to Angus Mail
- v8.5.0 (13-December-2023): [#484](https://github.com/bbottema/simple-java-mail/pull/484): [bug] Addresses passed as string are not always interpreted correctly
- v8.5.0 (13-December-2023): [#484](https://github.com/bbottema/simple-java-mail/issues/484): [bug] Addresses passed as string are not always interpreted correctly
- v8.3.5 (10-December-2023): [#482](https://github.com/bbottema/simple-java-mail/pull/482) Bug: 'IllegalArgumentException: emailAddressList is required' when parsing mail with incorrect recipients from Outlook message
49
-
- v8.3.4 (08-December-2023): [#481](https://github.com/bbottema/simple-java-mail/pull/481) Enhancement: don't crash on invalid empty embedded images when parsing Outlook messages
- v8.3.2 (26-November-2023): [#480](https://github.com/bbottema/simple-java-mail/pull/480) Bug: Multiple attachments with same name get the same Content-ID, causing them to refer to the same file content
52
-
- v8.3.1 (09-October-2023): [#440](https://github.com/bbottema/simple-java-mail/pull/440) Bug: names manually specified for embedded images are overridden and have extension added, breaking cid: references in HTML body
53
-
- v8.3.0 (09-October-2023): [#475](https://github.com/bbottema/simple-java-mail/pull/475) Enhancement: Add configuration metadata for Spring Boot application properties
49
+
- v8.3.5 (10-December-2023): [#482](https://github.com/bbottema/simple-java-mail/issues/482) Bug: 'IllegalArgumentException: emailAddressList is required' when parsing mail with incorrect recipients from Outlook message
50
+
- v8.3.4 (08-December-2023): [#481](https://github.com/bbottema/simple-java-mail/issues/481) Enhancement: don't crash on invalid empty embedded images when parsing Outlook messages
- v8.3.2 (26-November-2023): [#480](https://github.com/bbottema/simple-java-mail/issues/480) Bug: Multiple attachments with same name get the same Content-ID, causing them to refer to the same file content
53
+
- v8.3.1 (09-October-2023): [#440](https://github.com/bbottema/simple-java-mail/issues/440) Bug: names manually specified for embedded images are overridden and have extension added, breaking cid: references in HTML body
54
+
- v8.3.0 (09-October-2023): [#475](https://github.com/bbottema/simple-java-mail/issues/475) Enhancement: Add configuration metadata for Spring Boot application properties
- v8.1.3 (14-July-2023): [#467](https://github.com/bbottema/simple-java-mail/pull/467) Security: Medium severity vulnerability is detected in org.bouncycastle transitive dependency
64
-
- v8.1.3 (14-July-2023): [#466](https://github.com/bbottema/simple-java-mail/pull/466) Maintenance: Let Mailer implement AutoCloseable, so it shuts down the connection pool automatically when disposed of by Spring
- v8.1.1 (07-June-2023): [#461](https://github.com/bbottema/simple-java-mail/pull/461) Bugfix: Fixed MessageID not preserved when signing/encrypting with S/MIME and/or DKIM
64
+
- v8.1.3 (14-July-2023): [#467](https://github.com/bbottema/simple-java-mail/issues/467) Security: Medium severity vulnerability is detected in org.bouncycastle transitive dependency
65
+
- v8.1.3 (14-July-2023): [#466](https://github.com/bbottema/simple-java-mail/issues/466) Maintenance: Let Mailer implement AutoCloseable, so it shuts down the connection pool automatically when disposed of by Spring
- v8.1.1 (07-June-2023): [#461](https://github.com/bbottema/simple-java-mail/issues/461) Bugfix: Fixed MessageID not preserved when signing/encrypting with S/MIME and/or DKIM
67
68
- v8.1.0 (15-April-2023): [#458](https://github.com/bbottema/simple-java-mail/pull/458) Missing osgi headers (#288) and added support for Apache Karaf
68
69
- v8.1.0 (15-April-2023): [#288](https://github.com/bbottema/simple-java-mail/issues/288) Maintenance: missing OSGI package-exports from core-module
Copy file name to clipboardExpand all lines: RELEASE.txt
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,12 @@ https://www.simplejavamail.org
3
3
<dependency>
4
4
<groupId>org.simplejavamail</groupId>
5
5
<artifactId>simple-java-mail</artifactId>
6
-
<version>8.6.2</version>
6
+
<version>8.6.3</version>
7
7
</dependency>
8
8
9
-
v8.6.0 - v8.6.2
9
+
v8.6.0 - v8.6.3
10
10
11
+
- v8.6.3 (13-February-2024): #491: [bug] Attachment body parts should separately parse Content-Disposition and ContentID, possible resulting in an downloadable attachment that is also embedded
11
12
- v8.6.2 (27-January-2024): #493: [bug] don't require smime-module when adding collection of headers (also used when copying email)
12
13
- v8.6.1 (18-January-2024): #487: Move header filtering from MimeMessageParser to EmailConverter, thereby enabling access to all parsed headers when using MimeMessageParser directly
13
14
- v8.6.1 (18-January-2024): #489: Finished update to Angus Mail by updating activation dependency
0 commit comments