Fix JMAP: Web Push payloads with Content-Encoding: aes128gcm should not be base64-encoded but sent as raw bytes
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user