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

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

bug#57373: 28.1; authinfo keyword smtp-auth does not work


From: Robert Pluim
Subject: bug#57373: 28.1; authinfo keyword smtp-auth does not work
Date: Thu, 25 Aug 2022 09:59:45 +0200

>>>>> On Wed, 24 Aug 2022 13:46:15 +0200, Lars Ingebrigtsen <larsi@gnus.org> 
>>>>> said:

    Lars> Robert Pluim <rpluim@gmail.com> writes:
    >> +                          process (intern-soft (pop mechs)) user 
password))))

    Lars> Is there any reason to not just use `intern' here?

`mechs' can be either the intersection of `smtpmail-auth-supported'
 and `supported-extensions' or the result from `auth-info'. In the
 latter case it contains strings, in the former symbols, and `intern'
 only accepts symbols.

Robert
-- 





reply via email to

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