Bichon
Self-hosted email archiving server with full-text search
Alternative to: mimecast, proofpoint archive
1.1.0
2026-05-18What’s New
Deduplication Added an async background task that automatically deduplicates the search index, keeping your mailbox clean without blocking other operations. (#236)
Bug Fixes
- Fixed an out-of-memory crash in
bichon-cliwhen importing large MBOX files (#233, #237)
What’s Changed
- feat: add async index deduplication task by @rustmailer in https://github.com/rustmailer/bichon/pull/236
- fix: bichon-cli OOMs on import #233 by @rustmailer in https://github.com/rustmailer/bichon/pull/237
New Contributors
- @rustmailer made their first contribution in https://github.com/rustmailer/bichon/pull/236
Full Changelog: https://github.com/rustmailer/bichon/compare/1.0.2…1.1.0