RotherOSS / MailAccount-OAuth2

Enables receiving emails (IMAP and POP3) via OAuth 2.0 authorization (RFC 6749).
0 stars 4 forks source link

Fixed OAuth2 access_token refresh #5

Open Punamu opened 1 year ago

Punamu commented 1 year ago

Fixes #3

Removed the LOWER SQL functions which prevented an OAuth2 access_token refresh using the refresh_token stored in the database.