Bug 173303 - Plain-text version of HTML messages is poor
Summary: Plain-text version of HTML messages is poor
Status: RESOLVED FIXED
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: 1.10.1
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-22 15:11 UTC by Gustavo Narea
Modified: 2012-10-19 21:05 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 4.10


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Narea 2008-10-22 15:11:53 UTC
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.
Comment 1 George Kiagiadakis 2008-10-23 14:35:38 UTC
I can confirm that kmail acts like this, so I reassign this to kdepim-bugs.
Comment 2 Myriam Schweingruber 2012-08-18 08:07:12 UTC
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.
Comment 3 Luigi Toscano 2012-08-19 00:18:16 UTC
Instead of creating a new feature request, please confirm here if the wishlist is still valid for kmail2.
Comment 4 Laurent Montel 2012-10-19 21:05:58 UTC
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