ditesh / node-poplib

POP3 client library for Node.js
MIT License
128 stars 44 forks source link

Invalid auth type #2

Closed rohit-saharan closed 11 years ago

rohit-saharan commented 12 years ago

Am getting Invalid auth type to whichever pop3 server i try on. I have tried on my personal pop3 server, and gmail's pop. I can login to my pop3 server using telnet commands, but the retrieve-all.js script doesn't somehow work. node version is 0.6.11.

Thanks.

ditesh commented 11 years ago

Could you provide some debugging output? Eg can you tell me the output of

$ node demos/demo.js --host pop.gmail.com --port 995 --username user@gmail.com --password potato --tls on --debug on --networkdebug on
jefersonsv commented 10 years ago

Hello ditesh,

I have the same proxy. see output.

Server: '+OK mail.my-provider.com a11b290a-4c98-18b3-a431-45a4a4bbe29f@mail.my-provider.com\r\n' CONNECT success LOGIN/PASS failed Client: 'QUIT\r\n' Server: '+OK POP3 server signing off\r\n' QUIT success

My username and password it´s correct.

Can you help me? Thanks