[Users] [Bug 3632] New: Parse PGP/MIME headers emitted by GPGMail + Exchange
noreply at thewildbeast.co.uk
noreply at thewildbeast.co.uk
Sun Apr 3 19:00:22 CEST 2016
http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=3632
Bug ID: 3632
Summary: Parse PGP/MIME headers emitted by GPGMail + Exchange
Classification: Unclassified
Product: Claws Mail
Version: GIT
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P3
Component: Plugins
Assignee: users at lists.claws-mail.org
Reporter: freebsd at grem.de
Created attachment 1640
-->
http://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=1640&action=edit
Read exchange butchered email, suitable for use with "git am"
Exchange always wants to have at least one message part it understands, so it
inserts an empty email text/plain attachment into the message, leading to three
parts instead of two. It also changes the mime type of the container from
"encrypted" to "mixed".
The attached patch solves this problems and allows decryption of such email
(signature checking works as well).
multipart/mixed
text/plain (length:0)
application/pgp-encrypted
application/octet-stream
instead of the usual:
multipart/encrypted (protocol="application/pgp-encrypted")
application/pgp-encrypted
application/octet-stream
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Users
mailing list