Commit Graph

1699 Commits

Author SHA1 Message Date
dependabot[bot] 21ff8b15b4 Bump actions/github-script from 7 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v7...v9)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '9'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-17 12:34:58 +00:00
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
dependabot[bot] dfab1a6735 Bump sigstore/cosign-installer from 4.1.1 to 4.1.2 (#3258)
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](https://github.com/sigstore/cosign-installer/compare/v4.1.1...v4.1.2)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-version: 4.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-15 11:26:58 +02:00
dependabot[bot] 94f8dee9d2 Bump mozilla-actions/sccache-action from 0.0.10 to 0.0.11 (#3257)
Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.10 to 0.0.11.
- [Release notes](https://github.com/mozilla-actions/sccache-action/releases)
- [Commits](https://github.com/mozilla-actions/sccache-action/compare/v0.0.10...v0.0.11)

---
updated-dependencies:
- dependency-name: mozilla-actions/sccache-action
  dependency-version: 0.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-15 11:26:47 +02:00
dependabot[bot] 896e3fc04d Bump github/codeql-action from 4 to 4.37.4 (#3256)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4 to 4.37.4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v4...v4.37.4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.37.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-15 11:26:27 +02:00
dependabot[bot] aaf633106d Bump sigstore/gh-action-sigstore-python from 3.3.0 to 3.5.0 (#3253)
Bumps [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python) from 3.3.0 to 3.5.0.
- [Release notes](https://github.com/sigstore/gh-action-sigstore-python/releases)
- [Changelog](https://github.com/sigstore/gh-action-sigstore-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sigstore/gh-action-sigstore-python/compare/v3.3.0...v3.5.0)

---
updated-dependencies:
- dependency-name: sigstore/gh-action-sigstore-python
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-15 11:26:17 +02:00
dependabot[bot] 109dd7da78 Bump actions/checkout from 4 to 7 (#3250)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v4...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-15 11:26:08 +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 08509ddccb CI retry v0.16.17 2026-08-10 20:16:40 +02:00
Maurus Decimus fc2fbe11b3 Fixed Cargo.toml 2026-08-10 19:35:32 +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 be6020bde5 Fixed JMAP tests 2026-08-10 16:18:59 +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 ead8396aa1 v0.16.16 v0.16.16 2026-08-02 18:48:44 +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