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

[REBOL] Re: retrieve email

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 > 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
mes: read [ scheme: 'POP user: "[marcleon--ya--com]" pass: "password" host: "pop.ya.com" ] -L