[Tickets #2759] NEW: Decoding MIME
bugs@bugs.horde.org
bugs at bugs.horde.org
Tue Oct 11 06:00:41 PDT 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=2759
-----------------------------------------------------------------------
Ticket | 2759
Created By | bocaciua at libero.it
Summary | Decoding MIME
Queue | Horde Framework Packages
Version | HEAD
State | Unconfirmed
Priority | 2. Medium
Type | Bug
Owners |
-----------------------------------------------------------------------
bocaciua at libero.it (2005-10-11 06:00) wrote:
bug in framework::mime::structure::parseTextMimeMessage
condition: message/rfc822 incapsulated in other mime parts.
this method should return a mime_message as if decoded from
imap_fetchstructure but the results differ if there is a nested rfc822
message.
this prevents the message from being displayed correctly if, for example, is
contained in a signed S/MIME as the function will rebuild the content using
the parseTextMIMEMessage.
The incompatibility is raised by this:
the fetchstructure doesn't split up the part of the attached rfc822, while
the parseTextMIMEMessage does: this way the rfc822 viewer fails to parse the
messge, as it was expecting a raw text message. Also this will prevent the
correct download of the rfc822 attachment
More information about the bugs
mailing list