mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 18:41:20 +01:00
Encryption improvements
This commit is contained in:
@@ -245,6 +245,7 @@ public class MessageHelper {
|
||||
|
||||
for (final EntityAttachment attachment : attachments)
|
||||
if (attachment.available && EntityAttachment.PGP_MESSAGE.equals(attachment.encryption)) {
|
||||
// https://tools.ietf.org/html/rfc3156
|
||||
Multipart multipart = new MimeMultipart("encrypted; protocol=\"application/pgp-encrypted\"");
|
||||
|
||||
BodyPart pgp = new MimeBodyPart();
|
||||
|
||||
Reference in New Issue
Block a user