mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
Added comment
This commit is contained in:
parent
0fa7962dcd
commit
de4ab1c40b
1 changed files with 1 additions and 0 deletions
|
@ -3704,6 +3704,7 @@ public class FragmentCompose extends FragmentBase {
|
|||
}
|
||||
|
||||
// Build message to sign
|
||||
// openssl smime -verify <xxx.eml
|
||||
Properties props = MessageHelper.getSessionProperties(true);
|
||||
Session isession = Session.getInstance(props, null);
|
||||
MimeMessage imessage = new MimeMessage(isession);
|
||||
|
|
Loading…
Reference in a new issue