| Summary | Download All Attachments does not include attachments in signed messages |
| Queue | IMP |
| Queue Version | HEAD |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | slusarz (at) horde (dot) org |
| Requester | chuck (at) horde (dot) org |
| Created | 11/08/2005 (7303 days ago) |
| Due | |
| Updated | 01/12/2010 (5777 days ago) |
| Assigned | 11/09/2008 (6206 days ago) |
| Resolved | 12/17/2008 (6168 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | IMP 5.0 |
| Patch | No |
Mark
Bug #2939as complete.http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=880d5e5cb57efcff5376c3fcbd81c32d3c75e169&r2=4b75c91ba3c108bf447725e207daa7c8217aebb0
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
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Download All Attachments does not include attachments in signed messages
Queue ⇒ IMP
State ⇒ Unconfirmed
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.