|
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,13 +69,21 @@ 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.2.1</version> |
| 72 | + <version>5.3.0</version> |
73 | 73 | </dependency> |
74 | 74 | ``` |
75 | 75 |
|
76 | 76 | ### Latest Progress ### |
77 | 77 |
|
78 | | -[v5.2.1](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C5.2.1%7Cjar) (TBA) |
| 78 | +[v5.3.0](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C5.3.0%7Cjar) (16-August-2019) |
| 79 | + |
| 80 | +- [#215](https://github.com/bbottema/simple-java-mail/issues/215) Bug: Current DKIM header canonicalization can lead to invalid DKIM |
| 81 | + |
| 82 | +Note this release should have no impact, but nonetheless is a minor update so you can determine for yourself if this update would cause issues. |
| 83 | +The release changes DKIM header canonicalization from SIMPLE to RELAXED. |
| 84 | + |
| 85 | + |
| 86 | +[v5.2.1](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C5.2.1%7Cjar) (16-August-2019) |
79 | 87 |
|
80 | 88 | - [#219](https://github.com/bbottema/simple-java-mail/issues/219) Bug: MimeMessageParser rejects attachments with duplicate names |
81 | 89 |
|
|
0 commit comments