Skip to content

v1.1.0 — Native Gmail API auth

Choose a tag to compare

@jamesnation jamesnation released this 01 Mar 12:37
· 3 commits to main since this release

What's new

  • Replaced gog subprocess calls with native Gmail API integration
  • Added OAuth token flow using google-auth-oauthlib
  • Added Python requirements file for Gmail client dependencies
  • Updated setup docs for native OAuth

Why

  • Cleaner architecture (no shell-out dependency)
  • Better portability for users
  • Reduced security-scanner false-positive risk around subprocess execution

Migration

Existing users need one-time OAuth auth run for the new token file.