| Summary: | KMail renders HTML-escaped <input/> elements without having HTML-view enabled | ||
|---|---|---|---|
| Product: | [Applications] kmail2 | Reporter: | Dennis Schridde <dennis.schridde> |
| Component: | UI | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | bugs.kde, montel, null |
| Priority: | NOR | ||
| Version First Reported In: | 5.6.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Test case / example email | ||
|
Description
Dennis Schridde
2017-10-12 09:39:36 UTC
Test case please :) (In reply to Laurent Montel from comment #1) > Test case please :) I crafted an email in RFC 2822 form, which probably would reproduce the issue, but I have no way of testing it, because the KMail {File > Import Messages ...} menu entry is greyed out. Hence I cannot import the message and see how KMail would render it. How do I import messages into KMail / activate this menu entry? File->open no ?:) Created attachment 108374 [details]
Test case / example email
The attached email demonstrates the issue.
Do you have an explanation why I can open a message but not import one?
This is not restricted to <input> tags, but works with every HTML tag. e.g. the text <a href="#">test</a> in a HTML-only mail will produce an actual link when viewed in the "save HTML code only view", but renders as expected after allowing HTML. |