Summary | problem rendering multipart messages from Apple Mail |
Queue | IMP |
Queue Version | 4.0.3 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | robin.west (at) dal (dot) ca |
Created | 04/04/2007 (6691 days ago) |
Due | |
Updated | 04/06/2007 (6689 days ago) |
Assigned | |
Resolved | 04/06/2007 (6689 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
here. And you are correct - IMP 4.0.3 is way too old to be reporting
issues like this.
Apple Mail formats it as multipart/related and everything looks fine
in Webmail.
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ problem rendering multipart messages from Apple Mail
Queue ⇒ IMP
an expert's opinion ... a user sent me a sample email from an Apple
Mail client, in which he had three lines of text, with a zip file
attached between each line. The message came from Apple Mail formatted
like this:
-- multipart/alternative
---- text/plain (just the text lines with some control chars between them)
---- multipart/mixed
------ text/html
------ application/zip
------ text/html
------ application/zip
------ text/html
Now, I would consider this to be "incorrect" from a useability
perspective, since the zip files are inaccessible from the plain
version of the message. But regardless, WebMail does not seem to
render it properly - it only displays the last text/html part, and
lists all the other mixed parts (along with the text/plain part) as
"alternative parts for this section".
So, leaving the weirdness of Apple Mail's formatting aside, is this a
bug in WebMail's MIME handling? I can attach the aforementioned sample
email if you want to see it.
I'm using IMP 4.0.3 (H3), which I know is one point release back, but
my understanding was that all the MIME handling was rewritten in 4.0.
If there have been further revisions to it since 4.0.3, let me know
and I'll just assume this is fixed in a newer release. :) Thanks.