Commit graph

152 commits

Author SHA1 Message Date
mdecimus
66cc0a3072 Faster email deletion, Junk/Trash folder auto-expunge and changelog auto-expiry (closes #403) 2024-05-19 12:15:35 +02:00
mdecimus
1473d8cdcf Autoconfig and MS Autodiscover services (closes #336) 2024-05-08 16:00:54 +02:00
mdecimus
c6960bfba8 documentId generation within the database transaction 2024-05-02 10:18:58 +01:00
mdecimus
1950366629 v0.7.3 2024-04-30 19:52:05 +02:00
mdecimus
929d84468f Support for DNS-01 and HTTP-01 ACME challenges (closes #226) 2024-04-17 09:55:19 +02:00
mdecimus
d876033c1a Use cross-compilation for CI, build the Docker image from source (#85) 2024-04-12 16:35:00 +02:00
mdecimus
23edd40fd0 Fixed DKIM public key format 2024-04-08 11:09:02 +02:00
mdecimus
223bd59bab REST API cleanup 2024-04-01 19:48:59 +02:00
mdecimus
170ff38d1f Settings hot reloading - Part 4 2024-03-26 18:40:41 +01:00
mdecimus
d8af9b4576 Settings hot reloading - Part 3 2024-03-24 19:20:36 +01:00
mdecimus
333a0d5a1b Settings hot reloading - Part 1 2024-03-21 20:07:21 +01:00
mdecimus
7e1a95c1ee Config file changes 2024-03-20 12:03:10 +01:00
mdecimus
7041d495fc Faster IMAP UID generation 2024-03-06 17:41:38 +01:00
mdecimus
9bfdfb57be Fix: second IDLE connections disconnects the first one (fixes #280) 2024-03-05 12:22:30 +01:00
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
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
44db67cc2a Distributed SMTP queues and Rate limiting passing tests 2024-02-13 14:35:28 +01:00
Mauro D
d15f598460 Do not include STATUS in NOOP responses (fixes #234) 2024-02-08 10:16:03 -03:00
mdecimus
4b5576cab4 v0.5.3 2024-01-14 10:53:41 +01:00
mdecimus
6aeadb9cda Fail2ban and IP address blocking support (closes #164) 2024-01-13 12:59:10 +01:00
mdecimus
3a800aff7a HAProxy protocol support (closes #36) 2024-01-06 20:02:31 +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
mdecimus
f301721465 v0.5.1 2024-01-02 11:28:15 +01:00
mdecimus
572ae9b44b IMAP fixes 2024-01-01 18:09:21 +01:00
mdecimus
80007961db Added SMTP smuggling tests 2023-12-29 20:10:15 +01:00
mdecimus
b7f9d5ed02 RocksDB optimizations 2023-12-29 17:33:55 +01:00
mdecimus
ec077d8796 Use crates.io for internal crates 2023-12-28 11:57:21 +01:00
mdecimus
bda7cda59d Updated installer 2023-12-21 18:09:37 +01:00
mdecimus
31719963c9 ACL storage optimization 2023-12-21 13:29:09 +01:00
mdecimus
be78a26193 Automatic creation of JMAP identities 2023-12-21 11:30:31 +01:00
mdecimus
91e8597998 Internal directory + CLI improvements 2023-12-20 20:09:39 +01:00
mdecimus
d4aca0a8e0 RocksDB stress test fixes + find_merge_thread() bugfix 2023-12-20 17:06:32 +01:00
mdecimus
232d4d691a Internal directory implementation + Management REST API 2023-12-16 10:35:15 +01:00
mdecimus
f21bce722e Directory refactoring 2023-12-14 12:35:25 +01:00
mdecimus
db564ae0db Bump to rustls 0.22 2023-12-08 10:46:20 +01:00
mdecimus
7e94a08067 ElasticSearch backend implementation 2023-12-03 19:40:16 +01:00
mdecimus
2ccf85d6dd Store API cleanup 2023-12-02 18:43:28 +01:00
mdecimus
5f36e1f356 PostgreSQL backend implementation 2023-11-30 12:43:28 +01:00
mdecimus
0168c1dca8 IMAP4rev1 Recent flag support 2023-11-27 15:21:43 +01:00
mdecimus
8f6ac2d114 Improved storage of IMAP UIDs + Bump to hyper 1.0.1 2023-11-27 10:06:48 +01:00
mdecimus
bcc05340b2 FTS storage implementation and background indexing 2023-11-17 14:59:09 +01:00
mdecimus
cbcd6d0916 Blob storage improvements 2023-11-12 10:54:04 +01:00
mdecimus
0e25f3d12c Store keys refactoring 2023-11-09 16:21:39 +01:00
mdecimus
fe5a9e8ce8 Created Store trait, removed maybe_async 2023-11-07 19:27:57 +01:00
mdecimus
dded91b93e Store message metadata, avoid parsing messages on get 2023-11-05 16:01:16 +01:00
mdecimus
df45384fcd v0.4.2 2023-11-01 12:08:24 +01:00
mdecimus
f9b37a3c99 Spam filter combined tests passing 2023-10-20 19:18:18 +02:00
mdecimus
30092ce92c v0.3.10 2023-10-17 20:56:48 +02:00
mdecimus
3d9efd363a Bayes classifier, type tokenizer and NLP module reorganization 2023-10-10 18:58:38 +02:00
mdecimus
a0812095ef v0.3.9 2023-10-07 08:53:35 +02:00
mdecimus
f069691844 Antispam from, recipient and reply-to modules 2023-09-24 19:06:35 +02:00
mdecimus
5068ecdd9e v0.3.8 2023-09-19 19:02:42 +02:00
mdecimus
bb7f43ecab Fix: Folders that contain a & can't be used (#90) 2023-09-16 11:06:52 +02:00
mdecimus
8bceb49fb7 Support for UTF8 APPEND + ignore empty lines in IMAP 2023-09-07 14:29:16 +02:00
mdecimus
833db92ded Bump to mail-parser 0.9 2023-09-05 18:23:52 +02:00
mdecimus
6939603932 v0.3.7 2023-09-05 15:04:24 +02:00
mdecimus
56b1fb893d Fixed IMAP encoding on non-UTF-8 messages + improved Received headers in SMTP 2023-09-05 12:16:10 +02:00
mdecimus
4e021b228c Add parameter to disable IMAP All Messages folder 2023-09-02 16:51:18 +02:00
mdecimus
9860631691 Allow STATUS and ACL operations on virtual mailboxes 2023-09-02 16:41:20 +02:00
mdecimus
0e3a226d9f Fix: SELECT QRESYNC without speficying uid causes panic (#67) 2023-08-31 15:06:02 +02:00
mdecimus
5b88a03e92 v0.3.6 2023-08-29 12:31:08 +02:00
mdecimus
cc582b05f9 Migrate to new Sieve version 2023-08-28 19:44:23 +02:00
Mauro D
016a5bde18 v0.3.5 2023-08-18 19:48:57 +02:00
Mauro D
dc960fba63 Flush tcp streap after write 2023-08-16 16:22:09 +02:00
mdecimus
32a50ec34c v0.3.4 2023-08-09 19:47:27 +02:00
mdecimus
39cbb946f7 Successful authentication requests should not count when rate limiting 2023-08-07 16:41:52 +02:00
mdecimus
5346beb975 Case insensitive Inbox selection 2023-08-07 14:58:12 +02:00
mdecimus
80f6a5469a Automatically create Inbox for group accounts 2023-08-06 17:55:35 +02:00
mdecimus
66272f7200 v0.3.3 2023-08-02 15:48:15 +02:00
mdecimus
c2e909a09f Automatic retry for import/export blob downloads (#14) 2023-08-01 19:11:59 +02:00
mdecimus
fa2b101931 Encryption at rest. 2023-08-01 18:39:33 +02:00
mdecimus
3cea77b65e v0.3.2 2023-07-27 20:18:34 +02:00
mdecimus
e58b2242e3 Better handling of concurrent UID map sync requests (#17) 2023-07-24 20:09:24 +02:00
mdecimus
a372865e56 Better handling of concurrent UID map sync requests (#17) 2023-07-24 20:05:33 +02:00
mdecimus
de91c6abdc v0.3.1 2023-07-22 13:34:03 +02:00
mdecimus
ed0e41062d Increase retry attempts to build UID maps (#17) 2023-07-21 07:39:13 +02:00
mdecimus
8046838ed5 Added license. 2023-07-15 21:14:34 +02:00
mdecimus
9c6c53e21c CI/CD tweaks. 2023-07-11 17:16:08 +02:00
mdecimus
843e61139a Installation binary first part. 2023-07-09 11:06:37 +02:00
mdecimus
705762c312 Fixed logging, clippy suggestions and organized configuration directives. 2023-07-07 19:08:07 +02:00
mdecimus
6ba892f7d6 FoundationDB changes. 2023-07-07 09:27:22 +02:00
mdecimus
1cb539ce52 Internal account id management. 2023-07-04 20:10:00 +02:00
mdecimus
0a8fdd9008 IMAP server passing all tests. 2023-07-03 16:38:49 +02:00
mdecimus
048a65a019 Multiple bugfixes found while running imap-test. 2023-07-02 20:15:19 +02:00
mdecimus
381cedb088 IMAP server passing tests. 2023-06-30 19:59:05 +02:00
mdecimus
29f3ca284b IMAP Acl command, rate limiting and ManageSieve server. 2023-06-29 18:51:26 +02:00
Me
f5048da232 IMAP idle, noop, search and thread commands. 2023-06-28 17:55:40 +02:00
Me
34e21ef03f IMAP commands append, close, copy, move, enable, expunge, login, logout, namespace and select implemented. 2023-06-27 18:28:07 +02:00
Mauro D
0cd010f8ec Fixed bodystructure tests 2023-06-26 14:02:39 +00:00
Mauro D
b5f2af7d6a IMAP fetch and store commands. 2023-06-25 18:00:45 +00:00
Mauro D
ae8bedde0e IMAP create, delete, rename and subscribe commands. 2023-06-24 17:47:02 +00:00
Mauro D
3581255fbc IMAP message synchronization. 2023-06-23 17:28:00 +00:00
Mauro D
e1c3190b48 IMAP mailbox synchronization 2023-06-22 17:29:39 +00:00