We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802fac4 commit d6f3e5cCopy full SHA for d6f3e5c
README.MD
@@ -13,15 +13,19 @@ Note: This is a revival / continuation of the archived project markenwerk/java-u
13
<dependency>
14
<groupId>org.simplejavamail</groupId>
15
<artifactId>utils-mail-smime</artifactId>
16
- <version>1.0.8</version>
+ <version>2.0.0</version>
17
</dependency>
18
```
19
20
## Change history
21
22
-v1.0.x (xx-xx-2021)
+v2.0.0 (28-12-2021)
23
24
-- Initial release, with deprecated JavaMail upgraded Jakarta Mail 2.0.1 and Apache v2 license
+- Initial release, with:
25
+- deprecated JavaMail upgraded Jakarta Mail 2.0.1
26
+- Apache v2 license (with full permissions of all past authors)
27
+- Java 8
28
+- Log4j security fixes
29
30
# Original documenation follows:
31
0 commit comments