Added authenticate-type & POP-before-SMTP.
authorkaoru <kaoru>
Mon, 14 May 2001 13:51:46 +0000 (13:51 +0000)
committerkaoru <kaoru>
Mon, 14 May 2001 13:51:46 +0000 (13:51 +0000)
samples/en/dot.wl
samples/ja/dot.wl

index fae11b0..be044b9 100644 (file)
 ;; 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 ]]
 
index 1da377f..40af57d 100644 (file)
 ;; Message-ID \e$B$N%I%a%$%s%Q!<%H$r6/@)E*$K;XDj\e(B
 ;(setq wl-message-id-domain "hostname.example.com")
 
+;; IMAP \e$B%5!<%P$NG'>ZJ}<0$N@_Dj\e(B
+(setq elmo-default-imap4-authenticate-type 'clear) ; \e$B@8%Q%9%o!<%I\e(B
+;(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)
+
 
 ;;; [[ \e$B4pK\E*$J@_Dj\e(B ]]