mail2couch/go
Ole-Morten Duesund 589ea338e6 test: verify Go and Rust implementations produce identical databases
- Both implementations create matching document structures and counts
- Attachment storage works identically in both (3 docs with 3 attachments each)
- Document schemas are identical with proper CouchDB native attachment support
- Rust implementation correctly handles folder filtering (includes Work/Projects)
- Both use same document ID format with proper URL encoding
- Database verification confirms feature parity achieved

Added no-filter test configs for fair comparison between implementations.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-03 14:11:48 +02:00
..
config feat: add bash completion generation for command line interface 2025-08-02 19:13:15 +02:00
couch refactor: remove webmail interface, focus on core mail storage functionality 2025-08-02 14:57:51 +02:00
mail refactor: remove webmail interface, focus on core mail storage functionality 2025-08-02 14:57:51 +02:00
config-test-go-no-filter.json test: verify Go and Rust implementations produce identical databases 2025-08-03 14:11:48 +02:00
config-test-go.json feat: add comprehensive Rust implementation with feature parity 2025-08-02 20:27:14 +02:00
go.mod feat: implement GNU-style command line options with pflag 2025-08-02 15:17:04 +02:00
go.sum feat: implement GNU-style command line options with pflag 2025-08-02 15:17:04 +02:00
mail2couch feat: fix attachment stub issues in Rust implementation 2025-08-03 13:52:55 +02:00
main.go refactor: remove webmail interface, focus on core mail storage functionality 2025-08-02 14:57:51 +02:00