Summary | attachments not inline are not shown when pgp signed message |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | ben (at) benoitst-andre (dot) net |
Created | 09/08/2004 (7642 days ago) |
Due | |
Updated | 09/10/2004 (7640 days ago) |
Assigned | 09/10/2004 (7640 days ago) |
Resolved | 09/10/2004 (7640 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ attachments not inline are not shown when pgp signed message
Queue ⇒ IMP
within a pgp/mime signed message, we cannot see them if "Listing in
the Header" is the preference for displaying attachments.
In IMP's preferences, in "message options", "message viewing", the
preference for displaying the attachments is causing behavior.
Choosing "Listing in the Header" causes the bug we have of not seeing
the other attachements.
$_prefs['attachment_display'] => 'list' (NOT OK)
The other two (inline and both) are working well. Jan probably one of
those settings on.
My collegue who helped me to discover the bug explained that the way
attachments where treated with pgp where probably causing this, since
the attachments are "embedded" whithin the pgp signature (the
multipart/signed contains some multipart/mixed, ...).
See
http://lists.horde.org/archives/imp/Week-of-Mon-20040906/039116.html
for details