Summary | No S/MIME decoding in preview pane |
Queue | IMP |
Queue Version | 6.0.1 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | horde (at) luetgens (dot) org |
Created | 11/07/2012 (4623 days ago) |
Due | |
Updated | 11/07/2012 (4623 days ago) |
Assigned | |
Resolved | 11/07/2012 (4623 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Version ⇒ 6.0.1
commit b6703a2af2c88967ce1e8c27247b2eb3d7958ee4
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Nov 7 14:39:18 2012 -0700
[mms] Fix displaying encrypted message in dynamic preview when
correct passphrase is entered (
Bug #11661).imp/docs/CHANGES | 2 ++
imp/js/dimpcore.js | 7 +++++--
imp/package.xml | 2 ++
3 files changed, 9 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/b6703a2af2c88967ce1e8c27247b2eb3d7958ee4
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ No S/MIME decoding in preview pane
Type ⇒ Bug
State ⇒ Unconfirmed
horde asks to enter the users password for decryption.
When the user then enters the password, he receives confirmation that
it has been stored for this session, but the e-mail is not being
decrypted. Switching to other e-mails and back does not solve the
problem.
However, when the user opens the e-mail in a separate window by double
clicking, it is decrypted and displayed correctly.