mail2couch/go
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
..
config docs: add keyword filtering feature request and implementation notes 2025-07-29 17:19:19 +02:00
couch feat: implement per-account databases and native CouchDB attachments 2025-08-01 16:12:17 +02:00
mail feat: implement per-account databases and native CouchDB attachments 2025-08-01 16:12:17 +02:00
go.mod feat: implement Go-based mail2couch with working IMAP and CouchDB integration 2025-07-29 17:18:20 +02:00
go.sum feat: implement Go-based mail2couch with working IMAP and CouchDB integration 2025-07-29 17:18:20 +02:00
mail2couch feat: implement Go-based mail2couch with working IMAP and CouchDB integration 2025-07-29 17:18:20 +02:00
main.go feat: implement per-account databases and native CouchDB attachments 2025-08-01 16:12:17 +02:00