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

retrieve email

 [1/4] from: marcleon::ya::com at: 26-Aug-2003 8:32


I am new to Rebol and I am trying to write a pop routinefor multiple accounts however I have the following prolem this type of account works mes: read pop://marcleon:[password--pop--hotpop--com] but this account doesn't mes: read pop://[marcleon--ya--com]:[password--pop--ya--com] is there any solution to this ? thx

 [2/4] from: lmecir:mbox:vol:cz at: 26-Aug-2003 9:32


Hi,
> I am new to Rebol and I am trying to write a pop routinefor multiple > accounts
welcome
> however I have the following prolem > this type of account works
<<quoted lines omitted: 3>>
> is there any solution to this ? > thx
mes: read [ scheme: 'POP user: "[marcleon--ya--com]" pass: "password" host: "pop.ya.com" ] -L

 [3/4] from: petr:krenzelok:trz:cz at: 26-Aug-2003 10:00


[marcleon--ya--com] wrote:
>I am new to Rebol and I am trying to write a pop routinefor multiple >accounts
<<quoted lines omitted: 5>>
>is there any solution to this ? >thx
@ is not allowed in url name part. You can either use multiple-line scheme aproach, or you can install quick fix into your user.r file: net-utils/url-parser/user-char: union net-utils/url-parser/user-char make bitset! #"@" ...that way your above aproach should work ... cheers, -pekr-

 [4/4] from: john-harbaugh:earthlink at: 26-Aug-2003 17:14


What are you actually trying to do? Dr. J. J. "So far right, I can't see center" Harbaugh King James Only Bible List <mailto:[kjbo--earthlink--net]?subject=subscribe>

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