[Bug 144382] Boundary tag in content-type header ignorred
Thomas McGuire
Thomas.McGuire at gmx.net
Fri Apr 20 14:41:59 BST 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=144382
Thomas.McGuire gmx net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|general |mime
everconfirmed|0 |1
Summary|kmail moves content into "X-|Boundary tag in content-type
|KMail-MDN-Sent"-Tag |header ignorred
Version|unspecified |1.9.6
------- Additional Comments From Thomas.McGuire gmx net 2007-04-20 15:41 -------
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.
More information about the Kdepim-bugs
mailing list