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.

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

Reply via email to