Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Newbie question POP

 [1/3] from: kpeters::mvinc::net at: 5-Jan-2005 19:24


Hi all ~ my ISP forces me to use my full email address as username because they use Plesk(qmail & virtual users). Apparently, REBOL cannot handle this at all (parsing issues maybe)?
>> read pop://[login--domain]:[password--domain]
connecting to: domain ** Access Error: Cannot connect to domain ** Where: open-proto ** Near: read pop://[login--domain]:[password--domain] Using a more conventional approach (which of course results in a login failure) I get a message I would expect:
>> read pop://login:[password--domain]
connecting to: domain ** User Error: Server error: tcp -ERR Login failed. ** Near: read pop://login:[password--domain]
>>
What am I (and all the others affected) to do? Thanks, Kai

 [2/3] from: pwawood:mango:my at: 6-Jan-2005 11:44


Kai Welcome to Rebol You can find an answer to your problem at http://www.rebol.org/cgi-bin/cgiwrap/rebol/ml-display-thread.r?m=rmlFSJQ You might find it worth visiting Rebol.org which has a script library and a mailing list archive. Give the topic index of the Mailing List a try, you may find a few thing of interest through it. Regards Peter

 [3/3] from: ronaldoff:free at: 6-Jan-2005 9:15


Kai Peters a =E9crit :
>Hi all ~ >my ISP forces me to use my full email address as username because they
<<quoted lines omitted: 15>>
>Thanks, >Kai
Hi, Try this : net-utils/url-parser/user-char: union net-utils/url-parser/user-char make bitset! #"-" ; permet d'utiliser un nom d'utilisateur en xxxx-yyyyy dans un chemin (path) : ; ex : open pop://username-coxinet:password-pop.coxmail.com (Sorry, not tested) Don't remember when I've seen it in ML ... Ronald

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted