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

RES: Re: retrieve email

 [1/3] 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
<<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

 [2/3] from: antonr:iinet:au at: 27-Aug-2003 0:20


Probably not. The firewall will stop rebol just as it stops your web browser. Anton.

 [3/3] from: gchiu::compkarori::co::nz at: 27-Aug-2003 10:41


On Tue, 26 Aug 2003 08:38:07 -0300 "Marcelo Fontes Castellani" <[castellani-cpt--itautec-philco--com--br]> wrote:
>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 ?
Are you using yahoo pop interface or web interface? Has the firewall blocked both? Cerebrus, a Rebol application, ( see below ) allows you to fetch yahoo mail both web and pop, but if the ports are blocked by the firewall, you're out of luck. -- Graham Chiu http://www.compkarori.com/cerebrus

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