我正在尝试从运行示例咖啡脚本TypeError: imap.ImapConnection is not a function at Object.<anonymous> (/home/rmatuszak/Dokumenty/NodeJS/mail/coffee2/read.coffee:7:1)
at Module._com
我正在尝试使用模块连接gmail。下面的代码抛出超时错误。var imapConnection = new Imap({password: process.argv[3],port: 993,});
{ [Error: Timed out while connecting to server] source:
", tls: true, connTimeout: 10000, // Default by node-imapauthTimeout: 5000, // Default by node-imap,
debug: console.log, // Or your custom function with