说明 本文是 node-imap-sync-client imap客户端库的使用方案 分为, 同步用 和 快速显示用 https://blog.youkuaiyun.com/eli960/article/details/146049717 主要用于同步 首先, 建立连接 // 创建对象 let ic = new imapSyncClient({ host, port,, ssl, user, pass, startTLS, }) ic.setDebugMode() // open,包括 连接,STARTTLS,认证,ID,CAPABILITY 等 if (!