Files
simbarag/.planning
Ryan Chen 6e4ee6c75e feat(01-02): implement IMAP connection service with authentication and folder listing
- Created IMAPService class with async connect/list_folders/close methods
- Uses aioimaplib for async IMAP4_SSL operations
- Implements proper connection cleanup with logout() not close()
- Added aioimaplib and html2text dependencies to pyproject.toml
- Follows async patterns from existing service classes (ynab_service.py, mealie_service.py)
- Includes comprehensive logging with [IMAP] and [IMAP ERROR] prefixes
2026-02-08 09:33:59 -05:00
..
2026-02-04 16:53:27 -05:00
2026-02-04 18:25:01 -05:00
2026-02-04 18:02:40 -05:00
2026-02-07 13:35:48 -05:00