chorus/bot
pyr0ball f1bf86a5c9 fix(bot): preserve HTML body content and isolate mailbox poll failures
_extract_body previously discarded real HTML content, replacing it with
a placeholder whenever a multipart email had no text/plain part. Now
falls back to the raw text/html payload before giving up, only using
the placeholder when a message has no text-bearing part at all.

poll_mailboxes also had no error isolation: an unhandled IMAP exception
from any one mailbox would stop the discord.ext.tasks.Loop permanently,
silently killing ingestion for all three mailboxes. Each mailbox's poll
is now wrapped in try/except so one failure doesn't block the others.
2026-07-13 14:12:46 -07:00
..
chorus_bot fix(bot): preserve HTML body content and isolate mailbox poll failures 2026-07-13 14:12:46 -07:00
tests fix(bot): fix raw_content round-trip and parsing consistency 2026-07-13 13:56:53 -07:00
requirements.txt feat(bot): add modality map, config loader, and backend client 2026-07-13 13:48:39 -07:00