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 2ed5ce7ad2 docs: add keyword filtering feature request and implementation notes
- Add TODO comments in config structure for future keyword filtering
- Document planned subjectKeywords, senderKeywords, and recipientKeywords support
- Create TODO.md with detailed feature specification and use cases
- Update CLAUDE.md with keyword filtering in next steps

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-29 17:19:19 +02:00
go docs: add keyword filtering feature request and implementation notes 2025-07-29 17:19:19 +02:00
.gitignore Initial commit 2025-07-29 13:13:50 +02:00
CLAUDE.md feat: implement Go-based mail2couch with working IMAP and CouchDB integration 2025-07-29 17:18:20 +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

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.