| Summary | S/MIME encryption produces unreadable message |
| Queue | IMP |
| Queue Version | 5.0.7 |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | Horde Developers (at) , slusarz (at) horde (dot) org |
| Requester | kd (at) tu-cottbus (dot) de |
| Created | 06/28/2011 (5246 days ago) |
| Due | |
| Updated | 08/02/2011 (5211 days ago) |
| Assigned | 06/28/2011 (5246 days ago) |
| Resolved | 08/02/2011 (5211 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
Bug #10285: Encrypted S/MIME data is already base64 encoded.2 files changed, 6 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/5c14e5065a1747208ae70a1813fa98910a28ffa5
commit 1219e2a89f4ad6f7075afc74f527c9e96e96b2de
Author: Jan Schneider <jan@horde.org>
Date: Mon Jul 18 14:53:49 2011 +0200
Fix setting the MIME part description charset.
State ⇒ Assigned
Assigned to
Assigned to Michael Slusarz
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ S/MIME encryption produces unreadable message
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
cannot be decrypted.
It seems the message body is base64-encoded twice.
If I extract the message body, do a base64_decode and feed the result in
'openssl smime -decrypt' all is ok.