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

[REBOL] RES: Re: retrieve email

From: castellani-cpt:itautec-philco at: 26-Aug-2003 8:38

One question, I have a firewall in my company and I can't read yahoo mail trought it. Can I retrieve my yahoo mail with Rebol in this scenario ? Marcelo -----Mensagem original----- De: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]Em nome de Ladislav Mecir Enviada em: terça-feira, 26 de agosto de 2003 04:32 Para: [rebol-list--rebol--com] Assunto: [REBOL] Re: retrieve email 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