emacs-devel
[Top][All Lists]
Advanced

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

Re: gmail+imap+smtp (oauth2)


From: Tomas Hlavaty
Subject: Re: gmail+imap+smtp (oauth2)
Date: Thu, 12 May 2022 11:16:14 +0200

On Thu 12 May 2022 at 01:38, Tomas Hlavaty <tom@logand.com> wrote:
> In the case of gmail, on two whitelists.

i think that application id is indeed the same thing as client_id
so there is one whitelist
(google uses client_id and client_secret)

> Some people suggested ignoring Googles T&C, citing Thunderbird as
> precedent.

i had a look and both thunderbird and davmail publish client_id
thunderbird also publishes client_secret

cd /tmp
wget
http://releases.mozilla.org/pub/thunderbird/releases/101.0b2/source/thunderbird-101.0b2.source.tar.xz
tar xvf thunderbird-101.0b2.source.tar.xz
cd /tmp/thunderbird-101.0
grep -r -C 4 accounts.google.com/o/oauth2/auth

cd /tmp
wget --content-disposition 
https://sourceforge.net/projects/davmail/files/davmail/6.0.1/davmail-src-6.0.1-3390.tgz/download
tar zxvf davmail-src-6.0.1-3390.tgz
cd /tmp/davmail-src-6.0.1-3390
grep -r -i clientid



reply via email to

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