From d4232789f950aaf06ef881a2722ed02a24fd7470 Mon Sep 17 00:00:00 2001 From: rustmailer Date: Sat, 20 Dec 2025 18:59:52 +0800 Subject: [PATCH] Add roadmap section to README #76 Added a roadmap section outlining future features and enhancements. --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/README.md b/README.md index 3344cde..001c1b3 100644 --- a/README.md +++ b/README.md @@ -386,6 +386,41 @@ A special thank you to **[@rallisf1](https://github.com/rallisf1)** for sharing This data is provided solely as a **reference** for real-world usage. We encourage more users to share their Bichon usage screenshots and metrics (e.g., ingestion volume, compression ratio, search speed, etc.) to help the community conduct a more comprehensive assessment of Bichon's suitability and performance. +--- + +## Roadmap + +* [ ] Multi-user support with account/password login + + * System-level roles (admin / user) + * Per-mail-account permissions + +* [ ] `bichon-cli` command-line tool + + * Import emails from `eml`, `mbox`, `msg`, `pst` + +* [ ] Manual sync controls + + * Sync on demand + * Sync a single folder + * Verify completeness by comparing with the mail server + +* [ ] Post-sync server cleanup + + * Clean up server-side emails after successful sync + * Free up mailbox space (e.g. Gmail) + +* [ ] Email export + + * Export by folder + * Export by entire account + +* [ ] Account-to-account email sync + + * Sync emails to a specified target account + * Support mailbox migration + +--- ## 🛠️ Tech Stack