| Summary | Download All Attachments does not include attachments in signed messages |
| Queue | IMP |
| Queue Version | HEAD |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | Michael Slusarz <slusarz (at) horde (dot) org> |
| Requester | Chuck Hagenbuch <chuck (at) horde (dot) org> |
| Created | 11/08/2005 (1334 days ago) |
| Due | |
| Updated | 12/17/2008 (199 days ago) |
| Assigned | 11/08/2008 (238 days ago) |
| Resolved | 12/17/2008 (199 days ago) |
| Attachments | |
| Milestone | IMP 5.0 |
| Patch | No |
State ⇒ Resolved
State ⇒ Assigned
State ⇒ Stalled
we have a new MIME lib (assuming IMP 5/Horde 4, though I'd really like
to see it possible to bundle an updated whole MIME package with an IMP
4 version instead, but your call), and have added notes to the wiki on
what a new MIME lib should have, quoting you:
http://wiki.horde.org/NewMIMELib
by an id. PGP Example:
0. multipart/signed
1. encryption signature/version stuff
2. encryped data
Encrypted data contains:
1. multipart/mixed
1. text/plain
2. image/jpeg
Then, if we want to access the image/jpeg option, we do a
getPart('2.2') call to the MIME_Contents:: object and it will be
responsible for rebuilding the data (it sees that 2.2 doesn't exist on
the IMAP server, but that id 2 can contain embedded data, so it
automatically downloads/parses as many parent parts as required).
This will eliminate the need for MIME specific caching - which was
always kind of a hackish implementation by me I admit. But, alas, I
think this will require enough changes that it is just not worth it to
do the coding gymnastics necessary to cram everything into IMP for
purposes maintaining BC.
revamped MIME_Contents package in IMP that can handle this sort of
thing, or if this ticket should be closed as undoable?
State ⇒ Feedback
being able to quote signed/encrypted text in replies/forwards. I'm
not sure how much we can do without terribly breaking BC (or, at the
least, rewriting MIME_Contents:: in IMP just to work around BC issues).
Assigned to Michael Slusarz
State ⇒ Assigned
without an example for now. :P
Summary ⇒ Download All Attachments does not include attachments in signed messages
State ⇒ Unconfirmed
Type ⇒ Bug
Priority ⇒ 2. Medium
Queue ⇒ IMP
message that demonstrates the problem. Also, not sure if it should or
not, but in the inlined attachment listings for the images, there's no
Add To Gallery option.