mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-25 12:30:22 +00:00
update changelog
This commit is contained in:
parent
c254f64569
commit
0f6f3439fb
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue