[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/mail/smtpmail.el
From: |
Simon Josefsson |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/mail/smtpmail.el |
Date: |
Sun, 17 Jul 2005 03:44:20 -0400 |
Index: emacs/lisp/mail/smtpmail.el
diff -c emacs/lisp/mail/smtpmail.el:1.76 emacs/lisp/mail/smtpmail.el:1.77
*** emacs/lisp/mail/smtpmail.el:1.76 Sun Jul 17 07:43:16 2005
--- emacs/lisp/mail/smtpmail.el Sun Jul 17 07:44:20 2005
***************
*** 207,213 ****
(defvar smtpmail-queue-index (concat smtpmail-queue-dir
smtpmail-queue-index-file))
! (defconst smtpmail-auth-supported '(cram-md5 login plain)
"List of supported SMTP AUTH mechanisms.")
;;;
--- 207,213 ----
(defvar smtpmail-queue-index (concat smtpmail-queue-dir
smtpmail-queue-index-file))
! (defconst smtpmail-auth-supported '(cram-md5 plain login)
"List of supported SMTP AUTH mechanisms.")
;;;