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

[REBOL] Re: password in POP scheme

From: juan-carlos:miranda:thalesatm at: 8-Jan-2004 15:34

Carlos Lorenz wrote:
>Hi list, > >Maybe this was answered here a hundred times >but how can I read my mail box in just one line >if a have as username "[carlos--lorenz--bol--com--br]" and as passwdord "mypass" ? > > pop://[carlos--lorenz--bol--com--br]:[mypass--bol--com--br] does not work > >TIA >Carlos >
You could give a try to something like : open [ scheme: 'POP user: "[carlos--lorenz--bol--com--br]" pass: "mypass" hostname: "bol.com.br" ] It should work I think. :) Bouba