mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-30 01:44:23 +00:00
Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -224,10 +224,12 @@ You can change the password via the WebUI:
|
||||
## 🛠️ Tech Stack
|
||||
|
||||
- **Backend**: Rust + Poem
|
||||
- **Frontend**: React + TypeScript + Vite + ShadCN
|
||||
- **Storage**: Native_DB
|
||||
- **Search Engine**: Tantivy
|
||||
- **Email Protocols**: IMAP (Password & OAuth2)
|
||||
- **Frontend**: React + TypeScript + Vite + ShadCN UI
|
||||
- **Core Engine (Storage & Search)**: Tantivy
|
||||
- Acts as both the primary storage for email content and the full-text search index. This unified approach ensures high performance and eliminates data redundancy.
|
||||
- **Metadata Storage**: Native_DB
|
||||
- Used exclusively for lightweight configuration and account metadata.
|
||||
- **Email Protocols**: IMAP (Supports standard Password & OAuth2)
|
||||
|
||||
|
||||
## 🤝 Contributing
|
||||
|
||||
Reference in New Issue
Block a user