From: kaoru Date: Mon, 14 May 2001 13:51:46 +0000 (+0000) Subject: Added authenticate-type & POP-before-SMTP. X-Git-Tag: wl-2_6-root~31 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e6b1aef3d57b21fd5cd354cd20eebf88176bfe49;p=elisp%2Fwanderlust.git Added authenticate-type & POP-before-SMTP. --- diff --git a/samples/en/dot.wl b/samples/en/dot.wl index fae11b0..be044b9 100644 --- a/samples/en/dot.wl +++ b/samples/en/dot.wl @@ -56,6 +56,13 @@ ;; Specific domain part for message-id. ;(setq wl-message-id-domain "hostname.example.com") +;; IMAP authenticate type setting +(setq elmo-default-imap4-authenticate-type 'clear) ; raw +;(setq elmo-default-imap4-authenticate-type 'cram-md5) ; CRAM-MD5 + +;; POP-before-SMTP +;(setq wl-draft-send-mail-func 'wl-draft-send-mail-with-pop-before-smtp) + ;;; [[ Basic Setting ]] diff --git a/samples/ja/dot.wl b/samples/ja/dot.wl index 1da377f..40af57d 100644 --- a/samples/ja/dot.wl +++ b/samples/ja/dot.wl @@ -56,6 +56,13 @@ ;; Message-ID のドメインパートを強制的に指定 ;(setq wl-message-id-domain "hostname.example.com") +;; IMAP サーバの認証方式の設定 +(setq elmo-default-imap4-authenticate-type 'clear) ; 生パスワード +;(setq elmo-default-imap4-authenticate-type 'cram-md5) ; CRAM-MD5 + +;; POP-before-SMTP +;(setq wl-draft-send-mail-func 'wl-draft-send-mail-with-pop-before-smtp) + ;;; [[ 基本的な設定 ]]