|
1 | 1 | [](LICENSE-2.0.txt) |
2 | 2 | [](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.simplejavamail%22%20AND%20a%3A%22simple-java-mail%22) |
3 | | -[](https://www.javadoc.io/doc/org.simplejavamail/simple-java-mail) |
| 3 | +[](https://www.javadoc.io/doc/org.simplejavamail/simple-java-mail) |
4 | 4 | [](https://travis-ci.org/bbottema/simple-java-mail) |
5 | 5 | [](https://www.codacy.com/app/b-bottema/simple-java-mail) |
6 | 6 |
|
@@ -68,17 +68,17 @@ Simple Java Mail is available in [Maven Central](https://search.maven.org/#searc |
68 | 68 | <dependency> |
69 | 69 | <groupId>org.simplejavamail</groupId> |
70 | 70 | <artifactId>simple-java-mail</artifactId> |
71 | | - <version>5.0.6</version> |
| 71 | + <version>5.0.7</version> |
72 | 72 | </dependency> |
73 | 73 | ``` |
74 | 74 |
|
75 | 75 | ### Latest Progress ### |
76 | 76 |
|
77 | | -v5.0.1 - [v5.0.6](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C5.0.6%7Cjar) |
| 77 | +v5.0.1 - [v5.0.7](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C5.0.7%7Cjar) |
78 | 78 |
|
| 79 | +- v5.0.7 (27-Oktober-2018): [#175](https://github.com/bbottema/simple-java-mail/issues/175) Attachment names are not always parsed properly from MimeMessage |
79 | 80 | - v5.0.6 (3-Oktober-2018): [#167](https://github.com/bbottema/simple-java-mail/issues/167) Email addresses validated despite cleared validation validation criteria |
80 | | -- 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 |
81 | | -empty |
| 81 | +- 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 empty |
82 | 82 | - 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 |
83 | 83 | - v5.0.3 (11-April-2018): [#136](https://github.com/bbottema/simple-java-mail/issues/136) ServerConfig class should be public API |
84 | 84 | - v5.0.2 (7-April-2018): [#135](https://github.com/bbottema/simple-java-mail/issues/135) trustingAllHosts should be public on the Builder API |
|
0 commit comments