File tree 3 files changed +6
-5
lines changed
src/main/java/org/simplejavamail/utils/mail/smime
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,16 @@ Note: This is a revival / continuation of the archived project markenwerk/java-u
13
13
<dependency >
14
14
<groupId >org.simplejavamail</groupId >
15
15
<artifactId >utils-mail-smime</artifactId >
16
- <version >2.2 .0</version >
16
+ <version >2.3 .0</version >
17
17
</dependency >
18
18
```
19
19
20
20
## Change history
21
21
22
- v2.2.0 (14-12-2023)
22
+ v2.2.0 - v2.3.0
23
23
24
- - [ #8 ] ( https://github.com/simple-java-mail/java-utils-mail-smime/issues/8 ) Enhancement: Handle Outlook's Non-Standard S/MIME Signed Messages
24
+ - v2.3.0 (17-01-2024): [ #9 ] ( https://github.com/simple-java-mail/java-utils-mail-smime/issues/9 ) Update to latest Jakarta+Angus dependencies
25
+ - v2.2.0 (14-12-2023): [ #8 ] ( https://github.com/simple-java-mail/java-utils-mail-smime/issues/8 ) Enhancement: Handle Outlook's Non-Standard S/MIME Signed Messages
25
26
26
27
27
28
v2.1.2 (14-07-2023)
Original file line number Diff line number Diff line change 1
1
package org .simplejavamail .utils .mail .smime ;
2
2
3
- import com .sun .mail .smtp .SMTPMessage ;
4
3
import jakarta .mail .MessagingException ;
5
4
import jakarta .mail .Session ;
5
+ import org .eclipse .angus .mail .smtp .SMTPMessage ;
6
6
import org .jetbrains .annotations .Nullable ;
7
7
8
8
import static java .lang .String .format ;
Original file line number Diff line number Diff line change 1
1
package org .simplejavamail .utils .mail .smime ;
2
2
3
- import com .sun .mail .smtp .SMTPMessage ;
4
3
import jakarta .activation .CommandMap ;
5
4
import jakarta .activation .MailcapCommandMap ;
6
5
import jakarta .mail .Header ;
33
32
import org .bouncycastle .operator .OutputEncryptor ;
34
33
import org .bouncycastle .operator .jcajce .JcaAlgorithmParametersConverter ;
35
34
import org .bouncycastle .util .Store ;
35
+ import org .eclipse .angus .mail .smtp .SMTPMessage ;
36
36
import org .jetbrains .annotations .Nullable ;
37
37
38
38
import javax .crypto .spec .OAEPParameterSpec ;
You can’t perform that action at this time.
0 commit comments