Skip to content

Commit 94c0997

Browse files
committed
release v4.4.0
1 parent 6f91481 commit 94c0997

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,24 @@ Simple Java Mail is available in Maven Central:
4545
<dependency>
4646
<groupId>org.simplejavamail</groupId>
4747
<artifactId>simple-java-mail</artifactId>
48-
<version>4.3.0</version>
48+
<version>4.4.0</version>
4949
</dependency>
5050
```
5151

5252
### Latest Progress ###
5353

54+
[v4.4.0](http://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C4.4.0%7Cjar) (18-August-2017)
55+
56+
API usability release.
57+
58+
- [#95](https://github.com/bbottema/simple-java-mail/issues/95) Feature: Add support native API for setting Return-Receipt-To header
59+
- [#93](https://github.com/bbottema/simple-java-mail/issues/93) Feature: Add support native API for setting Disposition-Notification-To header
60+
- [#91](https://github.com/bbottema/simple-java-mail/issues/91) **Feature: Add support for parsing preformatted email addresses that include both
61+
name and address**
62+
- [#94](https://github.com/bbottema/simple-java-mail/issues/94) Bugfix: A single EmailBuilder would build emails that all share the same collections
63+
for recipients, attachments and embedded images
64+
65+
5466
[v4.3.0](http://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C4.3.0%7Cjar) (12-August-2017)
5567

5668
Security and timeout release.

RELEASE.txt

+10-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,18 @@ http://www.simplejavamail.org
33
<dependency>
44
<groupId>org.simplejavamail</groupId>
55
<artifactId>simple-java-mail</artifactId>
6-
<version>4.3.0</version>
6+
<version>4.4.0</version>
77
</dependency>
88

9+
v4.4.0 (18-August-2017)
10+
11+
API usability release.
12+
13+
- #95 Feature: Add support native API for setting Return-Receipt-To header
14+
- #93 Feature: Add support native API for setting Disposition-Notification-To header
15+
- #91 *Feature: Add support for parsing preformatted email addresses that include both name and address*
16+
- #94 Bugfix: A single EmailBuilder would build emails that all share the same collections for recipients, attachments and embedded images
17+
918
v4.3.0 (12-August-2017)
1019

1120
Security and timeout release.

pom.xml

+1-1
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.3.1-SNAPSHOT</version>
10+
<version>4.4.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)