Bug 346132

Summary: Parsing of URLs delimitted by angle brackets in text/plain emails does not conform to RFC 3986 Appendix C
Product: [Applications] kdepim Reporter: Dennis Schridde <dschridde+kde>
Component: messageviewerAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: kdenis, montel
Priority: NOR    
Version: 5.4.*   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Dennis Schridde 2015-04-13 09:34:35 UTC
RFC 3986 Appendix C [^1] suggests to delimit URLs in text/plain emails using angle brackets <>. KMail parses such URLs wrongly: "http://www.foo.bar<http://foo.bar/>" will be parsed as one URL, instead of two (one without angle brackets and one enclosed by them).

[^1]: http://tools.ietf.org/html/rfc3986#appendix-C
Comment 1 Denis Kurz 2017-01-16 17:58:54 UTC
In KMail 5.4.1, the example URLs given in Comment 0 are still parsed as one URL with an opening angle bracket. The closing angle bracket is not parsed as part of the URL.
Comment 2 Laurent Montel 2017-01-17 05:51:28 UTC
I confirm too.
I will work on soon.
Regards
Comment 3 Laurent Montel 2019-04-18 11:47:04 UTC
it works now.
I have 2 urls.
I can close it