From ddd93ff4ab4ae1c2cd9cc5a13652dce80e613176 Mon Sep 17 00:00:00 2001 From: rustmailer Date: Thu, 22 Jan 2026 16:49:28 +0800 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7036ef..81b712c 100644 --- a/README.md +++ b/README.md @@ -376,7 +376,6 @@ This data is provided solely as a **reference** for real-world usage. We encoura * [x] `bichonctl` command-line tool * [x] Import emails from `eml`, `mbox`, `pst` (Single file) - * [ ] Import emails from `msg` * [ ] Manual sync controls @@ -399,7 +398,18 @@ This data is provided solely as a **reference** for real-world usage. We encoura * Sync emails to a specified target account * Support mailbox migration ---- +* [ ] SMTP server / gateway support + + * Provide a lightweight SMTP receiving service + * Allow direct forwarding of incoming mail to Bichon at the gateway level + * Achieve more reliable, real-time, complete email archiving & backup + * Optional: support alias / catch-all / domain-level routing + +* [ ] MCP Server + + * Provide an LLM interface for advanced email search and intelligent processing + * Enable natural language queries to search and understand email content + * Make Bichon capable of smarter email interaction and analysis ## 🛠️ Tech Stack