github rustmailer/bichon 0.3.2
Release 0.3.2

6 hours ago

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

  • Replaced email listing with a table with adjustable columns + other changes by @ktdd in #112
  • Search improvements by @ktdd in #113

Full Changelog: 0.3.1...0.3.2

Don't miss a new bichon release

NewReleases is sending notifications on new releases.