auth-source-xoauth2 icon indicating copy to clipboard operation
auth-source-xoauth2 copied to clipboard

A package that adds XOAuth2 capabilities to Emacs' auth-source infrastructure

Results 8 auth-source-xoauth2 issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220127200216-cd36cc0744dd to 0.17.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20220127200216-cd36cc0744dd&new-version=0.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Fixes issues described in #14 The problem with loading token info from file (i.e. auth-source-xoauth2-creds is a string with file name) can be solved by adding user name/login to this...

In the gmail console I had to set the scope to https://mail.google.com/ Lines 202-212 are already part of Emacs 28, and seemed to be causing problems - so I removed...

I'm trying to set up auth-source-xoauth2, and I get this error in the nnimap buffer when I try to connect to GMail: ``` NO [AUTHENTICATIONFAILED] Invalid credentials (Failure) ``` I...

Right after installing the package auth-source-xoauth2 I can log in to my imap servers using oauth2 no problem. After restarting emacs and opening gnus again, I cannot connect to the...

I get the error `smtpmail-send-it: Sending failed: 501 5.5.2 Cannot Decode response {{some lowercase letters and numbers}}.3 - gsmtp in response to AUTH XOAUTH2 {{some mixed case letters and numbers}}=`...

Would you please put a config example in the readme to show how to set up xoauth2? That will be really helpful. Thanks