unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: master 726b758: Allow direct choice of smtp authentication method
       [not found] ` <20200829043011.09C9E20A10@vcs0.savannah.gnu.org>
@ 2020-08-31 16:00   ` Robert Pluim
  2020-09-01  0:20     ` Andrew Cohen
  0 siblings, 1 reply; 5+ messages in thread
From: Robert Pluim @ 2020-08-31 16:00 UTC (permalink / raw)
  To: emacs-devel; +Cc: Andrew G Cohen

>>>>> On Sat, 29 Aug 2020 00:30:10 -0400 (EDT), cohen@andy.bu.edu (Andrew G Cohen) said:

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

    Andrew>     Allow direct choice of smtp authentication method
    
    Andrew>     * lisp/mail/smtpmail.el (smtpmail-try-auth-methods): Let the
    Andrew>     authorization credentials have an entry with key :smtp-auth containing
    Andrew>     a preferred authentication mechanism.

I like it, but itʼs missing documentation and a NEWS entry.

Robert



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: master 726b758: Allow direct choice of smtp authentication method
  2020-08-31 16:00   ` master 726b758: Allow direct choice of smtp authentication method Robert Pluim
@ 2020-09-01  0:20     ` Andrew Cohen
  2020-09-01  7:09       ` Robert Pluim
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Cohen @ 2020-09-01  0:20 UTC (permalink / raw)
  To: emacs-devel

>>>>> "RP" == Robert Pluim <rpluim@gmail.com> writes:

>>>>> On Sat, 29 Aug 2020 00:30:10 -0400 (EDT), cohen@andy.bu.edu
    RP> I like it, but itʼs missing documentation and a NEWS entry.

Err, uhm, yeah. I think its too small a change for NEWS. But it needs
documentation. I was going to do that, but ran into trouble: it properly
belongs in auth-source, and I just noticed that the auth-source
documentation is woefully out of date. For example, you can really only
effectively use :smtp-auth for a plstore, and auth-source doesn't even
mention plstore as one of its backends :(





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: master 726b758: Allow direct choice of smtp authentication method
  2020-09-01  0:20     ` Andrew Cohen
@ 2020-09-01  7:09       ` Robert Pluim
  2020-09-01 10:04         ` Andrew Cohen
  0 siblings, 1 reply; 5+ messages in thread
From: Robert Pluim @ 2020-09-01  7:09 UTC (permalink / raw)
  To: Andrew Cohen; +Cc: emacs-devel

>>>>> On Tue, 01 Sep 2020 08:20:54 +0800, Andrew Cohen <cohen@bu.edu> said:

>>>>> "RP" == Robert Pluim <rpluim@gmail.com> writes:
>>>>> On Sat, 29 Aug 2020 00:30:10 -0400 (EDT), cohen@andy.bu.edu
    RP> I like it, but itʼs missing documentation and a NEWS entry.

    Andrew> Err, uhm, yeah. I think its too small a change for
    Andrew> NEWS. But it needs

Itʼs a new feature. However small, some people only look in NEWS for
new features.

    Andrew> documentation. I was going to do that, but ran into trouble: it properly
    Andrew> belongs in auth-source, and I just noticed that the auth-source
    Andrew> documentation is woefully out of date. For example, you can really only
    Andrew> effectively use :smtp-auth for a plstore, and auth-source doesn't even
    Andrew> mention plstore as one of its backends :(

How come? The .netrc/.authinfo backend returns all keywords when a
lookup succeeds, so adding ":smtp-auth super-sekrit-method" to an
entry works fine.

Robert



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: master 726b758: Allow direct choice of smtp authentication method
  2020-09-01  7:09       ` Robert Pluim
@ 2020-09-01 10:04         ` Andrew Cohen
  2020-09-01 14:09           ` Robert Pluim
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Cohen @ 2020-09-01 10:04 UTC (permalink / raw)
  To: emacs-devel


>>>>> "RP" == Robert Pluim <rpluim@gmail.com> writes:

    RP> How come? The .netrc/.authinfo backend returns all keywords when
    RP> a lookup succeeds, so adding ":smtp-auth super-sekrit-method" to
    RP> an entry works fine.

Huh, I thought I tried it and it failed, but as you say, it works just
fine. That makes documentation trivial---I'll add a sentence to
smtpmail.info.






^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: master 726b758: Allow direct choice of smtp authentication method
  2020-09-01 10:04         ` Andrew Cohen
@ 2020-09-01 14:09           ` Robert Pluim
  0 siblings, 0 replies; 5+ messages in thread
From: Robert Pluim @ 2020-09-01 14:09 UTC (permalink / raw)
  To: Andrew Cohen; +Cc: emacs-devel

>>>>> On Tue, 01 Sep 2020 18:04:22 +0800, Andrew Cohen <cohen@bu.edu> said:

>>>>> "RP" == Robert Pluim <rpluim@gmail.com> writes:

    RP> How come? The .netrc/.authinfo backend returns all keywords when
    RP> a lookup succeeds, so adding ":smtp-auth super-sekrit-method" to
    RP> an entry works fine.

    Andrew> Huh, I thought I tried it and it failed, but as you say, it works just
    Andrew> fine. That makes documentation trivial---I'll add a sentence to
    Andrew> smtpmail.info.

Thanks for that. I added a cross-reference to it from auth-source
(never let it be said that the Emacs documentation doesnʼt have enough
cycles in it).

Robert



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-09-01 14:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200829043009.29904.38053@vcs0.savannah.gnu.org>
     [not found] ` <20200829043011.09C9E20A10@vcs0.savannah.gnu.org>
2020-08-31 16:00   ` master 726b758: Allow direct choice of smtp authentication method Robert Pluim
2020-09-01  0:20     ` Andrew Cohen
2020-09-01  7:09       ` Robert Pluim
2020-09-01 10:04         ` Andrew Cohen
2020-09-01 14:09           ` Robert Pluim

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).