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

Mail with no password?

 [1/3] from: rebolek:seznam:cz at: 19-Apr-2002 11:47


Hi how is it possible to read emails from pop3 account without pasword. In outlook settings I've one account just with username and without password. I'd like to read that account using REBOL but it says ERR - invalid password. Can anybody help me? Thanks, bolek --- Odchoz=ED zpr=E1va neobsahuje viry. Zkontrolov=E1no antivirov=FDm syst=E9mem AVG (http://www.grisoft.cz). Verze: 6.0.350 / Virov=E1 b=E1ze: 196 - datum vyd=E1n=ED: 17.4.2002

 [2/3] from: brett:codeconscious at: 19-Apr-2002 20:43


Hi,
> how is it possible to read emails from pop3 account without pasword.
Try read [ scheme: 'pop user: "username" pass: "" host: "mail.somewhere.com" ] or perhaps: read [ scheme: 'pop user: "username" pass: none host: "mail.somewhere.com" ] Brett.

 [3/3] from: ronald::free::fr at: 19-Apr-2002 14:44


Hi X, Friday, April 19, 2002, 11:47:18 AM, vous avez écrit: X> Hi X> how is it possible to read emails from pop3 account without pasword. In X> outlook settings I've one account just with username and without X> password. I'd like to read that account using REBOL but it says ERR - X> invalid password. X> Can anybody help me? X> Thanks, bolek X> --- X> Odchozí zpráva neobsahuje viry. X> Zkontrolováno antivirovým systémem AVG (http://www.grisoft.cz). X> Verze: 6.0.350 / Virová báze: 196 - datum vydání: 17.4.2002 X> -- X> To unsubscribe from this list, please send an email to X> [rebol-request--rebol--com] with "unsubscribe" in the X> subject, without the quotes. If what you say is true, everybody could acces your email account... IMO , the password does exist, but it is included in Outlook's settings : to read your pop account, you need your settings ie user, password and pop-account to be able to make this : mail: read pop://user:[pass--host--com] You can also modify your user.r file and add following : scheme: 'pop user: "rebolek" pass: "123456" host: "pop.seznam.cz" HIH -- Best regards, Ronald