Avocet by Circuit Forge LLC — email classifier training tool: multi-account IMAP fetch, card-stack labeling UI, benchmark harness
Find a file
pyr0ball 260c7c0f96 feat: add Settings tab with IMAP account GUI + connection test
- ⚙️ Settings tab: add/edit/remove accounts without touching YAML
- Per-account: name, host, port, SSL, username, password (masked), folder, days back
- Test connection button: connect → login → select folder → report message count
- Save writes config/label_tool.yaml; Reload discards unsaved changes
- _sync_settings_to_state() prevents index-key drift on add/remove
- _test_imap_connection() helper shared with fetch tab indirectly
- CLAUDE.md: document new tab, Settings UI design notes
2026-02-27 14:18:51 -08:00
app feat: add Settings tab with IMAP account GUI + connection test 2026-02-27 14:18:51 -08:00
config feat: initial avocet repo — email classifier training tool 2026-02-27 14:07:38 -08:00
data feat: initial avocet repo — email classifier training tool 2026-02-27 14:07:38 -08:00
scripts feat: initial avocet repo — email classifier training tool 2026-02-27 14:07:38 -08:00
tests feat: initial avocet repo — email classifier training tool 2026-02-27 14:07:38 -08:00
.gitignore feat: initial avocet repo — email classifier training tool 2026-02-27 14:07:38 -08:00
environment.yml feat: initial avocet repo — email classifier training tool 2026-02-27 14:07:38 -08:00
manage.sh feat: add manage.sh with port collision detection 2026-02-27 14:10:24 -08:00
pytest.ini feat: initial avocet repo — email classifier training tool 2026-02-27 14:07:38 -08:00