wanderlust 的 gmail 配置

尝试了 wanderlust 收取邮件, 163的邮箱没有问题, 可是 gmail 一直没有收取成功(我的电脑可以直接连google), 总是报

Auto plugged off at imap.gmail.com:993 :elmo-network-initialize-session
wl: Cannot open: elmo-network-initialize-session

.folders 的配置是

Gmail {
  %INBOX:username/[email protected]:993!         "In"
  %[Gmail]/Sent:username/[email protected]:993!  "Sent"
  %[Gmail]/Draft:username/[email protected]:993! "Draft"
  %[Gmail]/Trash:username/[email protected]:993! "Trash"
  %[Gmail]/Spam:username/[email protected]:993!  "Spam"
}

查了一下, 主要说是 ssl 的问题, 不过设置了

(setq ssl-program-name "gnutls-cli"
      ssl-program-arguments '("--insecure" "-p" service host)
      ssl-certificate-verification-policy 1)

还是没有效果. 请求指点.

谷歌禁止他自家以外的服务连接Gmail,因为他觉得这些连接不安全,所以首先你要降级你的Gmail安全等级

刚刚开了 allow less secure app access 选项试了试, 还是没有效果. 而且google 的 secure activities 也没有记录, 好像是没收到请求.

帮不了你,我是用offlineimap收好之后再用WL看的。。

我也来试试 offlineimap…

Emacs的SSL总有奇怪的问题,比如开了代理之后就不能用HTTPS,我这里直接用WL收163可以,收Gmail就不行