[Bug 41091] NULs in body causing mails to be partially rendered

Jonathan Marten jjm at keelhaul.me.uk
Mon Dec 3 15:10:18 GMT 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=41091         




------- Additional Comments From jjm keelhaul me uk  2007-12-03 16:10 -------
The fundamental problem here is the use of QCString, which doesn't work properly with embedded nulls, in KMMessagePart::bodyDecoded() and everything that uses the results.  This has been fixed in trunk by using QByteArray instead (commit 633872), but this is an extensive change involving >20 source files.

Suggest this bug is closed as a WONTFIX (for 3.5) unless someone is willing to do the backport.



More information about the Kdepim-bugs mailing list