ditesh / node-poplib

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

Get authentication errors after many requests are executed #34

Closed Dsiddhesh closed 4 years ago

Dsiddhesh commented 4 years ago

Hi Team,

I am fetching email message from office 365 account following sample code given in the npm documentation. I see below error after executing around thousand requests to get email message against office265. -ERR Logon failure: unknown user name or bad password.

The error goes off automatically after sometime. Any idea what is going wrong ?

Dsiddhesh commented 4 years ago

The issue was actually with Office mail server. I don't see this error after I started using MSN server instead of office server.