|
1 |
| -[](LICENSE-2.0.txt) [](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.simplejavamail%22%20AND%20a%3A%22simple-java-mail%22) [](https://www.javadoc.io/doc/org.simplejavamail/simple-java-mail) [](https://travis-ci.org/bbottema/simple-java-mail) [](https://www.codacy.com/app/b-bottema/simple-java-mail) |
| 1 | +[](LICENSE-2.0.txt) [](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.simplejavamail%22%20AND%20a%3A%22simple-java-mail%22) [](https://www.javadoc.io/doc/org.simplejavamail/simple-java-mail) [](https://travis-ci.org/bbottema/simple-java-mail) [](https://www.codacy.com/app/b-bottema/simple-java-mail) |
2 | 2 |
|
3 | 3 | # Simple Java Mail #
|
4 | 4 |
|
@@ -64,36 +64,24 @@ Simple Java Mail is available in [Maven Central](https://search.maven.org/#searc
|
64 | 64 | <dependency>
|
65 | 65 | <groupId>org.simplejavamail</groupId>
|
66 | 66 | <artifactId>simple-java-mail</artifactId>
|
67 |
| - <version>5.0.4</version> |
| 67 | + <version>5.0.5</version> |
68 | 68 | </dependency>
|
69 | 69 | ```
|
70 | 70 |
|
71 | 71 | ### Latest Progress ###
|
72 | 72 |
|
73 |
| -v5.0.4 (22-September-2018) |
| 73 | +v5.0.1 - [v5.0.5](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C5.0.5%7Cjar) |
74 | 74 |
|
75 |
| -- [#168](https://github.com/bbottema/simple-java-mail/issues/168) Properties aquired through ConfigLoader should be typed explicitly and converted if necessary |
| 75 | +- 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 |
| 76 | +empty |
| 77 | +- 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 |
| 78 | +- v5.0.3 (11-April-2018): [#136](https://github.com/bbottema/simple-java-mail/issues/136) ServerConfig class should be public API |
| 79 | +- v5.0.2 (7-April-2018): [#135](https://github.com/bbottema/simple-java-mail/issues/135) trustingAllHosts should be public on the Builder API |
| 80 | +- v5.0.2 (7-April-2018): [#131](https://github.com/bbottema/simple-java-mail/issues/131) NamedDataSource should implement EncodingAware |
| 81 | +- v5.0.1 (10-March-2018): [#130](https://github.com/bbottema/simple-java-mail/issues/130) java.lang.ClassNotFoundException: net.markenwerk.utils.mail.dkim.DkimMessage. Solves the issue of missing optional class DKIM even when not used |
| 82 | + |
76 | 83 |
|
77 |
| - |
78 |
| -v5.0.3 (11-April-2018) |
79 |
| - |
80 |
| -- [#136](https://github.com/bbottema/simple-java-mail/issues/136) ServerConfig class should be public API |
81 |
| - |
82 |
| - |
83 |
| -v5.0.2 (7-April-2018) |
84 |
| - |
85 |
| -- [#135](https://github.com/bbottema/simple-java-mail/issues/135) trustingAllHosts should be public on the Builder API |
86 |
| -- [#131](https://github.com/bbottema/simple-java-mail/issues/131) NamedDataSource should implement EncodingAware |
87 |
| - |
88 |
| - |
89 |
| -v5.0.1 (10-March-2018) |
90 |
| - |
91 |
| -- [#130](https://github.com/bbottema/simple-java-mail/issues/130) java.lang.ClassNotFoundException: net.markenwerk.utils.mail.dkim.DkimMessage |
92 |
| - |
93 |
| -Solves the issue of missing optional class DKIM even when not used |
94 |
| - |
95 |
| - |
96 |
| -v5.0.0 (14-Februari-2018) |
| 84 | +[v5.0.0](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C5.0.0%7Cjar) (14-Februari-2018) |
97 | 85 |
|
98 | 86 | Also see the [migration notes](http://www.simplejavamail.org/#/migrate500)
|
99 | 87 |
|
|
0 commit comments