info-gnus-english
[Top][All Lists]
Advanced

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

Re: gmail


From: Richmond
Subject: Re: gmail
Date: Sun, 05 Apr 2020 20:50:57 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Adam Sjøgren via info-gnus-english <info-gnus-english@gnu.org> 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 "xxxxxxxxxxx@gmail.com" 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



reply via email to

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