Summary: | KMail shows PGP/MIME encrypted content as attachment, does not offer to decrypt. | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | quazgar <quazgar> |
Component: | crypto | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | rewarp, sknauss |
Priority: | NOR | ||
Version: | Git (master) | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/messagelib/db5cb4496d8a029d39374791751a96263a052ddc | Version Fixed In: | 5.3 |
Sentry Crash Report: |
Description
quazgar
2016-03-23 16:51:44 UTC
So far I see not the nessesary bit, why this is not decrypted. Can you send me a encrypted mail from apple mail? Than I can test on my own system with kmail 5.1.1. Okay I now see the problem. Applemail structues the mail differnently: multipart/mixed -> application/pgp-encrypted -> application/octet-stream normal MIME encrypted mails have a structure like this: multipart/encrypted -> application/pgp-encrypted -> application/octet-stream And mimetreeparser do not react only on the mimetype multipart/encrypted and not at application/pgp-encrypted. Git commit db5cb4496d8a029d39374791751a96263a052ddc by Sandro Knauß. Committed on 28/03/2016 at 14:42. Pushed by knauss into branch 'master'. Add new BodyFormatter for application/pgp-encrypted FIXED-IN: 5.3 A +52 -0 mimetreeparser/autotests/data/openpgp-encrypted-applemail.mbox A +40 -0 mimetreeparser/autotests/data/openpgp-encrypted-applemail.mbox.html M +1 -0 mimetreeparser/src/CMakeLists.txt A +99 -0 mimetreeparser/src/bodyformatter/applicationpgpencrypted.cpp [License: LGPL (v2+)] A +41 -0 mimetreeparser/src/bodyformatter/applicationpgpencrypted.h [License: LGPL (v2+)] M +2 -0 mimetreeparser/src/viewer/bodypartformatter.cpp http://commits.kde.org/messagelib/db5cb4496d8a029d39374791751a96263a052ddc *** Bug 347740 has been marked as a duplicate of this bug. *** |