|
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 | [](https://paypal.me/bennybottema) |
@@ -69,14 +69,16 @@ Simple Java Mail is available in [Maven Central](https://search.maven.org/#searc |
69 | 69 | <dependency> |
70 | 70 | <groupId>org.simplejavamail</groupId> |
71 | 71 | <artifactId>simple-java-mail</artifactId> |
72 | | - <version>5.1.5</version> |
| 72 | + <version>5.1.6</version> |
73 | 73 | </dependency> |
74 | 74 | ``` |
75 | 75 |
|
76 | 76 | ### Latest Progress ### |
77 | 77 |
|
78 | | -v5.1.1 - [v5.1.5](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C5.1.5%7Cjar) |
| 78 | +v5.1.1 - [v5.1.6](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C5.1.6%7Cjar) |
79 | 79 |
|
| 80 | +- v5.1.6 (27-April-2019): [#204](https://github.com/bbottema/simple-java-mail/issues/204) A Concurrent exception when an async process starts when the previous connection pool didn't shutdown in time |
| 81 | +- v5.1.6 (27-April-2019): [#204](https://github.com/bbottema/simple-java-mail/issues/204) B Exceptions in threads are now caught and logged and don't bubble up anymore |
80 | 82 | - v5.1.5 (24-April-2019): [#202](https://github.com/bbottema/simple-java-mail/issues/202) Fixed ConcurrentModificationException when moving invalid embedded images as regular attachments |
81 | 83 | - v5.1.4 (5-April-2019): [#163](https://github.com/bbottema/simple-java-mail/issues/163) Fixed missing mimetype for attachments when parsing Outlook messages where mimeTag was not included |
82 | 84 | - v5.1.3 (15-Januari-2019): Updated to newer rfc-validator version, which fixed a regression bug in that library |
|
0 commit comments