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
-[#451](https://github.com/bbottema/simple-java-mail/issues/451): Feature: Make defaults and overrides a first class feature
30
+
-[#452](https://github.com/bbottema/simple-java-mail/issues/452): Enhancement: with ".disableAllClientValidation(true)", also ignore errors from the completeness check
31
+
-[#450](https://github.com/bbottema/simple-java-mail/issues/450): Bug: when using dispositionNotificationTo or returnReceiptTo mode, when the corresponding emails are not filled, it fails even though it should fall back to replyTo or From
32
+
-[#449](https://github.com/bbottema/simple-java-mail/issues/449): Bug: IllegalArgumentException on parsing empty header name and value (when parsing Outlook message)
33
+
-[#448](https://github.com/bbottema/simple-java-mail/issues/448): Bug: withEmailDefaults and withEmailOverrides does not work with CustomMailer
34
+
-[#447](https://github.com/bbottema/simple-java-mail/issues/447): Enhancement: allow defaults/overrides to ignore individual fields (turn off for specific properties)
35
+
-[#446](https://github.com/bbottema/simple-java-mail/issues/446): Enhancement: add missing defaults properties for DKIM
36
+
37
+
**This release changes how Email instances are built, or more specifically, when defaults and overrides are applied.
38
+
There are now overloaded build methods that provide similar behaviour as previous versions.**
Copy file name to clipboardExpand all lines: RELEASE.txt
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,23 @@ https://www.simplejavamail.org
3
3
<dependency>
4
4
<groupId>org.simplejavamail</groupId>
5
5
<artifactId>simple-java-mail</artifactId>
6
-
<version>7.9.1</version>
6
+
<version>8.0.0</version>
7
7
</dependency>
8
8
9
+
v8.0.0 (08-March-2023)
10
+
11
+
- #451: Feature: Make defaults and overrides a first class feature
12
+
- #452: Enhancement: with ".disableAllClientValidation(true)", also ignore errors from the completeness check
13
+
- #447: Enhancement: allow defaults/overrides to ignore individual fields (turn off for specific properties)
14
+
- #446: Enhancement: add missing defaults properties for DKIM
15
+
- #450: Bug: when using dispositionNotificationTo or returnReceiptTo mode, when the corresponding emails are not filled, it fails even though it should fall back to replyTo or From
16
+
- #449: Bug: IllegalArgumentException on parsing empty header name and value (when parsing Outlook message)
17
+
- #448: Bug: withEmailDefaults and withEmailOverrides does not work with CustomMailer
18
+
19
+
This release changes how Email instances are built, or more specifically, when defaults and overrides are applied.
20
+
There are now overloaded build methods that provide similar behaviour as previous versions.
21
+
22
+
9
23
v7.9.0 - v7.9.1
10
24
11
25
- v7.9.1 (22-February-2023): #444: Bugfix: encoded delimited recipients in EML not parsed properly
0 commit comments