DEV Community

selvamramasamy
selvamramasamy

Posted on

How to fix Imap simultaneous connection

I am using imap in node js app. Login is happening and connection also established but after some request connection is not establishing and it says authentication error even username and password is correct.

I know after some request imap is blocked the connection temporary. How to fix this? is there any way to open connection always without login each time?

Top comments (0)