Summary | Decrypting PGP messages contains MIME headers |
Queue | IMP |
Queue Version | 6.1.4 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 09/02/2013 (4365 days ago) |
Due | |
Updated | 12/17/2013 (4259 days ago) |
Assigned | 09/03/2013 (4364 days ago) |
Resolved | 09/04/2013 (4363 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 4ed7a2e6be790a05ac0a740243ac0a6bad374c6b
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Sep 4 00:07:53 2013 -0600
[mms] Fix regression where MIME headers were being displayed for
PGP decrypted messages (
Bug #12648).imp/docs/CHANGES | 2 ++
imp/lib/Mime/Viewer/Pgp.php | 7 ++++---
imp/package.xml | 2 ++
3 files changed, 8 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/4ed7a2e6be790a05ac0a740243ac0a6bad374c6b
Summary ⇒ Decrypting PGP messages contains MIME headers
State ⇒ Resolved
Version ⇒ 6.1.4
commit 25ce6cdbeb57d3e4cf5cecbb134dea2b5e28eb8a
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Sep 4 00:07:53 2013 -0600
[mms] Fix regression where MIME headers were being displayed for
PGP decrypted messages (
Bug #12648).imp/docs/CHANGES | 2 ++
imp/lib/Mime/Viewer/Pgp.php | 7 ++++---
imp/package.xml | 2 ++
3 files changed, 8 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/25ce6cdbeb57d3e4cf5cecbb134dea2b5e28eb8a
Summary ⇒ Decrrypting PGP messages contains MIME headers
State ⇒ Assigned
broken, because those headers are displayed in the body of decrypted
messages too.
were included. If that is what it's supposed to be, then UNencrypting
in IMP is broken, because those headers are displayed in the body of
decrypted messages too.
State ⇒ Feedback
encrypted. The message is rendered into canonical MIME form and then
the entire message is encrypted. You don't just encrypt the text.
State ⇒ Assigned
Patch ⇒ No
Milestone ⇒
Assigned to Michael Slusarz
Queue ⇒ IMP
Summary ⇒ PGP encrypted message contains headers
Type ⇒ Bug
Priority ⇒ 1. Low
PGP encrypted plain text message like
<<<EOT
Test
--
Jan Schneider
The Horde Project
http://www.horde.org/
EOT
The content that gets encrypted is like:
<<<EOT
Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes
Content-Disposition: inline
Test
--
Jan Schneider
The Horde Project
http://www.horde.org/
EOT