mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Fixed micalg encrypted messages
This commit is contained in:
@@ -3538,7 +3538,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
|
||||
// Build message
|
||||
ContentType ct = new ContentType("multipart/signed");
|
||||
ct.setParameter("micalg", "sha-256");
|
||||
ct.setParameter("micalg", micalg);
|
||||
ct.setParameter("protocol", "application/pkcs7-signature");
|
||||
ct.setParameter("smime-type", "signed-data");
|
||||
String ctx = ct.toString();
|
||||
|
||||
Reference in New Issue
Block a user