[kmail2] [Bug 311657] kmail 2, sometimes doesn't read correctly the email or don't find message structure.

Daniel Vrátil dvratil at redhat.com
Fri Nov 15 09:03:25 GMT 2013


https://bugs.kde.org/show_bug.cgi?id=311657

Daniel Vrátil <dvratil at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dvratil at redhat.com

--- Comment #4 from Daniel Vrátil <dvratil at redhat.com> ---
Technically, the Content-Type header is incorrect: it contains two mime types:
multipart/alternative and text/plain - this probably confuses the parser to
using the latter. That impacts the way the email is rendered, as KMail will do
correctly what it's told to do (i.e. show text/plain message). I can assume
that whoever generated the email tried to express that "text/plain" is the
preferred alternative (?), however I haven't found any mention of that in RFC.
In multipart/alternative the preference is expressed by order of the
alternative parts, most preferred being the last one.

What I cannot explain is why Message-ID header has been removed - there's
nothing wrong with it and that might be the cause of duplicated messages.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list