Bichon
Self-hosted email archiving server with full-text search
Alternative to: mimecast, proofpoint archive
About
Versions (40)
0.3.1
2026-01-14Release Notes
✨ New Features
- Outlook PST import support — Import emails from Outlook PST files. (#105)
- IPv6 & dual-stack support — Support binding to IPv6 addresses and
::for IPv4 + IPv6. (#110) - Sorting & presets — Updated presets and added a “sort by” feature. (#103)
🐛 Bug Fixes
- Fixed large empty space at the bottom of the UI. (#98)
- Fixed inline attachments not being counted or found in attachment search.
- Fixed missing
user:managepermission. (#102) - Skip invalid MBOX files during import instead of failing.
🧹 Improvements & Chores
- Added attachment file-type icons in the UI.
- Removed max limit on
sync_interval_min. (#107) - Adjusted dark mode brightness & light mode saturation. (#109)
- Minimum username length set to 3. (#106)
What’s Changed
- Updated presets and added a ‘sort by’ feature. by @ktdd in https://github.com/rustmailer/bichon/pull/103
- Remove the maximum from the sync_interval_min. by @metlos in https://github.com/rustmailer/bichon/pull/107
- Support listening on IPv6 addresses by @op3 in https://github.com/rustmailer/bichon/pull/110
New Contributors
- @ktdd made their first contribution in https://github.com/rustmailer/bichon/pull/103
- @op3 made their first contribution in https://github.com/rustmailer/bichon/pull/110
Full Changelog: https://github.com/rustmailer/bichon/compare/0.3.0…0.3.1