Bug 2872

Summary: urls in html messages are not shown as links
Product: Claws Mail (GTK 2) Reporter: kardan
Component: UI/Message ViewAssignee: users
Status: RESOLVED INVALID    
Severity: normal    
Priority: P3    
Version: 3.8.1   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
email, charset="utf-8", Content-Transfer-Encoding: quoted-printable none

Description kardan 2013-02-04 20:33:43 UTC
Without any plugins html messages are rendered to plain text.

If 
* the option "Render HTML messages as text" is activated
* no gtkhtml2_viewer plugin is loaded
html links are not shown.
Instead in the code (CTRL+U) every '=' is followed by "3D". Like:

...
href=3D"http://...

As 3D is ascii for '=' I assume it is a simple parser problem.
Comment 1 Paul 2013-02-04 21:24:28 UTC
that sounds like a broken message. please attach the message to this report or send it privately
Comment 2 kardan 2013-02-04 22:05:14 UTC
Created attachment 1225 [details]
email, charset="utf-8", Content-Transfer-Encoding: quoted-printable
Comment 3 Paul 2013-02-04 23:09:16 UTC
please attach the whole message file
Comment 4 Paul 2013-02-05 07:07:16 UTC
Thanks for sending the message privately.

I could see no problem with the display of the message at all, which made me read your report a little closer. You said "(CTRL-U)", which by default is /View/Message Source. When you view the message source you see the raw source of the message, as opposed to viewing normally, when it is decoded.

Therefore, it is entirely normal and expected to see "href=3D"http://" etc when viewing the source of a message using quoted-printable encoding.