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> [EMAIL PROTECTED] 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:[EMAIL PROTECTED]

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

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to