[kmail2] [Bug 360910] KMail shows PGP/MIME encrypted content as attachment, does not offer to decrypt.

Sandro Knauß via KDE Bugzilla bugzilla_noreply at kde.org
Thu Mar 24 13:52:11 GMT 2016


https://bugs.kde.org/show_bug.cgi?id=360910

Sandro Knauß <sknauss at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|4.14.10                     |Git (master)
             Status|UNCONFIRMED                 |CONFIRMED
           Platform|Debian testing              |Debian unstable
     Ever confirmed|0                           |1

--- Comment #2 from Sandro Knauß <sknauss at kde.org> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list