From: Narendra <nam...@os...> - 2005-11-17 12:08:36
|
Dear fetchmail, I got a problem when i try to download mail from yahoo pop server(pop.mail.yahoo.com) I'm able to connect to pop server and after that the server is accepting user name. But when i sumit password it is responding with -ERR command. i'm giving the code here. Could anyone please let me know the problem and how to solve that. i'm giving my code here in python import poplib M=poplib.POP3('pop.mail.yahoo.com') M.user('deliveraudit') M.pass_('XXXXXXXX') " poplib.error_proto: -ERR Error logging in. Please visit http://mail.yahoo.com" This is the error message i'm getting. Can any one kindly help me. Your help will always be appreciated. Thanks, Narendra R@D Dept. Zustek Corporation |