[Bug 259591] Umlauts in the subject aren't displayed correctly in the message list

Thomas McGuire mcguire at kde.org
Sat Jan 1 19:16:24 GMT 2011


https://bugs.kde.org/show_bug.cgi?id=259591





--- Comment #7 from Thomas McGuire <mcguire kde org>  2011-01-01 20:16:23 ---
The mail is usually parsed before even passing it on to ItemCreateJob.
We still have the raw head of the mail though, which we could use for parsing
out the raw header field.
Normally, headers are parsed in KMime::Types::parseHeaders(), but that
interprets the header field already, while we need the raw value. We'd need
something similar to that, which gives us a list of raw header fields, and use
that in SerializerPluginMail::serialize()

-- 
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