Summary: | "Virtual" messages generated from plain digests are broken | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Malte S. Stretz <mss> |
Component: | messageviewer | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dominik.tritscher, jeremyhu, lathander |
Priority: | NOR | Keywords: | testcase, triaged |
Version: | 1.10.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Screenshot of the message window
Sample mail mail with headers in body The rendering in 3.5.5 |
Description
Malte S. Stretz
2003-01-30 15:36:25 UTC
Created attachment 837 [details]
Screenshot of the message window
Created attachment 838 [details]
Sample mail
Created attachment 1623 [details]
mail with headers in body
In 1.5.2 it's even worse: now the Content-Type and Content-Description is shown
above the mail body; those headers must be generated by KMail because that mail
doesn't contain a Content-Description with such a value...
*** Bug 63663 has been marked as a duplicate of this bug. *** As Gregor Waluga pointed out in bug 63663 does KMail also "swallow" some mails from the digest. In his case that might be because the body has the same format like mail headers and KMail misinterprets some of them (just an idea). *** Bug 64454 has been marked as a duplicate of this bug. *** Subject: Re: "Virtual" messages from plain digest newsletter are broken This bug is keeping me from reading mailing list digests. I might change my attachment display from "as Icons" or "smart" to "inline" as a workaround, but I don't really want that for real attachments, and I don't want to change the setting every time I view a digest message. Even if fixing this is complicated, I should at least be able to turn the message transformation feature off and view the unmangled message... enforcing it is just bad, especially when it's broken. Sebastian *** Bug 49924 has been marked as a duplicate of this bug. *** This still happens under KDE 3.2. Created attachment 18306 [details] The rendering in 3.5.5 Similar on 3.5.5. Some headers are shown in the main part of the message, as shown in attachment 1 [details], and the To and From headers aren't read properly in the inline messages (as shown in this shot) This problem still exists in 4.1, testing with the sample mail from comment #2 SVN commit 1011081 by tmcguire: Add a newline between MIME headers and message header, so that the objecttree parser can correctly parse the new child nodes. Andras, the bug report has a nice testcase for that. CCMAIL: amantia@kde.org BUG: 53668 MERGE: mailreader M +1 -1 objecttreeparser.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1011081 SVN commit 1011085 by tmcguire: Backport r1011081 by tmcguire from trunk to the 4.3 branch: Add a newline between MIME headers and message header, so that the objecttree parser can correctly parse the new child nodes. Andras, the bug report has a nice testcase for that. CCMAIL: amantia@kde.org CCBUG: 53668 MERGE: mailreader M +1 -1 objecttreeparser.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1011085 |