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
-[#489](https://github.com/bbottema/simple-java-mail/issues/489) Update to Angus Mail
29
+
- 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
30
+
- 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
31
+
- v8.6.0 (17-January-2024): [#489](https://github.com/bbottema/simple-java-mail/pull/489): Update to Angus Mail
Copy file name to clipboardExpand all lines: RELEASE.txt
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,14 @@ https://www.simplejavamail.org
3
3
<dependency>
4
4
<groupId>org.simplejavamail</groupId>
5
5
<artifactId>simple-java-mail</artifactId>
6
-
<version>8.6.0</version>
6
+
<version>8.6.1</version>
7
7
</dependency>
8
8
9
-
v8.6.0 (17-January-2024)
9
+
v8.6.0 - v8.6.1
10
10
11
-
- #489: Update to Angus Mail
11
+
- 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
12
+
- v8.6.1 (18-January-2024): #489: Finished update to Angus Mail by updating activation dependency
13
+
- v8.6.0 (17-January-2024): #489: Update to Angus Mail
0 commit comments