Summary: | Boundary tag in content-type header ignorred | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Victor-Philipp Busch <bug> |
Component: | mime | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | normal | CC: | bjoern |
Priority: | NOR | ||
Version: | 1.9.6 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Mailheader and Content
Mail in kmail The mail itself |
Description
Victor-Philipp Busch
2007-04-18 12:42:21 UTC
The mail is still displayed correctly, right? It seems that the content is not moved into the X-KMail-MDN-Sent tag at all. That tag is just empty, and happens to be the last tag, after which the content follows. If I misunderstood something here, please reopen. Created attachment 20329 [details]
Mailheader and Content
Created attachment 20330 [details]
Mail in kmail
Ok, I send two screenshots with the problem. Could you attach the message itself, not just a screenshot of it? Created attachment 20336 [details]
The mail itself
Ok, here is the mail itself.
You found an interesting bug here. All lines in the body are in the form <field>:<value>. Because of this, KMail incorrectly assumes that the body is a header. The header contains the following line: >Content-Type: multipart/mixed; boundary="===============0171945327==" Seems like KMail does not use the "boundary" information to detect the start of the body. Instead, it looks if all lines of a part start with a word followed by a colon. Bug 88271 is somewhat related to this. Still valid in KDE 4.3 Thank you for taking the time to file a bug report. KMail2 was released in 2011, and the entire code base went through significant changes. We are currently in the process of porting to Qt5 and KF5. It is unlikely that these bugs are still valid in KMail2. We welcome you to try out KMail 2 with the KDE 4.14 release and give your feedback. |