| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Modular pipeline architecture using imapflow + SQLite cache, replacing Perl's monolithic single-file design. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13-task plan covering project scaffold, types, error classes, logger, SQLite cache, config, ImapClient, folder/message ops, flags/labels, OAuth2, sync orchestrator, CLI, and integration tests. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
TDD approach: tests written first (verified fail), then implementation. - Error classes: ImapConnectionError, ImapAuthError, MessageCopyError, FolderError, CacheError - classifyError() function mapping errors to ErrorType - Logger with info/warn/error/progress/summary methods - Formatters for timestamp, progress, and summary output - 4 passing unit tests for logger Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- listFolderMessages: skip FETCH 1:* when mailbox.exists === 0 (empty mailbox has no sequence numbers, Dovecot rejects it) - CLI: add --no-ssl1/--no-ssl2 negation flags for connecting to non-TLS servers (e.g. local Dovecot for testing) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
I don't understand anything of this... |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Test plan
🤖 Generated with Claude Code