[kmail2] [Bug 422935] Kmail is still loading/rendering HTML while in plain text mode during reply

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Sun Jun 14 17:10:38 BST 2020


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

--- Comment #3 from groot at kde.org ---
How I test this:

- start kmail, ^N for new composer, write email to someone. In the composer,
enable "rich text", and write some innocuous text: "Here's a picture of a cat".
- Then in the rich text toolbar, click "insert html" and insert this:

```
<img src="http://example.com/example.png" width=1 height=1 />
<img src="http://192.168.0.1/css/rd/logos/logo_fritzDiamond.png" width=1
height=1 />
```

- click insert (to close the dialog) and send the message.
- close kmail and stop akonadi (`akonadictl stop`)

At this point, the message is in my sent-mail folder. That's convenient, since
I can reply to it from there, I don't even need to receive the message.

- `akonadictl start`
- start kmail
- switch to sent-mail folder
- select the message that was just sent. it views in plain text, and shows
obvious links in the plain-text view.
- start wireshark
- hit "r" to reply to the message

At this point, in wireshark I can see an HTTP get to example.com (it returns a
404) **and** tcp transmissions to 192.168.0.1 .. which doesn't live in my
network, so it takes a while to time out. During this time, KMail seems
unresponsive.

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


More information about the Kdepim-bugs mailing list