A utility to back up mail from various sources to couchdb
- Rust 54.3%
- Go 24%
- Shell 11.8%
- Python 6.1%
- Just 3.8%
- Create separate CouchDB database for each mail source (account) - Store email attachments as native CouchDB attachments - Add GenerateAccountDBName() for CouchDB-compatible database naming - Update MailDocument structure to support _attachments field - Implement StoreAttachment() for CouchDB attachment API - Add placeholder attachment testing for every 3rd message 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| go | ||
| .gitignore | ||
| CLAUDE.md | ||
| config.json | ||
| LICENSE | ||
| README.md | ||
| TODO.md | ||
mail2couch
A utility to back up mail from various sources to couchdb
At least two implementations will be available, on in Rust and one in Go.