Bichon logo

Bichon

Self-hosted email archiving server with full-text search

Alternative to: mimecast, proofpoint archive


About Versions (40)

0.3.2

2026-01-19

Release 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_dir and bichon_data_dir configuration 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

Full Changelog: https://github.com/rustmailer/bichon/compare/0.3.1…0.3.2