Kai Peters a =E9crit : >Hi all ~ > >my ISP forces me to use my full email address as username because they=20 >use Plesk(qmail & virtual users). >Apparently, REBOL cannot handle this at all (parsing issues maybe)? > > > >> read pop://[EMAIL PROTECTED]:[EMAIL PROTECTED] >connecting to: domain >** Access Error: Cannot connect to domain >** Where: open-proto >** Near: read pop://[EMAIL PROTECTED]:[EMAIL PROTECTED] > > >Using a more conventional approach (which of course results in a login=20 >failure) I get a message I would expect: > > >> read pop://login:[EMAIL PROTECTED] >connecting to: domain >** User Error: Server error: tcp -ERR Login failed. >** Near: read pop://login:[EMAIL PROTECTED] > >> > >What am I (and all the others affected) to do? > >Thanks, >Kai > > =20 > Hi,
Try this : net-utils/url-parser/user-char: union net-utils/url-parser/user-char=20 make bitset! #"@" ; permet d'utiliser un nom d'utilisateur en [EMAIL PROTECTED] dans un chemin=20 (path) : ; ex : open pop://[EMAIL PROTECTED]:[EMAIL PROTECTED] (Sorry, not tested) Don't remember when I've seen it in ML ... Ronald -- To unsubscribe from the list, just send an email to rebol-request at rebol.com with unsubscribe as the subject.
