Commit graph

262 commits

Author SHA1 Message Date
mdecimus f92027142c Store quotas as u64 2024-03-05 11:01:59 +01:00
mdecimus 48f255b31f Iterate values rather than sending multiple get requests 2024-03-05 10:35:16 +01:00
mdecimus ff279b3a39 Global threadId caching 2024-03-04 18:51:24 +01:00
mdecimus 31bc716a5f ThreadID caching 2024-03-04 17:43:02 +01:00
mdecimus cf9a16c462 IMAP4 folder caching 2024-03-04 16:03:17 +01:00
mdecimus 2b9eacb584 Rollback PostgreSQL (failed) optimizations 2024-03-03 18:53:39 +01:00
mdecimus 49daa14fef Fixed PSQL dependency 2024-03-03 11:46:24 +01:00
mdecimus fafb1f3ff0 Store RoaringBitmaps in PostgreSQL 2024-03-03 11:34:10 +01:00
mdecimus f989f4f750 LZ4 compress blobs by default (closes #227) 2024-03-02 18:02:30 +01:00
mdecimus 62a4f70ac8 Store message headers in message metadata 2024-03-02 16:45:41 +01:00
mdecimus 875b1fa744 Store incoming reports in the data store 2024-03-02 12:21:03 +01:00
mdecimus 417bc38288 Support for S3 bucket prefixes 2024-03-02 09:33:36 +01:00
mdecimus 0bd4f8148e Improved TLS/DMARC report API 2024-02-27 19:17:01 +01:00
mdecimus d94a6a2ec6 ManageSieve LOGOUT shoud reply with OK insted of BYE 2024-02-27 17:25:05 +01:00
mdecimus 414a1434e0 Add allow plain text auth on ManageSieve 2024-02-25 19:27:29 +01:00
mdecimus 044ecda98a Principal update API changes 2024-02-24 20:22:34 +01:00
mdecimus be7c4cca73 Return counter value from counter_incr function 2024-02-21 13:07:10 +01:00
mdecimus 75bb02d13a OAuth REST API 2024-02-20 18:44:14 +01:00
mdecimus 8027f135bc Updated REST principal API 2024-02-18 16:48:44 +01:00
mdecimus afe10e6d81 Added expression functions. 2024-02-16 16:02:00 +01:00
mdecimus 7f5538a729 Added sql_query expression function 2024-02-15 18:57:21 +01:00
mdecimus 53f0222f30 Updated directory expressions 2024-02-14 15:44:35 +01:00
mdecimus 9472456ea0 v0.6.0 2024-02-14 14:38:04 +01:00
mdecimus 8471706643 Clippy fixes 2024-02-13 15:00:58 +01:00
mdecimus 44db67cc2a Distributed SMTP queues and Rate limiting passing tests 2024-02-13 14:35:28 +01:00
mdecimus 66669545ff SMTP HELO command 2024-02-10 16:25:34 +01:00
Mauro D 3d7b9b0334 Test fixes 2024-02-10 15:39:05 +01:00
Mauro D d16119f54b Distributed SMTP queues (untested) 2024-02-08 20:03:57 -03:00
Mauro D d15f598460 Do not include STATUS in NOOP responses (fixes #234) 2024-02-08 10:16:03 -03:00
Mauro D f54670a6f6 DNS lookups from eval functions (closes #30) 2024-01-21 10:14:53 -03:00
Mauro D 9f25761014 OAuth: redirect using a 301 instead of a 307 code 2024-01-21 08:03:21 -03:00
Mauro D d7d27063d8 Updated configuration files 2024-01-19 19:10:31 +01:00
mdecimus 02faa04e27 Config expressions passing tests. 2024-01-19 13:06:39 +01:00
mdecimus 4551576e04 Expressions in configuration files (untested) 2024-01-18 18:18:32 +01:00
mdecimus 4b5576cab4 v0.5.3 2024-01-14 10:53:41 +01:00
mdecimus 02ddbfcc64 X-Forwarded-For on JMAP Rate-Limit does not work (fixes #208) 2024-01-13 17:34:58 +01:00
mdecimus 6aeadb9cda Fail2ban and IP address blocking support (closes #164) 2024-01-13 12:59:10 +01:00
mdecimus b7c03445e4 URL and credentials from env for stalwart-cli (closes #88) 2024-01-09 18:23:12 +01:00
mdecimus 5c1a0f7d2f Added timeouts to install script (fixes #138) 2024-01-09 18:16:28 +01:00
mdecimus 633181a80c Use Rust native async traits 2024-01-09 18:11:26 +01:00
mdecimus 407c051e93 Log config errors + Do not send EHLO after AUTH 2024-01-09 18:03:12 +01:00
mdecimus c7be16692e Fixed IMAP retrieval of auto-encrypted emails (fixes #203) 2024-01-09 12:26:30 +01:00
mdecimus f53ef18f61 Add max-allowed-packet setting to mySQL driver (closes #201). 2024-01-09 11:34:49 +01:00
mdecimus 8db9a842a8 Parse mysql timeout.wait property as duration (closes #202) 2024-01-09 11:28:52 +01:00
mdecimus d829b56571 v0.5.2 2024-01-07 15:34:46 +01:00
mdecimus 3a800aff7a HAProxy protocol support (closes #36) 2024-01-06 20:02:31 +01:00
mdecimus 5ceecff34a Fixed OAuth verification_uri_complete parameter (fixes #192) 2024-01-06 19:39:24 +01:00
mdecimus ffba9b5a61 ACME TLS implementation using TLS-ALPN-01 - closes #160 2024-01-05 18:44:22 +01:00
mdecimus 172c8afae0 IMAP responses to APPEND and EXPUNGE should include HIGHESTMODSEQ when CONDSTORE is enabled. 2024-01-03 14:55:36 +01:00
mdecimus 7152dcdb3a IMAP SEARCH by sequence number fix 2024-01-03 09:42:55 +01:00