Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#1484178 closed Bugs (fixed)

HTML Attachments from some clients are not parsed correctly

Reported by: jpingle Owned by: estadtherr
Priority: 5 Milestone:
Component: Client Scripts Version: git-master
Severity: major Keywords: html, attachment, outlook express
Cc:

Description

When receiving HTML attachments from (at least) Outlook Express and Gmail they do not display correctly.

The HTML part shows up with a link as if it were any other attachment, but attempting to view/download the attachment gives a copy of the body of the message, not the HTML file. This happens whether I try to right click and save, or click to view.

HTML files attached from other clients such as Thunderbird parse correctly and show up in-line.

Attachments (3)

htmlattach-oe6-broken.txt (1.9 KB) - added by jpingle 6 years ago.
Example broken Outlook Express attachment
htmlattach-gmail-broken.txt (2.7 KB) - added by jpingle 6 years ago.
Example broken GMail attachment
htmlattach-tb1.5.0.9-works.txt (1.1 KB) - added by jpingle 6 years ago.
Example working Thunderbird Attachment

Download all attachments as: .zip

Change History (6)

Changed 6 years ago by jpingle

Example broken Outlook Express attachment

Changed 6 years ago by jpingle

Example broken GMail attachment

Changed 6 years ago by jpingle

Example working Thunderbird Attachment

comment:1 Changed 6 years ago by estadtherr

  • Owner set to estadtherr
  • Status changed from new to assigned

comment:2 Changed 6 years ago by estadtherr

  • Resolution set to fixed
  • Status changed from assigned to closed

Attachments were being discarded during the re-parsing process applied to text/html parts.
Fixed in SVN rev450.

comment:3 Changed 6 years ago by estadtherr

Correction - fixed in SVN [bb85623f]

Note: See TracTickets for help on using tickets.