Bug 346132 - Parsing of URLs delimitted by angle brackets in text/plain emails does not conform to RFC 3986 Appendix C
Summary: Parsing of URLs delimitted by angle brackets in text/plain emails does not co...
Status: RESOLVED FIXED
Alias: None
Product: kdepim
Classification: Applications
Component: messageviewer (show other bugs)
Version: 5.4.*
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-13 09:34 UTC by Dennis Schridde
Modified: 2019-04-18 11:47 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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