Thunderbird act the same way because it is an RFC requirement.
The pipe character, according to RFC 1738 is unsafe in an URL and must be encoded. quoting page 2 of said RFC :
Unsafe:
Characters can be unsafe for a number of reasons. The space
character is unsafe because significant spaces may disappear and
insignificant spaces may be introduced when URLs are transcribed or
typeset or subjected to the treatment of word-processing programs.
The characters "<" and ">" are unsafe because they are used as the
delimiters around URLs in free text; the quote mark (""") is used to
delimit URLs in some systems. The character "#" is unsafe and should
always be encoded because it is used in World Wide Web and in other
systems to delimit a URL from a fragment/anchor identifier that might
follow it. The character "%" is unsafe because it is used for
encodings of other characters.*Other characters are unsafe because
gateways and other transport agents are known to sometimes modify
such characters. These characters are*"{", "}",*"|",* "\", "^", "~",
"[", "]", and "`".*
All unsafe characters must always be encoded within a URL.*
so this appears to be a bug in rapidshare.com which doesn't respect RFC rather than a bug in roundcube.
regards,
S.B.
Le 07/08/2013 00:31, Michael Heydekamp a écrit :
Yesterday, somebody sent me that link in a plain text message:
https://rapidshare.com/#!download%7C856p1%7C2938527513%7CEngNewsBlinkfeedPat...
Roundcube doesn't fully recognize that as a link (only until "download").
Then he sent me the same link in a HTML message, there it is fully being recognized.
Cheers,