Summary: | KMail only partly shows HTML mail | ||
---|---|---|---|
Product: | [Applications] kdepim | Reporter: | null <null> |
Component: | messageviewer | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | montel |
Priority: | NOR | ||
Version: | GIT (master) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/messagelib/4b945a37283acc010edc3d84a77c866f5a61cfee | Version Fixed In: | 5.14.0 |
Sentry Crash Report: | |||
Attachments: |
Test Case
KMail 5.14.40 vs. Thunderbird 68.6. |
Description
null
2020-04-11 09:52:09 UTC
Created attachment 127446 [details]
KMail 5.14.40 vs. Thunderbird 68.6.
Did you see that your mailer created broken html ? ------C9ROYGRLREFJICWHYWEVHKB1AYEQAC Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit HTML REPLY<br> SECOND LINE<br> -- <br> <html><head><meta http-equiv="Content-Type" content="text/plain; charset=utf-8" /></head><body style="overflow-wrap:break-word; word-break: break-word;white-space:pre-wrap;"><div>You wrote:<blockquote style="margin: 0.8ex 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">HTML QUOTE SECOND LINE </blockquote></div></body></html> ------C9ROYGRLREFJICWHYWEVHKB1AYEQAC-- => missing <html><body> I'm afraid I'm unable to convince that particular contact to switch to a more conforming mail app. As for the missing "<html><body>", if you look closely, it is not actually missing, but only included in the last part (below "--"). indeed very wierd as generated html code. I will create a workaround for it. Git commit 4b945a37283acc010edc3d84a77c866f5a61cfee by Laurent Montel. Committed on 11/04/2020 at 12:34. Pushed by mlaurent into branch 'release/20.04'. Fix Bug 419949 - KMail only partly shows HTML mail FIXED-IN: 5.14.0 M +9 -3 messageviewer/src/utils/autotests/messageviewerutilstest.cpp M +2 -4 messageviewer/src/utils/messageviewerutil.cpp https://commits.kde.org/messagelib/4b945a37283acc010edc3d84a77c866f5a61cfee Thanks for fixing this so quickly, the reply shows up in KMail's latest git build now. The only issue remaining is the missing line break in the quoted part (see screenshot above). I opened a new bug to track this: Bug 419978 |