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

2016-06-23 Thread Sandro Knauß via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360910

Sandro Knauß  changed:

   What|Removed |Added

 CC||rew...@thestrayworld.com

--- Comment #4 from Sandro Knauß  ---
*** Bug 347740 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2016-03-28 Thread Sandro Knauß via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360910

Sandro Knauß  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/mess
   ||agelib/db5cb4496d8a029d3937
   ||4791751a96263a052ddc
   Version Fixed In||5.3
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Sandro Knauß  ---
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   -0mimetreeparser/autotests/data/openpgp-encrypted-applemail.mbox
A  +40   -0   
mimetreeparser/autotests/data/openpgp-encrypted-applemail.mbox.html
M  +1-0mimetreeparser/src/CMakeLists.txt
A  +99   -0mimetreeparser/src/bodyformatter/applicationpgpencrypted.cpp
[License: LGPL (v2+)]
A  +41   -0mimetreeparser/src/bodyformatter/applicationpgpencrypted.h
[License: LGPL (v2+)]
M  +2-0mimetreeparser/src/viewer/bodypartformatter.cpp

http://commits.kde.org/messagelib/db5cb4496d8a029d39374791751a96263a052ddc

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2016-03-24 Thread Sandro Knauß via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360910

Sandro Knauß  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ß  ---
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 watching all bug changes.

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

2016-03-24 Thread Sandro Knauß via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360910

--- Comment #1 from Sandro Knauß  ---
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.

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2016-03-23 Thread quazgar via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360910

quazgar  changed:

   What|Removed |Added

 CC||skna...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.