chirag04/mail-listener2

Connects, gets inital unread then gets timeout-auth followed by 'timeout'

Closed this issue · 2 comments

I can not get it to keep listening:
{ [Error: Timed out while authenticating with server] source: 'timeout-auth' }
imapDisconnected
{ [Error: Timed out while connecting to server] source: 'timeout' }

This is with google imap. Any thoughts on how to debug?

Looks like this is an problem with node-imap check this issue for more info.

This seems to be fixed in the latest node.js version. Refere issue posted by @achannarasappa

@achannarasappa Thanks for the heads up. 👍