mdecimus
|
ee7c953279
|
CalDAV basic implementation
|
2025-05-16 16:20:04 +02:00 |
|
mdecimus
|
10ae19f2eb
|
CardDAV working with Thunderbird and Apple Contacts
|
2025-05-16 16:20:04 +02:00 |
|
mdecimus
|
3bd255eb09
|
Principal search index (closes #1368)
|
2025-05-16 16:20:04 +02:00 |
|
mdecimus
|
d6dc6ee8c5
|
Zero-copy principals + CompactString partial impl
|
2025-05-16 16:20:04 +02:00 |
|
mdecimus
|
b396341240
|
Incremental caching
|
2025-05-16 16:20:04 +02:00 |
|
mdecimus
|
76f085ab7c
|
CardDAV GET + PUT
|
2025-05-16 16:20:04 +02:00 |
|
mdecimus
|
372f2bec70
|
CardDAV skeleton + Message ingestion performance improvements
|
2025-05-16 16:20:04 +02:00 |
|
mdecimus
|
8004e32870
|
Propfind implementation + dav-proto merge
|
2025-05-16 16:20:04 +02:00 |
|
mdecimus
|
d3b284e28d
|
Include integrity hash in serialized bytes
|
2025-05-16 16:20:03 +02:00 |
|
mdecimus
|
1f950b40de
|
DAV file move/copy/rename
|
2025-05-16 16:20:03 +02:00 |
|
mdecimus
|
eadd36f4cb
|
DAV storage methods
|
2025-05-16 16:20:03 +02:00 |
|
mdecimus
|
3554dea4cb
|
Improved topological sorting
|
2025-05-16 16:20:03 +02:00 |
|
mdecimus
|
1c460c7f3b
|
DAV skeleton
|
2025-05-16 16:20:03 +02:00 |
|
mdecimus
|
b0a486106e
|
Crate reorganization
|
2025-05-16 16:20:03 +02:00 |
|
mdecimus
|
c8abc9213a
|
Zero copy tests passing for JMAP
|
2025-05-16 16:20:03 +02:00 |
|
mdecimus
|
9ec047d284
|
Zero copy IMAP passing tests
|
2025-05-16 16:20:03 +02:00 |
|
mdecimus
|
2826ff1548
|
How I stopped worrying and learned to love zero-copy deserialization
|
2025-05-16 16:20:00 +02:00 |
|
mdecimus
|
b7c0f8447b
|
Improved object serialization
|
2025-05-16 16:19:08 +02:00 |
|
mdecimus
|
e1189c2065
|
Allow undiscovered UIDs to be used in IMAP COPY/MOVE operations (closes #1201).
|
2025-04-29 19:07:58 +02:00 |
|
mdecimus
|
c0fdee6843
|
v0.11.7
|
2025-03-23 16:23:18 +01:00 |
|
mdecimus
|
44f8ef29e1
|
Bump to Rust 2024
|
2025-02-21 09:59:23 +01:00 |
|
mdecimus
|
337f4b3a48
|
v0.11.5
|
2025-02-01 10:12:18 +01:00 |
|
mdecimus
|
c394fa689f
|
Creating a mailbox in a shared folder results in wrong hierarchy (fixes #1128)
|
2025-01-28 18:49:36 +01:00 |
|
mdecimus
|
84d3c82179
|
RFC 9208 - IMAP QUOTA Extension (#484)
|
2025-01-28 16:58:47 +01:00 |
|
mdecimus
|
14e3b3a852
|
Hashify imap-proto
|
2025-01-27 19:21:36 +01:00 |
|
mdecimus
|
d8543ae389
|
Perfect hashing with hashify
|
2025-01-26 16:19:18 +01:00 |
|
mdecimus
|
8438435fbe
|
Removed local concurrency limiters, switch to global rate limiting
|
2025-01-18 19:09:02 +01:00 |
|
mdecimus
|
2eb388674d
|
Refactored local delivery to avoid mpsc channel
|
2025-01-17 15:29:55 +01:00 |
|
mdecimus
|
360b32a504
|
Cluster node roles
|
2025-01-12 12:06:07 +01:00 |
|
mdecimus
|
8eda2251d8
|
Spam filter config adjustments
|
2024-12-31 12:29:49 +01:00 |
|
mdecimus
|
30cf967623
|
Updated directory caching
|
2024-12-29 18:00:36 +01:00 |
|
mdecimus
|
c34f80c4f9
|
v0.11.0-pre-release
|
2024-12-29 16:46:40 +01:00 |
|
mdecimus
|
8b30c04794
|
Centralized caching + Bayes token cache
|
2024-12-29 12:13:07 +01:00 |
|
mdecimus
|
f2b00ccd54
|
S3-FIFO caching
|
2024-12-27 19:40:33 +01:00 |
|
mdecimus
|
e5ebc5ce33
|
Delete in-memory keys by prefix
|
2024-12-26 19:01:49 +01:00 |
|
mdecimus
|
65209174f0
|
Bayes filtering per account (#819) + Delivered-To header (#916)
|
2024-12-24 18:02:12 +01:00 |
|
mdecimus
|
d14706d088
|
Distributed locking improvements
|
2024-12-21 19:22:38 +01:00 |
|
mdecimus
|
07449a3622
|
Port Spam filter to Rust - part 6
|
2024-12-15 18:01:17 +01:00 |
|
mdecimus
|
08c43e2f15
|
ASN/Geolocation support
|
2024-12-13 11:32:52 +01:00 |
|
mdecimus
|
b5696c2d26
|
Port Spam filter to Rust - part 5
|
2024-12-11 17:57:34 +01:00 |
|
mdecimus
|
f0d84c8e68
|
Port Spam filter to Rust - part 3
|
2024-12-09 17:49:11 +01:00 |
|
mdecimus
|
4453dc8f3d
|
Port Spam filter to Rust - part 2
|
2024-12-07 18:45:50 +01:00 |
|
mdecimus
|
db7ae48c77
|
Port Spam filter to Rust - part 1
|
2024-12-06 18:35:39 +01:00 |
|
mdecimus
|
8fd983f267
|
Fixed Azure OpenSSL dependency
|
2024-12-04 15:53:46 +01:00 |
|
mdecimus
|
86b17ebdc1
|
0.10.7
|
2024-12-04 11:09:36 +01:00 |
|
mdecimus
|
a6f24d23b4
|
Delivery and DMARC Troubleshooting (closes #420)
|
2024-12-03 19:09:15 +01:00 |
|
mdecimus
|
03d9dabed3
|
Clippy fixes
|
2024-12-01 20:13:06 +13:00 |
|
mdecimus
|
6d26cb5d66
|
Bump sieve-rs to 0.5.3 (fixes #941)
|
2024-11-22 18:24:41 +13:00 |
|
mdecimus
|
b2bac5d5aa
|
Support for external email addresses on mailing lists (closes #152)
|
2024-11-13 19:38:54 +13:00 |
|
mdecimus
|
5a6b191bd4
|
Azure backend minor fixes
|
2024-11-10 08:54:14 +01:00 |
|