X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/bcac3e82d69b138acd97a666a33cca6ef485a089..refs/heads/lazyvim:/mutt/mutt_oauth2.py 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',