Ticket #1484946 (closed Bugs: fixed)

Opened 7 months ago

Last modified 6 weeks ago

Two mails are not displayed correctly by roundcube.

Reported by: rck Owned by: thomasb
Priority: 5 Milestone: 0.2-beta
Component: MIME parsing Version: svn-trunk
Severity: normal Keywords:
Cc:

Description

Those both emails are not displayed by roundcube version 2008/03/21, but are perfectly visible with Thunderbird or Outlook.
I have tested this problem with latest version of svn (2008/03/21), on a Linux Debian server with PHP 5.2.5 and all required dependencies (fileinfo, etc.)

I have uploaded those email source to http://testing.roundcube.net/, and here are the ID:
1. 20080401_214708_6
2. 20080401_214757_0

Please check if you can see those emails with your dev version, and fix the engine problem if possible.
Thanks in advance

RCK

Change History

Changed 6 months ago by thomasb

  • owner set to thomasb
  • status changed from new to assigned
  • component changed from Core functionality to MIME issue

Changed 6 weeks ago by thomasb

One of your messages is multipart/related with inline images. Those do not have a Content-ID header but only use Content-Location. This is not yet supported by RoundCube but seems to be valid according to RFC2110 (Section 4).

Changed 6 weeks ago by thomasb

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in r1736. Both sample messages now display correctly as in Thunderbird.

Note: See TracTickets for help on using tickets.