summaryrefslogtreecommitdiff
path: root/crates/store/src/fts
AgeCommit message (Expand)Author
2024-08-22Do not insert empty keywords in FTS indexmdecimus
2024-07-11Improved error handling (part 1)mdecimus
2024-06-25REUSE-compliant licensingmdecimus
2024-05-19Faster email deletion, Junk/Trash folder auto-expunge and changelog auto-expi...mdecimus
2024-05-13Log errors during message ingestionv0.8.0mdecimus
2024-05-12Improved full-text indexingmdecimus
2024-05-02documentId generation within the database transactionmdecimus
2023-12-20RocksDB stress test fixes + find_merge_thread() bugfixmdecimus
2023-12-18CLI account management + Directory refactoringmdecimus
2023-12-12Key/value store access from Sieve scriptsmdecimus
2023-12-04FTS store bigrams in kv rather than indexmdecimus
2023-12-03ElasticSearch backend implementationmdecimus
2023-11-27Improved storage of IMAP UIDs + Bump to hyper 1.0.1mdecimus
2023-11-17FTS storage implementation and background indexingmdecimus
2023-11-12Blob storage improvementsmdecimus
2023-11-07Created Store trait, removed maybe_asyncmdecimus
2023-10-10Bayes classifier, type tokenizer and NLP module reorganizationmdecimus
2023-07-15Added license.mdecimus
2023-07-04Internal account id management.mdecimus
2023-07-02Multiple bugfixes found while running imap-test.mdecimus
2023-06-08Disk quotas support.Mauro D
2023-05-26Added license.Mauro D
2023-05-05Email/copy passing testsMauro D
2023-05-05Email/changes tests passingMauro D
2023-05-02Mailbox implementation before testingMauro D
2023-04-28Email/set create tests passingMauro D
2023-04-21Email query and thread merge tests passingMauro D
2023-04-19First API tests.Mauro D
2023-04-09result referencesMauro D
2023-04-05Message indexing.Mauro D
2023-04-04ReorderingMauro D