Fix JMAP: Web Push payloads with Content-Encoding: aes128gcm should not be base64-encoded but sent as raw bytes

This commit is contained in:
Maurus Decimus
2026-07-19 15:17:40 +02:00
parent 6076659e4d
commit eacec4c45d
4 changed files with 9 additions and 15 deletions

View File

@@ -12,7 +12,9 @@ If you are upgrading from v0.16.x, replace the binary (or run `docker pull`). If
## Fixed
- IMAP: Mailbox object-quota only enforced in JMAP.
- JMAP: Read-only sharee cannot set `isSubscribed` on a shared mailbox.
- JMAP:
- Read-only sharee cannot set `isSubscribed` on a shared mailbox.
- Web Push payloads with `Content-Encoding: aes128gcm` should not be base64-encoded but sent as raw bytes.
- Calendar:
- Uppercase `MAILTO` calendar addresses become invalid SMTP recipients.
- Scheduling invitations on a shared, non-owned calendar fail with `MAIL FROM unauthorized`.