[REBOL] Re: Reading POP mail from my ISP
From: petr::krenzelok::trz::cz at: 2-Oct-2001 8:51
Yes, I can help here, as it was Larry who helped me with the same issue some
time ago, although related to ftp protocol. Add following line to your user.r
file or to your script, before you open your pop account:
net-utils/url-parser/user-char: union net-utils/url-parser/user-char make
bitset! #"@"
Now I would like to know, if RT should patch url-parser, or @ is forbidden char
for user part of url?
Anyway, hope-that-helps,
-pekr-
Colin Brizell wrote: