• Japanese

Wanderlust 2.X (POP3)

Wanderlust 2.x でPOP3の利用

  1. ~/.wl*1 をエディタ(vi, emacsなど)で編集します。

    • 受信メールサーバの設定例(SSL + cram-md5認証)
      (setq elmo-pop3-default-server "pop.sfc.keio.ac.jp")
      (setq elmo-pop3-default-port 995)
      (setq elmo-pop3-default-stream-type 'ssl)
      (setq elmo-pop3-default-authenticate-type 'cram-md5)
    • 送信メールサーバの設定例(Submissionポート + cram-md5認証)
      (setq wl-smtp-posting-server "smtp.sfc.keio.ac.jp")
      (setq wl-smtp-posting-user "ログイン名")
      (setq wl-smtp-authenticate-type "cram-md5")
      (setq wl-smtp-connection-type "ssl")
      (setq wl-smtp-posting-port "587")
      (setq smtp-open-connection-function #'open-ssl-stream)
      (setq smtp-end-of-line "\n")
  2. ~/.folders を編集します。

    • MHフォルダ一覧
      |&ログイン名/user@pop.sfc.keio.ac.jp|+inbox
      と書いておくと、~/Mail/以下のフォルダ一覧がSummaryに表示されます。

以上

関連: 技術情報/メール
*1 だぶりゅーえる

最終更新日: 2011年6月16日

内容はここまでです。