Ticket #1484950 (new Bugs)
both multipart/alternative parts are shown in a nested message
| Reported by: | mikelward | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2.1 |
| Component: | MIME parsing | Version: | 0.1-stable |
| Severity: | minor | Keywords: | |
| Cc: |
Description
I sent a message from Roundcube in HTML format. It sends a message in MIME multipart/alternative format with the first part being text/plain and the second part being text/html. A MIME mail client is supposed to display only the HTML part if it supports HTML. That part seems to be working fine.
The message bounced, and I got a nested MIME message back with the reason for the bounce as the first part and my original message as the second part. As my original message was also a MIME message, the structure of the bounce message looked like: text/plain message/rfc822
multipart/alternative
text/plain text/html
When viewing the bounce message, RoundCube displayed both the text/plain and the text/html version of the nested message. It should only display the text/html version.
May be related to ticket 1484627.
