[Tickets #9825] Re: Some message attachments are not being shown

bugs at horde.org bugs at horde.org
Wed Apr 6 16:59:34 UTC 2011


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/9825
------------------------------------------------------------------------------
  Ticket             | 9825
  Updated By         | Michael Slusarz <slusarz at horde.org>
  Summary            | Some message attachments are not being shown
  Queue              | IMP
  Version            | Git master
  Type               | Bug
-State              | Unconfirmed
+State              | Not A Bug
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


Michael Slusarz <slusarz at horde.org> (2011-04-06 16:59) wrote:

Thunderbird is buggy then.  There is no attachment in either message.

This is what the MIME structure looks like for the BMP message:

multipart/related
   multipart/alternative
     text/plain
     text/html
   image/bmp

The image/bmp MUST somehow be referred to in either text/plain or  
text/html (the "root" part of the multipart/alternative).  The whole  
point of multipart/related is that the ENTIRE part can be represented  
in a single data object.  multipart/related does not allow attachments  
inside of it - that simply doesn't make any sense.

If Thunderbird is showing this part, its attachment recognition  
algorithm is badly broken (which is true, as previously mentioned when  
discussing forwarding).






More information about the bugs mailing list