根据我之前发布在here上的问题,我在使用read.coffee时遇到了这个错误
events.js:141
throw er; // Unhandled 'error' event
^
Error: Timed out while authenticating with server
at [object Object]._onTimeout (/home/rmatuszak/Dokumenty/NodeJS/mail/node_modules/imap/lib/Connection.js:138:17)
at Timer.listOnTimeout (timers.js:92:15)我在某处读到,用于服务器身份验证的TimeOut是默认的5s,但我不知道它与Google IMAP的连接是如何关联的,以及我应该如何更改它以使其正常工作。
https://stackoverflow.com/questions/38366894
复制相似问题