Summary: | url highlighting in mail inconsistent | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Simon Huerlimann <simon.huerlimann> |
Component: | messageviewer | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | gekylafas, kollix, node, stevan_white |
Priority: | NOR | ||
Version: | 1.5.2 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Simon Huerlimann
2003-06-23 10:49:57 UTC
Bugzilla's a little bit worse though:-) It seems to recognize the same url's in it's comments as kmail. BUT Kmail additionly knows about smb:-) 1:0 for kmail *** Bug 53571 has been marked as a duplicate of this bug. *** Bug 53571 also adds "vnc:"/"vnbc:" (Remote Desktop Connection invitation) *** Bug 57631 has been marked as a duplicate of this bug. *** as the developper for kmailpt (http://cardot.net/kmailpt), I find it's a pity that file:// uris are not recognised by kmail. Is there a good reason for this? Indeed when my program detaches an attachment from an email, it writes (within the mail body) a line with the new location of the file on the disk, as a file:// uri. Of course this won't work. In Kmail 3.5.7 there is something new. The links: fish://home.ch/home fish://user@home.ch/home are recognised correctly, instead: file:/home file://home audiocd:/ still they are not recognized. KDE 4.3.1 contains a check for the following protocols: url == "http://" || url == "https://" || url == "fish://" || url == "ftp://" || url == "ftps://" || url == "sftp://" || url == "smb://" || url == "vnc://" || url == "mailto" || url == "www" || url == "ftp" || url == "news" || url == "news://"; } file:/ strictly spoken is not a valid URL, as it must be file://<path> With solving bug 202445 the link detection has been greatly improved. And the only missing protocol mentioned here is audiocd. But hey, who will ever send you a link to your local CD drive ... So I see this as fixed. |