使用 Alpine 通过 IMAP 访问 Gmail

过程简单:

  1. 启动alpine,输入msla。在nickname处随便写个你要用的名称,就写gmail好了。Server处填写:imap.gmail.com/ssl/user=id@gmail.com/novalidate-cert。
  2. 继续在alpine中操作,输入msc。SMTP server输入:smtp.gmail.com/submit/user=id@gmail.com/novalidate-cert
  3. 使用whereis命令,找到Display Character Set和Posting Character Set,都设为UTF-8。
  4. 如果不想把邮件保存在本地,则需要输入msl,然后删除那个local的文件夹设置。

Use IMAP and GMail on Mew in Emacs

Mew is a MIME mail reader of Emacs. It can handle multi mailboxes and collabrates with other programs well. This is my configuration of mew.

NOTE:

  1. I used Stunnel for SSL connection. You must modify the file location of Stunnel. If you use Mac OS X, you can install it using DarwinPorts as I do.
  2. If you want to use BBDB with Mew, take a look at Chris Beggy’s setup (it’s old, but it works).
  3. My resources for the setup are here (Chinese), here, and here.

UPDATE #1: a great Mew configuration file to take a look

UPDATE #2: I created a .mew.el files list.