File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,18 @@ Simple Java Mail is available in [Maven Central](https://search.maven.org/#searc
6464<dependency >
6565 <groupId >org.simplejavamail</groupId >
6666 <artifactId >simple-java-mail</artifactId >
67- <version >5.0.1 </version >
67+ <version >5.0.2 </version >
6868</dependency >
6969```
7070
7171### Latest Progress ###
7272
73+ v5.0.2 (7-April-2018)
74+
75+ - [ #135 ] ( https://github.com/bbottema/simple-java-mail/issues/135 ) trustingAllHosts should be public on the Builder API
76+ - [ #131 ] ( https://github.com/bbottema/simple-java-mail/issues/131 ) NamedDataSource should implement EncodingAware
77+
78+
7379v5.0.1 (10-March-2018)
7480
7581- [ #130 ] ( https://github.com/bbottema/simple-java-mail/issues/130 ) java.lang.ClassNotFoundException: net.markenwerk.utils.mail.dkim.DkimMessage
Original file line number Diff line number Diff line change @@ -3,9 +3,17 @@ http://www.simplejavamail.org
33<dependency>
44 <groupId>org.simplejavamail</groupId>
55 <artifactId>simple-java-mail</artifactId>
6- <version>5.0.1 </version>
6+ <version>5.0.2 </version>
77</dependency>
88
9+ v5.0.2 (7-April-2018)
10+
11+ - #135: trustingAllHosts should be public on the Builder API
12+ - #131: NamedDataSource should implement EncodingAware
13+
14+ Solves the issue of missing optional class DKIM even when not used
15+
16+
917v5.0.1 (10-March-2018)
1018
1119- #130 java.lang.ClassNotFoundException: net.markenwerk.utils.mail.dkim.DkimMessage
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 >5.0.1 </version >
10+ <version >5.0.3-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