Wanderlust Multiple Accounts

好像要指定特定邮箱和邮箱中的文件夹才能使用

所以不如直接 offlineimap。

主要想跨平台使用

Offlineimap 也能跨平台啊。不想在 Windows 上搞定python 的话用 fetchmail 也可以。

请教一个问题: 发邮件时如何保存密码,每次发邮件都要重新输入密码

当然想要用更加保险的 PGP 加密的 Authinfo 也是可以的。

你的wanderlust介绍我已看过,elmo-passwd-alist-save也用可,登录时不用密码了,但发邮件时还是提示需要输入密码

你用啥发邮件的?Sendmail? Msmtp? Postfix?还是 Emacs 内置的 smtp? 建议用 Msmtp,对多账户支持好一些。相关介绍也挺多的。 Emacs 内置的 smtp 应该也支持 Authinfo。

用wanderlust啊

Wanderlust 可以调用不同的 SMTP 后端发邮件啊。

你的 wl-draft-send-mail-function 变量是什么?

默认的应该是 Emacs 的 SMTP,我觉得比较慢,不适合发大邮件。

Its value is ‘wl-draft-send-mail-with-smtp’

1 个赞

https://rigidus.ru/doc/emacs-set.html

https://habrahabr.ru/post/192460/

帮忙看下这两个配置中的多用户设置方法是否可行

我写的那篇里面不是有提到内置 Smtp 的配置嘛?

要配置密码 用 Authinfo 啊

https://www.funtoo.org/Package:Emacs

https://github.com/uwabami/emacs

http://opamp.hatenablog.jp/entry/2015/01/08/014522

https://github.com/grepz/emacsconfigs

https://github.com/Henry/dot-emacs/blob/master/init/init-wl.el

https://github.com/bitonic/dotfiles/blob/master/emacs/francesco.el

https://github.com/yuttie/dot-emacs/blob/master/packages.d/init-wanderlust.el

这都是我收集到的,贴出来共享下

1 个赞

哦,看到了要用Authinfo保存

多用户配置太麻烦了,我的第二个用户folder又变成迭代了,算了,还是用一个邮箱算了,谢谢你的帮助

wanderlust 如果调用 msmtp (setq wl-draft-send-mail-function 'wl-draft-send-mail-with-sendmail) 的话,

设置参数(setq message-sendmail-extra-arguments '("-a" "account")) 没有生效,始终调用 default 账号。

https://www.emacswiki.org/emacs/GnusMSMTP

这里提到的 (setq message-sendmail-f-is-evil 't)

有这一句, 我的配置

(setq wl-draft-send-mail-function 'wl-draft-send-mail-with-sendmail
      ;; message-send-mail-function 'message-send-mail-with-sendmail 这句加上不加上都试过
      message-sendmail-f-is-evil 't
      sendmail-program "/usr/bin/msmtp"
      message-sendmail-extra-arguments '("-a account"))

还有什么没有设置到的吗

所以你指定要用的用户名是 account 吗?如果不是,就换成对应的用户名