IMAP Extension for Object Identifiers (draft-ietf-mailmaint-imap-objectid-bis-04)

This commit is contained in:
Maurus Decimus
2026-06-21 11:29:27 +02:00
parent 097e3ffe94
commit d33c4afbc1
26 changed files with 834 additions and 201 deletions

View File

@@ -13,7 +13,9 @@ If you are upgrading from v0.16.x, replace the binary (or run `docker pull`). If
- Client secret verification for confidential clients.
- HTTP: Add `redirectRoot` option to `Http` object to allow redirecting requests to the root path to a different path (e.g. `/account`).
- ACME: `reuseKey` option to allow reusing private keys in renewals.
- IMAP: `GETJMAPACCESS` command to discover the JMAP session resource URL (#2736).
- IMAP:
- IMAP Extension for Object Identifiers ([draft-ietf-mailmaint-imap-objectid-bis](https://datatracker.ietf.org/doc/draft-ietf-mailmaint-imap-objectid-bis/))
- `GETJMAPACCESS` command to discover the JMAP session resource URL (#2736).
## Changed