You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple to use library to use [S/MIME](https://en.wikipedia.org/wiki/S/MIME) features in conjunction with [JavaMail](http://www.oracle.com/technetwork/java/javamail/index.html).
8
+
This is a simple-to-use library to use [S/MIME](https://en.wikipedia.org/wiki/S/MIME) features in conjunction with [Jakarta Mail](https://eclipse-ee4j.github.io/mail/).
9
+
10
+
Note: This is a revival / continuation of the archived project markenwerk/java-utils-mail-smime, which itself was a continuation of an older project.
11
+
12
+
```xml
13
+
<dependency>
14
+
<groupId>org.simplejavamail</groupId>
15
+
<artifactId>utils-mail-smime</artifactId>
16
+
<version>1.0.8</version>
17
+
</dependency>
18
+
```
19
+
20
+
## Change history
21
+
22
+
v1.0.x (xx-xx-2021)
23
+
24
+
- Initial release, with deprecated JavaMail upgraded Jakarta Mail 2.0.1 and Apache v2 license
25
+
26
+
# Original documenation follows:
10
27
11
28
## Overview
12
29
@@ -20,14 +37,6 @@ This library allows you to
20
37
21
38
This library is hosted in the [Maven Central Repository](https://maven-badges.herokuapp.com/maven-central/net.markenwerk/utils-mail-smime). You can use it with the following coordinates:
22
39
23
-
```xml
24
-
<dependency>
25
-
<groupId>net.markenwerk</groupId>
26
-
<artifactId>utils-mail-smime</artifactId>
27
-
<version>1.0.8</version>
28
-
</dependency>
29
-
```
30
-
31
40
Consult the [usage description](#usage) and [Javadoc](http://markenwerk.github.io/java-utils-mail-smime/index.html) for further information.
0 commit comments