bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#26307: 25.1; smtpmail hard-coded auth mechanism order does not allow


From: Glenn Morris
Subject: bug#26307: 25.1; smtpmail hard-coded auth mechanism order does not allow coping with misbehaving servers
Date: Sun, 02 Apr 2017 11:35:40 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Marco Maggi wrote:

>> (with-eval-after-load 'smtpmail
>>   (setq smtpmail-auth-supported '(login cram-md5 plain)))
>
>> Perhaps no Emacs change is needed then?
>
> But the symbol is  defined as a constant, so it would  be bad style?  It
> is  also  undocumented.  Ideally  one  should  be  able to  select  such
> configuration on a per-server basis.

It's (presumably) a constant because in normal operation there's no need
to change it, but if you have a special need to change it, it's easy to
do so.

Personally I don't see a need to add complexity to Emacs to cater to
misconfigured servers.





reply via email to

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