Skip to content

2022-11-01

Choose a tag to compare

@simonrob simonrob released this 01 Nov 08:59
· 214 commits to main since this release
b3723b2

Many thanks to @sflamm for generously sponsoring two enhancements that are included in this release:

  • #81: Add support for the resource owner password credentials grant flow
  • #78: Add support for catch-all account sections in the proxy's configuration file

This release also contains the following improvements/fixes:

  • #88: Invalidate tokens within their expiry margin if no refresh token is available – thanks @lakelse
  • #87: Add basic support for rotating log files – thanks @cobwash
  • #75: Add support for string literals in IMAP LOGIN commands – thanks @M4tDR