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

[REBOL] Re: email from rebol

From: bry:itnisk at: 29-Oct-2002 15:52

>The best answer may depend on the pop server. The simplest thing to
try >is:
>read-mail: read pop://user%2Faccount:[password--itnisk--com]
didn't work
>An alternative approach may be to try: >read-mail: read [ > scheme: 'pop > host: "itnisk.com" > user: "user/account" > pass: "password" >]
that worked
>net-utils/url-parser/user-char: union net-utils/url-parser/user-char
make
>bitset! "/" >;then >Read-mail: read pop://user/account:[password--itnisk--com]
that worked also(by the way any good place to read about net-utils and so forth?)