File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,18 @@ Simple Java Mail is available in Maven Central:
4545<dependency >
4646 <groupId >org.simplejavamail</groupId >
4747 <artifactId >simple-java-mail</artifactId >
48- <version >4.2.0 </version >
49- <!-- version>4.2.0 -java6-release</version-->
48+ <version >4.2.1 </version >
49+ <!-- version>4.2.1 -java6-release</version-->
5050</dependency >
5151```
5252
5353### Latest Progress ###
5454
55+ [ v4.2.1] ( http://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C4.2.1%7Cjar ) (12-Feb-2017)
56+
57+ Patch: streamlined convenience methods for adding recipients.
58+
59+
5560[ v4.2.0] ( http://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C4.2.0%7Cjar ) (12-Feb-2017)
5661
5762** Major feature: Using the EmailConverter you can now convert between Outlook .msg, EML, MimeMessage and Email** !
Original file line number Diff line number Diff line change @@ -3,9 +3,14 @@ http://www.simplejavamail.org
33<dependency>
44 <groupId>org.simplejavamail</groupId>
55 <artifactId>simple-java-mail</artifactId>
6- <version>4.2.0 </version> or: 4.2.0 -java6-release
6+ <version>4.2.1 </version> or: 4.2.1 -java6-release
77</dependency>
88
9+ v4.2.1 (12-Feb-2017)
10+
11+ Patch: streamlined convenience methods for adding recipients.
12+
13+
914v4.2.0 (12-Feb-2017)
1015
1116Major feature: Using the EmailConverter you can now convert between Outlook .msg, EML, MimeMessage and Email!
Original file line number Diff line number Diff line change 77 <artifactId >simple-java-mail</artifactId >
88 <packaging >jar</packaging >
99 <name >Simple Java Mail</name >
10- <version >4.2.1 -SNAPSHOT</version >
10+ <version >4.2.2 -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
You can’t perform that action at this time.
0 commit comments