update changelog

This commit is contained in:
Clément DOUIN 2023-06-13 10:24:15 +02:00
parent c254f64569
commit 0f6f3439fb
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Implemented OAuth 2.0 refresh token flow for IMAP and SMTP, which means that access tokens are now automatically refreshed and is transparent for users.
- Added `imap-oauth2-redirect-host` and `smtp-oauth2-redirect-host` options to customize the redirect server host name (default: `localhost`).
- Added `imap-oauth2-redirect-port` and `smtp-oauth2-redirect-port` options to customize the redirect server port (default: `9999`).
## [0.8.0] - 2023-06-03
### Added