[Bug 293039] KMail fails to parse emails properly in some cases
Markus
m4rkusxxl at web.de
Tue Feb 14 12:04:34 GMT 2012
https://bugs.kde.org/show_bug.cgi?id=293039
Markus <m4rkusxxl at web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |m4rkusxxl at web.de
--- Comment #13 from Markus <m4rkusxxl web de> 2012-02-14 12:04:34 ---
I added a manual rule to pipe everything through a script:
#!/bin/sh
TEMPFILE=$(mktemp --tmpdir=/tmp/ kmail.test.XXXXXX)
cat > $TEMPFILE
cat $TEMPFILE
You can see, the first time the script gets the original message. The second
time every "options" get put in one line each. And somehow the message has
doubled the size. (seems to just be copies of the body)
And option may have a different spelling (some letters became upper case).
So kmail seems to parse a mail from a pipe differently than a mail directly
from the server.
I couldnt reproduce the missing/wrong "Content-Type" but I do have the same
problem with spamassassin.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list