问题标签 [miab]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
54 浏览

node.js - 带有邮箱邮箱的节点 IMAP ECONNRESET

当我使用带有邮箱(MIAB)电子邮件的 node-imap 模块创建 IMAP 连接时,几分钟后,我收到 ECONNRESET 错误。我想知道这是连接配置中的错误,还是来自 MIAB 服务器端的如果它空闲太久会断开连接。

这是我的 IMAP 连接配置:

这是我得到的错误:

我正在使用 mail-notifier 模块,它是 node-imap 模块的包装器。这是我在 IMAP 连接中注册事件的代码