mail2couch/go
Ole-Morten Duesund 6c387abfbb feat: complete code formatting and linting compliance
- Fix all Rust clippy warnings with targeted #[allow] attributes for justified cases
- Implement server-side IMAP SEARCH keyword filtering in Go implementation
- Add graceful fallback from server-side to client-side filtering when IMAP server lacks SEARCH support
- Ensure both implementations use identical filtering logic for consistent results
- Complete comprehensive testing of filtering and attachment handling functionality
- Verify production readiness with proper linting standards for both Go and Rust

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-05 19:20:22 +02:00
..
config feat: complete code formatting and linting compliance 2025-08-05 19:20:22 +02:00
couch fix: correct duplicate message reporting in Go implementation 2025-08-04 00:36:01 +02:00
mail feat: complete code formatting and linting compliance 2025-08-05 19:20:22 +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-go fix: correct duplicate message reporting in Go implementation 2025-08-04 00:36:01 +02:00
main.go feat: complete code formatting and linting compliance 2025-08-05 19:20:22 +02:00