File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1- [ ![ APACHE v2 License] ( https://img.shields.io/badge/license-apachev2-blue.svg?style=flat )] ( LICENSE-2.0.txt ) [ ![ Latest Release] ( https://img.shields.io/maven-central/v/org.simplejavamail/simple-java-mail.svg?style=flat )] ( https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.simplejavamail%22%20AND%20a%3A%22simple-java-mail%22 ) [ ![ Javadocs] ( https://img.shields.io/badge/javadoc-5.0.5-brightgreen.svg?color=brightgreen )] ( https://www.javadoc.io/doc/org.simplejavamail/simple-java-mail ) [ ![ Build Status] ( https://img.shields.io/travis/bbottema/simple-java-mail.svg?style=flat )] ( https://travis-ci.org/bbottema/simple-java-mail ) [ ![ Codacy] ( https://img.shields.io/codacy/9f142ca8c8c640c984835a8ae02d29f3.svg?style=flat )] ( https://www.codacy.com/app/b-bottema/simple-java-mail )
1+ [ ![ APACHE v2 License] ( https://img.shields.io/badge/license-apachev2-blue.svg?style=flat )] ( LICENSE-2.0.txt )
2+ [ ![ Latest Release] ( https://img.shields.io/maven-central/v/org.simplejavamail/simple-java-mail.svg?style=flat )] ( https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.simplejavamail%22%20AND%20a%3A%22simple-java-mail%22 )
3+ [ ![ Javadocs] ( https://img.shields.io/badge/javadoc-5.0.6-brightgreen.svg?color=brightgreen )] ( https://www.javadoc.io/doc/org.simplejavamail/simple-java-mail )
4+ [ ![ Build Status] ( https://img.shields.io/travis/bbottema/simple-java-mail.svg?style=flat )] ( https://travis-ci.org/bbottema/simple-java-mail )
5+ [ ![ Codacy] ( https://img.shields.io/codacy/9f142ca8c8c640c984835a8ae02d29f3.svg?style=flat )] ( https://www.codacy.com/app/b-bottema/simple-java-mail )
26
37# Simple Java Mail #
48
@@ -64,14 +68,15 @@ Simple Java Mail is available in [Maven Central](https://search.maven.org/#searc
6468<dependency >
6569 <groupId >org.simplejavamail</groupId >
6670 <artifactId >simple-java-mail</artifactId >
67- <version >5.0.5 </version >
71+ <version >5.0.6 </version >
6872</dependency >
6973```
7074
7175### Latest Progress ###
7276
73- v5.0.1 - [ v5.0.5 ] ( https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C5.0.5 %7Cjar )
77+ v5.0.1 - [ v5.0.6 ] ( https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C5.0.6 %7Cjar )
7478
79+ - v5.0.6 (3-Oktober-2018): [ #167 ] ( https://github.com/bbottema/simple-java-mail/issues/167 ) Email addresses validated despite cleared validation validation criteria
7580- v5.0.5 (3-Oktober-2018): [ #137 ] ( https://github.com/bbottema/simple-java-mail/issues/137 ) When replying to an email with HTML, the result body is
7681empty
7782- v5.0.4 (22-September-2018): [ #168 ] ( https://github.com/bbottema/simple-java-mail/issues/168 ) Properties aquired through ConfigLoader should be typed explicitly and converted if necessary
Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ http://www.simplejavamail.org
33<dependency>
44 <groupId>org.simplejavamail</groupId>
55 <artifactId>simple-java-mail</artifactId>
6- <version>5.0.4 </version>
6+ <version>5.0.6 </version>
77</dependency>
88
9- v5.0.1 - v5.0.5
9+ v5.0.1 - v5.0.6
1010
11+ - v5.0.6 (3-Oktober-2018): #167: Email addresses validated despite cleared validation validation criteria
1112- v5.0.5 (3-Oktober-2018): #137: When replying to an email with HTML, the result body is empty
1213- v5.0.4 (22-September-2018): #168: Properties aquired through ConfigLoader should be typed explicitly and converted if necessary
1314- v5.0.3 (11-April-2018): #136: ServerConfig class should be public API
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.6 -SNAPSHOT</version >
10+ <version >5.0.7 -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