Adam Sjøgren via info-gnus-english <[email protected]> writes:

> Richmond writes:
>
>> "This setting is not available for accounts with 2-Step Verification
>> enabled. Such accounts require an application-specific password for less
>> secure apps access. Learn more"
>
> Ah, I don't have 2-step verification enabled in Gmail. I guess you need
> to get an application-specific password then?
>
>> So I don't understand. I am able to use seamonkey and claws-mail with an
>> app password, and it used to work with gnus. I am using ssl on port 993.
>
> Maybe Gmail has changed?
>
> Does it work if you try with the app-specific password and specifying
> "port imap" in .authinfo.gpg (that's what used)?
>
>
>   Best regards,
>
>     Adam

Here is what I have in .gnus

(setq gnus-select-method '(nnimap "gmail"
 8                                  (nnimap-address "imap.gmail.com")
 9                                  (nnimap-server-port 993)
10                                  (nnimap-stream ssl)
11                                  (nnimap-logout-timeout 60.0)))

And in .authinfo

machine imap.gmail.com login "[email protected]" password xxxxxxxxxxxx port 
993

I set the gnutls-log-level to 2 and see these. Maybe they have changed
tls requirements? :

gnutls.c: [2] Advertizing version 3.4
 76
 77gnutls.c: [2] Advertizing version 3.3
 78
 79gnutls.c: [2] Advertizing version 3.2
 80
 81gnutls.c: [2] Advertizing version 3.1
 82
 83gnutls.c: [2] HSK[0x2745000]: sent server name: 'imap.gmail.com'
 84
 85gnutls.c: [1] (Emacs) non-fatal error: Resource temporarily unavailable, try 
again. [336 times]
 86gnutls.c: [2] EXT[0x2745000]: client generated X25519 shared key
 87
 88gnutls.c: [1] (Emacs) non-fatal error: Resource temporarily unavailable, try 
again. [2 times]
 89gnutls.c: [2] (Emacs) Deallocating x509 credentials
 90Unable to open server nnimap+gmail due to: Process *nnimap* not running

_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to