gauteh / lieer

Fast email-fetching and sending and two-way tag synchronization between notmuch and GMail
http://lieer.gaute.vetsj.com
Other
494 stars 60 forks source link

Replace deprecated and unmaintained oauth2client library #230

Closed skangas closed 8 months ago

skangas commented 1 year ago

The oauth2client has been deprecated for a long time. It was last released on Sep 7, 2018, and its GitHub repository was archived on Nov 9, 2022. It should be replaced with some alternative.

According to the oauth2client page on pypi:

Note: oauth2client is now deprecated. No more features will be added to the libraries and the core team is turning down support. We recommend you use google-auth and oauthlib.

granquet commented 11 months ago

I've created this PR to fix this issue: https://github.com/gauteh/lieer/pull/242

skangas commented 8 months ago

I've created this PR to fix this issue: #242

Thanks.

If you include the text (fix #242) somewhere in your commit message, this ticket should be closed automatically when your PR is merged.