796 Commits

Author SHA1 Message Date
c30d12157a Update SECURITY.md (#1304)
Add 0.11.x to the supported versions.
2025-03-12 18:16:44 +01:00
58068783c7 Update lib features (#1174)
Add cosign to binary and image
2025-03-12 18:04:30 +01:00
b20549ce33 Fix MySQL error 'Transactions couldn't be nested' (closes #1271) 2025-03-10 20:01:47 +01:00
bbb1ec5977 sender variable not set when evaluating must-match-sender (closes #1294) 2025-03-09 18:55:33 +01:00
1282e77ea9 Do not panic when mailboxId is not found (closes #1293) 2025-03-09 17:47:40 +01:00
d4ac752276 Add eDNS option + fix blob range bug 2025-03-09 17:32:32 +01:00
d985cc15c2 Revert "fix: enable edns0 for system resolver by default (#1282)" (#1296)
This reverts commit d49a373102b0abb2b90135e5038adb55853f8061.
2025-03-09 17:26:21 +01:00
927576583d Revert "Fix off-by-one error in get_blob with Range (#766)" (#1295)
This reverts commit b4c00ebe908d9b3d0372352270dd3fca80429733.
2025-03-09 17:21:55 +01:00
d49a373102 fix: enable edns0 for system resolver by default (#1282)
Remove after hickory-resolver is updated with this fix applied: https://github.com/hickory-dns/hickory-dns/pull/2831

Fixes: https://github.com/stalwartlabs/mail-server/issues/1255
2025-03-05 10:16:43 +01:00
8e64cc1321 Merge branch 'main' of github.com:stalwartlabs/mail-server
Some checks failed
trivy / Check (push) Has been cancelled
2025-03-02 17:04:46 +01:00
6522073957 Prioritize local over span keys when serializing webhook payloads (#1250) 2025-03-02 17:04:33 +01:00
ded4766aa5 Deploying to main from @ stalwartlabs/mail-server@d1f18d5fe8 🚀
Some checks failed
trivy / Check (push) Has been cancelled
2025-02-28 15:34:51 +00:00
d1f18d5fe8 Fix incorrect UID NEXT when mailbox is empty (#1201) 2025-02-28 11:31:42 +01:00
7e9a793cb6 Lazy DKIM key parsing (closes #1211) 2025-02-27 19:20:05 +01:00
44f8ef29e1 Bump to Rust 2024 2025-02-21 09:59:23 +01:00
b1d6e71715 Update FDB filename (fixes #1178) 2025-02-09 16:03:30 +01:00
d8fbb82b6c Add LDAP attribute to indicate password change (#1156) 2025-02-09 15:02:38 +01:00
83cf1fa0b6 Updated SBE minimum 2025-02-05 09:57:03 +01:00
fa6483b6df Removed missing OIDC Enterprise gated code (fixes #1150) 2025-02-04 10:45:39 +01:00
e36a88a989 Added slides 2025-02-04 09:28:21 +01:00
500b346c81 Fixed Discord link 2025-02-04 08:59:41 +01:00
aff7ca6cf2 CI test (#1143) v0.11.6 2025-02-01 13:27:56 +01:00
84be15b0c2 CI refactor & Add SLSA provenance for release and docker image (#1093) 2025-02-01 10:19:08 +01:00
337f4b3a48 v0.11.5 2025-02-01 10:12:18 +01:00
1a10a4e911 Fix flag parsing (closes #1138) 2025-01-31 14:07:07 +01:00
cac9152d27 Open source third party OIDC support 2025-01-31 09:25:03 +01:00
54733de0ff Group pipelined IMAP FETCH and STATUS operations 2025-01-30 12:39:46 +01:00
4c7052d227 mySQL rollback on bitmap errors 2025-01-29 18:55:05 +01:00
dc2a59e8d9 BCC not removed from JMAP EmailSubmissions (fixes #618) 2025-01-29 16:42:29 +01:00
1b7cfe2b59 v0.11.4 v0.11.4 2025-01-29 15:36:56 +01:00
c394fa689f Creating a mailbox in a shared folder results in wrong hierarchy (fixes #1128) 2025-01-28 18:49:36 +01:00
84d3c82179 RFC 9208 - IMAP QUOTA Extension (#484) 2025-01-28 16:58:47 +01:00
b39d807600 IMAP LIST-STATUS (RFC 5819) returns items in wrong order (fixes #1129) 2025-01-27 19:31:34 +01:00
14e3b3a852 Hashify imap-proto 2025-01-27 19:21:36 +01:00
d8543ae389 Perfect hashing with hashify 2025-01-26 16:19:18 +01:00
839c2d82d6 Updated issue templates 2025-01-22 20:30:02 +01:00
fe5d7b33ed Do not include IP addresses in greylist keys 2025-01-22 19:52:09 +01:00
3ae1d6eb9b Updated screencast 2025-01-22 17:22:14 +01:00
d3e5565253 Updated README 2025-01-20 18:27:32 +01:00
4eca415e7b Update SMTP status codes (#1109) 2025-01-20 17:13:32 +01:00
5e5771e033 Do not DNSBL check invalid domains (#1107) 2025-01-19 18:36:48 +01:00
a6f11699ef Fix Sieve message flag parser (closes #1059) 2025-01-19 12:21:23 +01:00
4975b21c42 Sieve script import case insensitiviy (fixes #962) 2025-01-19 12:00:37 +01:00
3c7caddd98 Added context to SMTP rate limiter keys 2025-01-19 11:36:13 +01:00
26e00b44a8 Changed DNSBL error level to debug (closes #1107) 2025-01-19 11:35:48 +01:00
8438435fbe Removed local concurrency limiters, switch to global rate limiting 2025-01-18 19:09:02 +01:00
e7c6be45d8 Fix mailto parsing in HTMLs 2025-01-18 10:30:26 +01:00
6dbc0a82a9 Fix Dockerfile (closes #1104) v0.11.3 2025-01-17 21:46:41 +01:00
69bb04d1e6 Renamed principal revision to token revision v0.11.2 2025-01-17 16:54:22 +01:00
61e63d1ead Reset quota endpoint 2025-01-17 16:04:58 +01:00