]> granicus.if.org Git - neomutt/commit
Handle improperly encoded pgp/mime octetstream part
authorKevin McCarthy <kevin@8t8.us>
Fri, 21 Dec 2018 18:13:17 +0000 (10:13 -0800)
committerRichard Russon <rich@flatcap.org>
Mon, 7 Jan 2019 15:09:41 +0000 (15:09 +0000)
commitf7ca74c673c1d4560f4e850418ff5ad1fe9d2e08
tree84c8a42463ce745d4f5fc940df68aab00057298e
parent6760e69adad3e1be0b8b83885838c33fb3347218
Handle improperly encoded pgp/mime octetstream part

Some clients (or even mail servers) improperly encode the octetstream
part.

Thanks to Riccardo Schirone for the original merge request patch.
This commit also handles the attachment menu, and makes the decoding
conditional so it's not done if it isn't necessary.

Co-authored-by: Richard Russon <rich@flatcap.org>
handler.c
ncrypt/crypt_gpgme.c
ncrypt/pgp.c