mail-agent/src
James d62b62bb89 fix: handle imapclient named tuple format for ENVELOPE and Address
- parse_envelope now handles Envelope named tuple (imapclient format)
- parse_address now handles Address named tuple
- date field preserved as datetime object, not stringified
- Add .venv and __pycache__ to .gitignore
2026-01-31 09:00:36 +00:00
..
__pycache__ fix: handle imapclient named tuple format for ENVELOPE and Address 2026-01-31 09:00:36 +00:00
actions Initial mail-agent implementation 2026-01-31 01:09:00 +00:00
api fix: handle imapclient named tuple format for ENVELOPE and Address 2026-01-31 09:00:36 +00:00
imap fix: handle imapclient named tuple format for ENVELOPE and Address 2026-01-31 09:00:36 +00:00
triage fix: handle imapclient named tuple format for ENVELOPE and Address 2026-01-31 09:00:36 +00:00
__init__.py Initial mail-agent implementation 2026-01-31 01:09:00 +00:00
config.py Initial mail-agent implementation 2026-01-31 01:09:00 +00:00
main.py Initial mail-agent implementation 2026-01-31 01:09:00 +00:00
models.py Initial mail-agent implementation 2026-01-31 01:09:00 +00:00