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%
Find a file
Ole-Morten Duesund 79f19a8877 feat: implement per-account databases and native CouchDB attachments
- 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>
2025-08-01 16:12:17 +02:00
go feat: implement per-account databases and native CouchDB attachments 2025-08-01 16:12:17 +02:00
.gitignore Initial commit 2025-07-29 13:13:50 +02:00
CLAUDE.md docs: add comprehensive keyword filtering specification 2025-07-29 17:19:55 +02:00
config.json feat: implement Go-based mail2couch with working IMAP and CouchDB integration 2025-07-29 17:18:20 +02:00
LICENSE Initial commit 2025-07-29 13:13:50 +02:00
README.md doc: rust and go 2025-07-29 13:27:21 +02:00
TODO.md docs: add comprehensive keyword filtering specification 2025-07-29 17:19:55 +02:00

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.