Skip to content

Commit d99e66a

Browse files
committed
released 4.3.0
1 parent a1fc1b9 commit d99e66a

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,20 @@ Simple Java Mail is available in Maven Central:
5151

5252
### Latest Progress ###
5353

54+
[v4.3.0](http://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C4.3.0%7Cjar) (12-August-2017)
55+
56+
Security and timeout release.
57+
58+
This version safeguards against SMTP injection attack from external values entering the library through *Email* instance. Also, this release
59+
introduces default/configurable timeouts for connecting, reading and writing when sending an email.
60+
61+
- [#89](https://github.com/bbottema/simple-java-mail/issues/89) Support multiple delimited recipient addresses sharing the same TO/CC/BCC name
62+
- [#88](https://github.com/bbottema/simple-java-mail/issues/88) **Safeguard subject property (and others) against SMTP CRLF injection attacks**
63+
- [#85](https://github.com/bbottema/simple-java-mail/issues/85) **Apply configurable timeouts when sending emails**
64+
- [#83](https://github.com/bbottema/simple-java-mail/issues/83) Parse INLINE attachments without ID as regular attachments when converting (mostly
65+
applicable to Apple emails)
66+
67+
5468
[v4.2.3](http://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C4.2.3%7Cjar) (21-May-2017)
5569

5670
- [#79](https://github.com/bbottema/simple-java-mail/issues/79): Enhancement: define custom message ID on the Email object

RELEASE.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ http://www.simplejavamail.org
66
<version>4.2.3</version>
77
</dependency>
88

9+
v4.3.0 (12-August-2017)
10+
11+
Security and timeout release.
12+
13+
This version safeguards against SMTP injection attack from external values entering the library through *Email* instance. Also, this release
14+
introduces default/configurable timeouts for connecting, reading and writing when sending an email.
15+
16+
- #89 Support multiple delimited recipient addresses sharing the same TO/CC/BCC name
17+
- #88 Safeguard subject property (and others) against SMTP CRLF injection attacks
18+
- #85 Apply configurable timeouts when sending emails
19+
- #83 Parse INLINE attachments without ID as regular attachments when converting (mostly applicable to Apple emails)
20+
21+
922
v4.2.3 (21-May-2017)
1023

1124
- #79: Enhancement: define custom message ID on the Email object

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>simple-java-mail</artifactId>
88
<packaging>jar</packaging>
99
<name>Simple Java Mail</name>
10-
<version>4.2.4-SNAPSHOT</version>
10+
<version>4.3.1-SNAPSHOT</version>
1111
<description>Simple API, Complex Emails. A light weight wrapper for the JavaMail SMTP API</description>
1212
<url>http://http://www.simplejavamail.org/</url>
1313

0 commit comments

Comments
 (0)