首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >CoffeeScript:使用node-imap向服务器进行身份验证时出现TimeOut错误

CoffeeScript:使用node-imap向服务器进行身份验证时出现TimeOut错误
EN

Stack Overflow用户
提问于 2016-07-14 14:24:08
回答 0查看 991关注 0票数 0

根据我之前发布在here上的问题,我在使用read.coffee时遇到了这个错误

代码语言:javascript
复制
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的连接是如何关联的,以及我应该如何更改它以使其正常工作。

EN

回答

页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/38366894

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档