Bichon
Self-hosted email archiving server with full-text search
Alternative to: mimecast, proofpoint archive
About
Versions (40)
0.3.2
2026-01-19Release Notes
✨ New Features
- Search table view — Replaced the email list with a table layout. (#112)
- Improved search experience — Enhanced search behavior and result handling. (#113)
- Separated Docker config and email data storage locations — Docker configuration files and email data are now stored independently. (#81)
🐛 Bug Fixes
- Fixed “unknown” sender when importing PST files. (#117)
What’s Changed
- Add
bichon_index_dirandbichon_data_dirconfiguration options and environment variables to allow separating email index and raw data storage locations.
example:
environment:
- BICHON_INDEX_DIR=/data/index
- BICHON_DATA_DIR=/data/mail
What’s Changed
- Replaced email listing with a table with adjustable columns + other changes by @ktdd in https://github.com/rustmailer/bichon/pull/112
- Search improvements by @ktdd in https://github.com/rustmailer/bichon/pull/113
Full Changelog: https://github.com/rustmailer/bichon/compare/0.3.1…0.3.2