1.如何通过elisp设置Multiple Accounts?
2.通过~/.folders添加"/",能解析邮箱整个folders,但是这样做不能自定义 “用于显示的名称”。
方法一:多用户解析不正确,单用户解析正确
Example ~/.folders:
AccountA {
%INBOX:username/[email protected] :993! "Inbox"
%/
}
AccountB {
%INBOX:username/[email protected] :993! "Inbox"
%/
}
方法二:不能自定义 “用于显示的名称”
Example ~/.folders:
AccountA {
%:username/[email protected] :993!/
}
AccountB {
%:username/[email protected] :993!/
}
3.wl-folder-sync-current-entity拉取到本地的文件夹乱码问题如何解决。
LdBeth
2017 年12 月 14 日 08:42
2
不支持。要多帳戶只可用 .folders。
#
# If folder name ends with ‘/’, that means an ‘access group’,
# all subfolders automatically included in one folder group.
#
%#mh/[email protected] /
Dr.Hiro:
文件夹乱码问题如何解决
啥樣的乱碼?base64 ?上个图。
以及 wl-mime-charset
有沒有设过?
wl-mime-charset设置过了,编码能设置的都设置过了,本地目录还是乱码
还有第二个组中的收件箱有3封邮件的,但是第一次同步组时显示为零,提示
Checking folder diff…done
Updating marks…
elmo-imap4-accept-ok: IMAP error: Missing or invalid or unimplemented argument to UID SEARCH
LdBeth
2017 年12 月 14 日 09:17
4
Dr.Hiro:
本地目录还是乱码
这玩意本来就是缓存。你要映射成正常目录就要用 pipe folder。
开始没发现%/这个方法准备用offlineimap解析的本地目录添加呢,offlineimap如果不设置编码,本地目录也是乱码
LdBeth
2017 年12 月 14 日 09:32
7
也就每行加一个而已。
你要映射成 MailDir 配合别的软件用的话不如直接用 fetchmail 或者 offlineimap 收件
LdBeth
2017 年12 月 14 日 09:36
9
原本的缓存文件夹还是会“乱码”,只是会复制出来一个正常的文件夹到指定位置。
LdBeth
2017 年12 月 14 日 10:17
13
Offlineimap 也能跨平台啊。不想在 Windows 上搞定python 的话用 fetchmail 也可以。
请教一个问题:
发邮件时如何保存密码,每次发邮件都要重新输入密码
LdBeth
2017 年12 月 17 日 12:02
15
#+TITLE: WanderLust
#+AUTHOR: LdBeth
#+STARTUP: showall
#+begin_quote
All mail clients suck. -cira, the author of another mail client, mutt
#+end_quote
#+begin_quote
但是后来我发现其它 email 程序都有某种我不喜欢的怪毛病。-- 《Mutt 使用指南》
#+end_quote
* 目录 :TOC:
- [[#简介][简介]]
- [[#wanderlust-的特点][WanderLust 的特点]]
- [[#超强的信件分类功能][超强的信件分类功能]]
- [[#信件打分排序功能][信件打分排序功能]]
- [[#几乎任意条件的彩色设置][几乎任意条件的彩色设置]]
- [[#可以随意绑定热键][可以随意绑定热键]]
- [[#设置条件挂钩][设置条件挂钩]]
This file has been truncated. show original
当然想要用更加保险的 PGP 加密的 Authinfo 也是可以的。
我只知道这个是用来记录用户名和密码的,前身是 ~/.netrc,但是这个是 unix 的标准呢,还是只对 GNU 的一些软件有用?以及有没有比较详细的说明?
你的wanderlust介绍我已看过,elmo-passwd-alist-save也用可,登录时不用密码了,但发邮件时还是提示需要输入密码
LdBeth
2017 年12 月 17 日 12:35
17
你用啥发邮件的?Sendmail? Msmtp? Postfix?还是 Emacs 内置的 smtp?
建议用 Msmtp,对多账户支持好一些。相关介绍也挺多的。
Emacs 内置的 smtp 应该也支持 Authinfo。
LdBeth
2017 年12 月 17 日 12:40
19
Wanderlust 可以调用不同的 SMTP 后端发邮件啊。
你的 wl-draft-send-mail-function
变量是什么?
默认的应该是 Emacs 的 SMTP,我觉得比较慢,不适合发大邮件。
Its value is ‘wl-draft-send-mail-with-smtp’
1 个赞