[kmail2] [Bug 362958] After update KMail not interpreting Invite Emails

Fabian Vogt via KDE Bugzilla bugzilla_noreply at kde.org
Sat Jul 16 22:44:32 BST 2016


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

--- Comment #23 from Fabian Vogt <fabian at ritter-vogt.de> ---
I investigated a bit more:
When the mail contains only the text/calendar node, it's shown as expected.
The issue is that in a multipart/alternative handling, it only cares about
text/plain and text/html.
If one of those is present, it's displayed and everything else is ignored.
I have no idea how a proper fix looks like, for now I changed the "break;" in
messageviewer/src/viewer/objecttreeparser.cpp:352 to a "continue;", to always
display all mail nodes, including text/calendar. This works well for me as I'm
mostly working with plaintext mails and calendar invitations anyway.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list