mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-24 18:03:35 +02:00
Added PGP version
This commit is contained in:
@@ -340,8 +340,9 @@ public class MessageHelper {
|
||||
Log.i("Sending PGP encrypted message");
|
||||
|
||||
// Build header
|
||||
// https://tools.ietf.org/html/rfc3156
|
||||
BodyPart bpHeader = new MimeBodyPart();
|
||||
bpHeader.setContent("", "application/pgp-encrypted");
|
||||
bpHeader.setContent("Version: 1\n", "application/pgp-encrypted");
|
||||
|
||||
// Build content
|
||||
BodyPart bpContent = new MimeBodyPart();
|
||||
|
||||
Reference in New Issue
Block a user