Bichon
Self-hosted email archiving server with full-text search
Alternative to: mimecast, proofpoint archive
About
Versions (40)
1.3.0
2026-05-24Release Notes
Features
- Cron scheduling for email downloads (#211)
Performance
- Reduced Tokio worker thread blocking for better responsiveness on low-core machines
- Switched memdb durability from
FulltoBatch(100)with a 10s flush worker - Offloaded BlobManager fjall writes to
spawn_blocking - Wrapped Tantivy commit operations in
block_in_place - Flush memdb WAL on graceful shutdown
- Switched memdb durability from
Full Changelog: https://github.com/rustmailer/bichon/compare/1.2.0…1.3.0