Any news about this issue?
As far as I can see the situation updated to version 7.1.4 is:
- IIt's not possible to link an UNC path (i.e. \\Shared1_svr\Shared1\WGroups\Network\Orders.xls) using 'Insert link' in HTML editor because it doesn't recognize it as a valid link (in the sent email the link created is not clickable)
- Using the file:// prefix in 'Insert link' creates a wrong http://link:
file://Shared_srv/folder/file.txt becomes http://file//Shared_srv/folder/file.txt - Simply copy/pasting the path in the composing window creates a working clickable link (via the com_zimbra_url zimlet I think) if the path doesn't contain blank spaces in it.
- If the path contains blank spaces (e.g. //Shared_srv/folder/my file.txt) the link is correctly created if the email is composed in plain text; if it's composed in HTML using Internet Explorer, the link breaks at the first space and it doesn't work.
I have searched for some bugs about this situation, the number
33333 was closed, but in the comments the problem doesn't appear as completely solved (I haven't found the new bug suggested in comment #11 #12); bug number
56844 seems related to this situation, but access is denied (for me).
Are there any news about path linking, especially in HTML editor?