emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master bdb6d3a: ; Document choice of smtp authentication method


From: Andrew G Cohen
Subject: master bdb6d3a: ; Document choice of smtp authentication method
Date: Tue, 1 Sep 2020 07:52:21 -0400 (EDT)

branch: master
commit bdb6d3a94342542401cca773f5bf2ef0a8c2ab66
Author: Andrew G Cohen <cohen@andy.bu.edu>
Commit: Andrew G Cohen <cohen@andy.bu.edu>

    ; Document choice of smtp authentication method
    
    * doc/misc/smtpmail.texi (Authentication): Document smtp-auth.
    * etc/NEWS: Advertise the feature.
---
 doc/misc/smtpmail.texi | 9 +++++----
 etc/NEWS               | 8 ++++++++
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/doc/misc/smtpmail.texi b/doc/misc/smtpmail.texi
index f29a5a8..18c76fb 100644
--- a/doc/misc/smtpmail.texi
+++ b/doc/misc/smtpmail.texi
@@ -267,10 +267,11 @@ file, @pxref{Top,,auth-source, auth, Emacs auth-source 
Library}.
 The process by which the SMTP library authenticates you to the server
 is known as ``Simple Authentication and Security Layer'' (SASL).
 There are various SASL mechanisms, and this library supports three of
-them: CRAM-MD5, PLAIN, and LOGIN@.  It tries each of them, in that order,
-until one succeeds.  The first uses a form of encryption to obscure
-your password, while the other two do not.
-
+them: CRAM-MD5, PLAIN, and LOGIN@, where the first uses a form of
+encryption to obscure your password, while the other two do not.  It
+tries each of them, in that order, until one succeeds.  You can assign
+a specific authentication mechanism to a server by including a key
+smtp-auth with a value of the preferred mechanism.
 
 @node Encryption
 @chapter Encryption
diff --git a/etc/NEWS b/etc/NEWS
index 9a044ca..1cb1b7e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -379,6 +379,14 @@ In Message mode buffers, the 'C-c C-p' 
('message-insert-screenshot')
 command has been added.  It depends on using an external program to
 take the actual screenshot, and defaults to "ImageMagick import".
 
+
+** Smtpmail
+
++++
+*** Allow direct selection of smtp authentication mechanism.
+A server entry retrieved by auth-source can request a desired smtp
+authentication mechanism by setting a value for the key 'smtp-auth'.
+
 ** Help
 
 +++



reply via email to

[Prev in Thread] Current Thread [Next in Thread]