IMAP: Discard oversized non-synchronizing literals (fixes #2768)

This commit is contained in:
Maurus Decimus
2026-06-19 18:36:38 +02:00
parent 4fd86298fa
commit 52a938297b
3 changed files with 77 additions and 8 deletions

View File

@@ -38,6 +38,7 @@ If you are upgrading from v0.16.x, replace the binary (or run `docker pull`). If
- `SearchSnippet/get`: incorrect response structure.
- `Thread/changes`: emit a container delete when a thread becomes empty.
- `VacationResponse/set`: incorrect singleton handling.
- IMAP: Discard oversized non-synchronizing literals (#2768).
- DANE: Improper `TLSA` record validation (#2328).
- OIDC: Add default domain name to groups that are not email addresses.
- RocksDB: Enable blob garbage collection to reclaim disk space from deleted blobs.