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 84c908a commit e26db69Copy full SHA for e26db69
README.MD
@@ -13,12 +13,17 @@ 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>2.1.0</version>
+ <version>2.1.1</version>
17
</dependency>
18
```
19
20
## Change history
21
22
+v2.1.1 (07-06-2023)
23
+
24
+- [#4](https://github.com/simple-java-mail/java-utils-mail-smime/issues/4) Enhancement: Add support for fixing MessageID
25
26
27
v2.1.0 (05-04-2023)
28
29
- [#3](https://github.com/simple-java-mail/java-utils-mail-smime/issues/3) Feature: Make cryptographic algorithms configurable
0 commit comments