emacs-devel
[Top][All Lists]
Advanced

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

Re: gmail+imap+smtp (oauth2)


From: Filipp Gunbin
Subject: Re: gmail+imap+smtp (oauth2)
Date: Thu, 05 May 2022 16:58:22 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (darwin)

On 05/05/2022 14:57 +0200, Uwe Brauer wrote:

> Hm, but did you successfully configure gnus with your  app password in order 
> to
> receive (imap) and to send (smtp).
>
> If so, could you please share your configuration.
>
> Or are you saying it is simply to use
>
> (setq gnus-select-method (list 'nnnil "")) 
> (setq gnus-secondary-select-methods nil)
> (setq gnus-secondary-select-methods
>       '(
>       (nnimap "UCMgmail"
>               (nnimap-address "imap.gmail.com")
>               (nnimap-server-port 993)
>                 ;; (nnimap-authinfo-file "~/.authinfo.gpg")
>               (nnimap-authinfo-file "~/.authinfo")
>               (nnimap-stream ssl)
>                 ;;(nnimap-stream starttls)
>                 (nnimap-fetch-partial-articles "text/")
>               (nnir-search-engine imap))))
>
> And put in authinfo my app password instead my «normal» one?

Just FTR, with Outlook from Office365 (we had that at work), it is just
that - you create an app password in web interface (yes, non-free JS),
and then just put it in authinfo instead of your "account password".

Filipp



reply via email to

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