Commit Graph

1408 Commits

Author SHA1 Message Date
Maurus Decimus 299caf3701 Fix Calendar: Recurring events disappear from CalDAV time-range REPORTs and JMAP CalendarEvent/query results a few years after their first occurrence 2026-08-16 18:24:41 +02:00
Maurus Decimus b1983c885f Fix Task manager: totalDeadline is measured from the time a task was created instead of its first failed attempt 2026-08-16 17:32:18 +02:00
Maurus Decimus 088f0c81ac Fix MTA: Queue strategy and quota expressions that branch on source never match at enqueue 2026-08-16 17:24:22 +02:00
Maurus Decimus 9ec4a8dda9 Fix LDAP: Directories that store aliases as additional values of the primary address attribute provision no aliases 2026-08-16 16:50:18 +02:00
Maurus Decimus 2cb7b4e4b6 WebDAV fixes 2026-08-16 16:41:55 +02:00
Maurus Decimus 9d18187df4 JMAP for Calendar fixes 2026-08-16 16:28:07 +02:00
Maurus Decimus 646f2a6ed6 Fix CalDAV: Attendee addresses that percent-encode a display name into the mailto: URI are queued verbatim 2026-08-16 15:44:24 +02:00
Maurus Decimus 57e2f94254 ASN and GeoIP default location update 2026-08-16 15:23:14 +02:00
Maurus Decimus ccceff541f IDN fixes 2026-08-16 15:12:43 +02:00
Maurus Decimus 3c00a73a87 Fix MTA: DSN bounces are emitted with a malformed Message-ID wrapped in doubled angle brackets 2026-08-16 11:38:55 +02:00
Maurus Decimus d104d7a3cf Fix Sieve: include statements fail to find system and user global scripts whose name contains uppercase characters 2026-08-16 11:23:37 +02:00
Maurus Decimus 4d7d71cb31 Fix Directory: Local group membership is cleared when the external directory is configured with a group claim or attribute that it does not return 2026-08-16 11:14:10 +02:00
Maurus Decimus a48f89eb1d Fix Vapid: Normalize contact URI 2026-08-15 00:04:48 +02:00
Maurus Decimus 73d27006e1 HTTP: Shared reqwest clients 2026-08-14 18:24:55 +02:00
Maurus Decimus 520b1889ab Fix WebPush: Validate push URL and use application/octet-stream as Content-Type for encrypted payloads 2026-08-14 15:54:09 +02:00
Maurus Decimus ec86180c0f MTA queue and RocksDB improvements 2026-08-13 18:58:29 +02:00
Maurus Decimus ee45dba2d6 JMAP: Identity/get keeps identities in sync with the accounts e-mail addresses 2026-08-13 09:31:37 +02:00
Maurus Decimus d2d16a0186 Reporting: inboundReportMaxSize setting, which bounds the size of a decompressed inbound DMARC or TLS report 2026-08-12 16:37:16 +02:00
Maurus Decimus 89e6cf89ba UIDBATCHES improvements and logging 2026-08-11 09:17:56 +02:00
Maurus Decimus bfac527732 Fix JMAP: Setting uploadTtl to 1ms triggers panic 2026-08-11 08:50:24 +02:00
Maurus Decimus 5cc9e10b00 IMAP: Implement UIDBATCHES, UIDONLY and MESSAGELIMIT extensions 2026-08-10 19:33:18 +02:00
Maurus Decimus b956fdde8f WebDAV: Range and If-Range header support on file downloads 2026-08-10 16:57:16 +02:00
Maurus Decimus 8ae3468381 Fix Calendar: Server-side scheduling messages place the text/calendar part outside the multipart/alternative and disposed as an attachment 2026-08-10 15:34:51 +02:00
Maurus Decimus 61dc779f98 Fix JMAP: EmailSubmission/query filtering on undoStatus contradicts EmailSubmission/get, reporting held FUTURERELEASE submissions as final instead of pending 2026-08-10 15:23:24 +02:00
Maurus Decimus 21ea8fe9be Spam filter: url_original expression variable for Url rules 2026-08-10 12:41:08 +02:00
Maurus Decimus 2c28b5a536 Fix MTA: FUTURERELEASE HOLDUNTIL uses Unix timestamps instead of RFC 3339 date-times 2026-08-10 12:19:45 +02:00
Maurus Decimus 1a6c8d009b Memory allocator: Replaced the unmaintained jemallocator crate with tikv-jemallocator (contributed by @checkraisefold) 2026-08-10 11:02:42 +02:00
Maurus Decimus 7401fc27c7 Fix IMAP: BODYSTRUCTURE and ENVELOPE return MIME parameters, Content-Description, subjects and display names as raw UTF-8 even to sessions that never enabled UTF8=ACCEPT 2026-08-09 09:06:55 +02:00
Maurus Decimus 5a35d7e211 Fix MTA: DSN delivery date uses wrong timestamp 2026-08-09 08:32:51 +02:00
Maurus Decimus 0069b037f6 Fix IMAP: COPY/MOVE into a shared folder fails with NO [ALREADYEXISTS] when the destination account already holds the message, leaving the message in the source mailbox and clients in a retry loop 2026-08-09 08:23:53 +02:00
Maurus Decimus e1b8bd1f66 Fix MTA: Certificates for domains publishing an enforcing MTA-STS policy are always validated, even in the fallback TLS strategy 2026-08-09 08:21:04 +02:00
Maurus Decimus 36eca8c938 Fix Sharing: Accounts holding the impersonate permission never have their ACL grants collected, so shared items are never listed in JMAP sessions, CalDAV/CardDAV discovery or IMAP 2026-08-09 07:46:28 +02:00
Maurus Decimus 436deaf592 Fix CardDAV: Accept: text/vcard version negotiation is ignored whenever another parameter such as q or charset follows version= 2026-08-08 20:02:07 +02:00
Maurus Decimus 61df5a1857 Bump dependencies 2026-08-03 18:11:26 +02:00
Maurus Decimus 4df2a66705 Fix Redis: Task and queue locks are never released after a worker dies, because failed lock attempts refresh the lock expiry 2026-08-02 17:59:55 +02:00
Maurus Decimus 8565216198 Fix Windows: Listeners bound to the unspecified IPv6 address ([::]), including all defaults, refuse IPv4 connections such as 127.0.0.1, since IPV6_V6ONLY is enabled by default on Windows. 2026-08-02 16:48:57 +02:00
Maurus Decimus 920253ee4c Fix Logging: The systemd journal tracer omits the parent span fields 2026-08-02 16:42:04 +02:00
Maurus Decimus 8fdd639f62 Fix Recovery mode: Download WebUI if missing 2026-08-02 16:40:30 +02:00
Maurus Decimus 1bd4ddd73d Fix MTA: BDAT chunks sent without a valid MAIL FROM are answered with 552 5.3.4 Message too big for system instead of 503 5.5.1 2026-08-02 16:19:03 +02:00
Maurus Decimus 87f3fc06e2 Fix DMARC: Failure reports state Identity-Alignment: none when a mechanism authenticated successfully but against an identity that is not aligned with the From domain 2026-08-02 15:01:44 +02:00
Maurus Decimus c5541d6b32 Fix Calendar: iMIP and alarm notification messages embed the default logo using bare LF line endings, producing a single 4247 octet line that strict SMTP relays reject with line too long 2026-08-02 12:33:35 +02:00
Maurus Decimus cf050ae5b0 S3: accessKey can now be read from an environment variable or file 2026-08-02 12:11:56 +02:00
Maurus Decimus efee3ec15b MTA: Allow System Sieve scripts to access orcpt during the DATA stage 2026-08-02 11:44:11 +02:00
Maurus Decimus c86bb66044 Fix Meilisearch: Verify index existence using GET instead of creating a new task which times out on busy servers 2026-07-31 10:04:43 +02:00
Maurus Decimus 092c3217e4 JMAP Email Delivery Push Notifications 2026-07-29 18:41:21 +02:00
Maurus Decimus 94cc6b0ad0 Fix Enterprise: Per-tenant logo is not shown on the OAuth login password and OTP screens, which are served from the servers canonical host rather than the tenant domain 2026-07-26 17:17:17 +02:00
Maurus Decimus c8f46f3276 Fix Migration: Abort --import when the target already contains data in the key range being imported 2026-07-26 16:56:21 +02:00
Maurus Decimus 731f8db6b7 Fix Cluster: Broadcast subscriber re-subscribes after every message, losing bursts of cluster broadcasts during the reconnect window 2026-07-26 16:48:33 +02:00
Maurus Decimus 896fc975fe Fix JMAP: Requests are rejected with notRequest when a method name contains a JSON-escaped solidus (e.g. Core\/echo) 2026-07-26 16:31:56 +02:00
Maurus Decimus 052a120463 Fix Search: reindex drops calendar and contact index tasks for accounts with fewer than a full batch of items 2026-07-26 16:29:05 +02:00