| Summary: | Plain-text version of HTML messages is poor | ||
|---|---|---|---|
| Product: | [Unmaintained] kmail | Reporter: | Gustavo Narea <me> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | luigi.toscano |
| Priority: | NOR | ||
| Version First Reported In: | 1.10.1 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kdepim/eb4a7ed9e15673ea7a9d20413dd1899494d7a857 | Version Fixed/Implemented In: | 4.10 |
| Sentry Crash Report: | |||
I can confirm that kmail acts like this, so I reassign this to kdepim-bugs. Thank you for your feature request. Kmail1 is currently unmaintained so we are closing all wishes. Please feel free to reopen a feature request for Kmail2 if it has not already been implemented. Thank you for your understanding. Instead of creating a new feature request, please confirm here if the wishlist is still valid for kmail2. Git commit eb4a7ed9e15673ea7a9d20413dd1899494d7a857 by Montel Laurent. Committed on 19/10/2012 at 23:05. Pushed by mlaurent into branch 'master'. Fix Bug 173303 - Plain-text version of HTML messages is poor Commented for the moment I wait for new grantlee (I added patch for it) FIXED-IN: 4.10 M +1 -1 CMakeLists.txt M +8 -0 messagecomposer/CMakeLists.txt M +24 -0 messagecomposer/kmeditor.cpp http://commits.kde.org/kdepim/eb4a7ed9e15673ea7a9d20413dd1899494d7a857 |
Version: 1.10.1 (using 4.1.2 (KDE 4.1.2), Kubuntu packages) Compiler: gcc OS: Linux (i686) release 2.6.24-21-generic If I send an HTML email with links and lists, the alternate plain-text edition of such a message generated by Kmail ignores the links and lists. Other clients would replace: <a href="http://example.org">link text</a> by: link text <http://example.org> And: <ol><li>first</li><li>second</li></ol> by: 1.- first 2.- second And I think Kmail should do so too.