[Tickets #7757] replying to S/MIME encrypted messages -> No message Text
bugs at horde.org
bugs at horde.org
Fri Dec 5 10:59:57 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7757
------------------------------------------------------------------------------
Ticket | 7757
Created By | harakiri_23 at yahoo.com
Summary | replying to S/MIME encrypted messages -> No message
| Text
Queue | IMP
Version | 4.3
Type | Enhancement
State | New
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
harakiri_23 at yahoo.com (2008-12-05 05:59) wrote:
When replying to smime encrypted messages, the quoting does not work.
I fixed this issue in the imp compose.php function
replyMessage($actionID, &$imp_contents, $to = null)
you just need to decrypt the message with
$_impSmime = &new IMP_SMIME();
$decrypted_data = $_impSmime->decryptMessage($body);
and merge the headers. Ive read the other pgp ticket, and it is said
that in imp 5 for pgp is fixed - i just want to make sure this also
applies to smime?
Thanks
More information about the bugs
mailing list