Error extracting content from multipart/alternative messages

XMLWordPrintable

    • 6.03
    • 15
    • Severity 3 - Minor
    • 1

      NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.

      When parsing a multipart/alternative content, the current implementation assumes that one of the parts will be text/plain or text/html:

      A customer generated an email whose structure is:

      	multipart/alternative
      		multipart/related
      			text/plain
      

      It's a bit weird, but from the spec http://tools.ietf.org/html/rfc2046#section-5.1.4 looks like a valid structure. The current implementation failed to extract the text/plain part, and need to be fixed.

            Assignee:
            Unassigned
            Reporter:
            Sergio Cinos (Inactive)
            Votes:
            11 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated: