Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e81c51f0
Commit
e81c51f0
authored
Jul 17, 2005
by
Simon Josefsson
Browse files
(smtpmail-auth-supported): Prefer PLAIN over LOGIN.
parent
4effb112
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/mail/smtpmail.el
lisp/mail/smtpmail.el
+1
-1
No files found.
lisp/ChangeLog
View file @
e81c51f0
2005-07-17 Simon Josefsson <jas@extundo.com>
* mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over
LOGIN.
2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
* lisp/mail/smtpmail.el (smtpmail-auth-supported): Added the
...
...
lisp/mail/smtpmail.el
View file @
e81c51f0
...
...
@@ -207,7 +207,7 @@ This is relative to `smtpmail-queue-dir'.")
(
defvar
smtpmail-queue-index
(
concat
smtpmail-queue-dir
smtpmail-queue-index-file
))
(
defconst
smtpmail-auth-supported
'
(
cram-md5
login
pla
in
)
(
defconst
smtpmail-auth-supported
'
(
cram-md5
plain
log
in
)
"List of supported SMTP AUTH mechanisms."
)
;;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment