From 17e5120d929d5ce3ff4e3e4b70138982eb6e9aa3 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 25 Oct 2022 17:24:23 +0100 Subject: [PATCH] mutt: add google client_id --- mutt/mutt_oauth2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mutt/mutt_oauth2.py b/mutt/mutt_oauth2.py index 1c6ec37..3c657c7 100755 --- a/mutt/mutt_oauth2.py +++ b/mutt/mutt_oauth2.py @@ -58,8 +58,8 @@ registrations = { 'smtp_endpoint': 'smtp.gmail.com', 'sasl_method': 'OAUTHBEARER', 'scope': 'https://mail.google.com/', - 'client_id': '', - 'client_secret': '', + 'client_id': '406964657835-aq8lmia8j95dhl1a2bvharmfk3t1hgqj.apps.googleusercontent.com', + 'client_secret': 'kSmqreRr0qwBWJgbf5Y-PjSU', }, 'microsoft': { 'authorize_endpoint': 'https://login.microsoftonline.com/common/oauth2/v2.0/authorize', -- 2.48.1