refactor!: replace Tantivy search engine with DuckDB

This commit is contained in:
rustmailer
2026-03-03 12:30:26 +08:00
parent ef4ab3496e
commit d2936ed4a7
52 changed files with 3594 additions and 1821 deletions
+1
View File
@@ -24,6 +24,7 @@ pub mod common;
pub mod context;
pub mod dashboard;
pub mod database;
pub mod duckdb;
pub mod envelope;
pub mod error;
pub mod imap;