Ticket #1485585 (new Feature Requests)

Opened 21 months ago

Last modified 3 months ago

Body not displayed if semicolon (";") is missing in content-type header field

Reported by: rosali Owned by:
Priority: 5 Milestone: later
Component: MIME parsing Version: svn-trunk
Severity: minor Keywords:
Cc:

Change History

Changed 21 months ago by thomasb

  • component changed from Addressbook to MIME parsing
  • severity changed from normal to minor

RoundCube relies on the message structure provided by the IAMP server. If the IMAP server does tolerate this obviously malformed header we don't get the right information.

Changed 21 months ago by alec

Works for me with dovecot. Like #1485429 it should be requested to IMAP server developers. On roundcube side we'll need bodystructure response from servers that don't tolerate such header. The question is - can we recognise such "false" bodystructure (eg. by comparision with content-type header raw value)? Then we should try to fetch raw message body and parse it independently.

Changed 21 months ago by alec

  • milestone changed from later to 0.2-stable

Changed 14 months ago by alec

#1485964 marked as duplicate.

Changed 3 months ago by alec

  • version changed from 0.2-beta to svn-trunk
  • type changed from Bugs to Feature Requests
  • milestone changed from 0.4-stable to later

We need a bodystructure reply for such a message. This is more like a feature request than a bug.

Note: See TracTickets for help on using tickets.