Summary | Non-encoded Content-Description when using PGP |
Queue | IMP |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | patrick (at) spamreducer (dot) eu |
Created | 01/19/2015 (3875 days ago) |
Due | |
Updated | 01/20/2015 (3874 days ago) |
Assigned | |
Resolved | 01/20/2015 (3874 days ago) |
Milestone | |
Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
commit f175603d99610c17bd507f3c90f8b26a1f065c6b
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Jan 19 17:35:44 2015 -0700
[mms] Fix MIME encoding the Content-Description header (
Bug #13814).framework/Mime/lib/Horde/Mime/Headers.php | 1 +
.../lib/Horde/Mime/Headers/ContentDescription.php | 51
++++++++++++++++++++
.../Mime/lib/Horde/Mime/Headers/Element/Single.php | 1 -
framework/Mime/package.xml | 16 ++++--
framework/Mime/test/Horde/Mime/HeadersTest.php | 17 +++++-
5 files changed, 76 insertions(+), 10 deletions(-)
http://github.com/horde/horde/commit/f175603d99610c17bd507f3c90f8b26a1f065c6b
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Non-encoded Content-Description when using PGP
Type ⇒ Enhancement
State ⇒ New
I would like to question if it would be possible to enhance the
"Content-Description" when using PGP in Horde:
We are using German language and we have noticed that the message
"Content-Description" contains non-encoded 8-bit data, but it should
as specified by the RFC.
Example:
<snip>
Content-Type: multipart/encrypted; boundary="=_GNjr_xMGuYs0IIbFGqL7Zg1";
protocol="application/pgp-encrypted"
Content-Description: PGP-verschlüsselte Daten
MIME-Version: 1.0
</snip>
Thank you!