summaryrefslogtreecommitdiff
path: root/crates/store
AgeCommit message (Expand)Author
2024-02-08Distributed SMTP queues (untested)Mauro D
2024-01-18Expressions in configuration files (untested)mdecimus
2024-01-13Fail2ban and IP address blocking support (closes #164)mdecimus
2024-01-09Use Rust native async traitsmdecimus
2024-01-09Add max-allowed-packet setting to mySQL driver (closes #201).mdecimus
2024-01-09Parse mysql timeout.wait property as duration (closes #202)mdecimus
2024-01-05ACME TLS implementation using TLS-ALPN-01 - closes #160mdecimus
2023-12-29RocksDB optimizationsmdecimus
2023-12-25Updated configuration files + CHANGELOGmdecimus
2023-12-24Lookup store refactoringmdecimus
2023-12-23Updated testsmdecimus
2023-12-22Fixed testsmdecimus
2023-12-21Fixed compiling for RocksDB onlymdecimus
2023-12-21Updated installermdecimus
2023-12-20Internal directory + CLI improvementsmdecimus
2023-12-20RocksDB stress test fixes + find_merge_thread() bugfixmdecimus
2023-12-19Internal directory + HTTP management API passing testsmdecimus
2023-12-18CLI account management + Directory refactoringmdecimus
2023-12-16Key space optimizationmdecimus
2023-12-16Internal directory implementation + Management REST APImdecimus
2023-12-14Directory refactoringmdecimus
2023-12-12Redis lookup backend implementationmdecimus
2023-12-12delete_range to use impl Keymdecimus
2023-12-12Key/value store access from Sieve scriptsmdecimus
2023-12-09Key space reorganizationmdecimus
2023-12-08FDB chunked values supportmdecimus
2023-12-08Bump to rustls 0.22mdecimus
2023-12-07Directory/Store backend unification + LDAP auth bindmdecimus
2023-12-04FTS store bigrams in kv rather than indexmdecimus
2023-12-03ElasticSearch backend implementationmdecimus
2023-12-02Store API cleanupmdecimus
2023-12-02RocksDB backend re-implementationmdecimus
2023-12-01mySQL backend implementationmdecimus
2023-11-30PostgreSQL backend implementationmdecimus
2023-11-28FDB blob storage supportmdecimus
2023-11-27Improved storage of IMAP UIDs + Bump to hyper 1.0.1mdecimus
2023-11-17FTS storage implementation and background indexingmdecimus
2023-11-12Blob store testsmdecimus
2023-11-12Blob storage improvementsmdecimus
2023-11-09Store keys refactoringmdecimus
2023-11-07Created Store trait, removed maybe_asyncmdecimus
2023-11-05Store message metadata, avoid parsing messages on getmdecimus
2023-10-10Bayes classifier, type tokenizer and NLP module reorganizationmdecimus
2023-07-15Added license.mdecimus
2023-07-11CI/CD tweaks.mdecimus
2023-07-09Installation binary first part.mdecimus
2023-07-07Fixed logging, clippy suggestions and organized configuration directives.mdecimus
2023-07-07Fixed FoundationDB tests.Mauro D
2023-07-07FoundationDB changes.mdecimus
2023-07-06CLI import/export tested.mdecimus