[Tickets #2939] Download All Attachments does not include attachments in signed messages
bugs@bugs.horde.org
bugs at bugs.horde.org
Thu Dec 1 14:15:35 PST 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://dev.horde.org/horde/whups/ticket/?id=2939
-----------------------------------------------------------------------
Ticket | 2939
Updated By | Michael Slusarz <slusarz at mail.curecanti.org>
Summary | Download All Attachments does not include attachments in signed messages
Queue | IMP
Version | HEAD
State | Feedback
Priority | 2. Medium
Type | Bug
Owners | Michael Slusarz
-----------------------------------------------------------------------
Michael Slusarz <slusarz at mail.curecanti.org> (2005-12-01 14:15) wrote:
What I would eventually like is to refer to these embedded mime parts 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.
More information about the bugs
mailing list