Multi-channel communications hub for Books in Hand — aggregates BH/personal text, email, voice, Messenger, and more into one triage interface.
_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. |
||
|---|---|---|
| backend | ||
| bot | ||
| .gitignore | ||
| README.md | ||
Chorus
Multi-channel communications hub for Books in Hand.
Aggregates BH text, personal text, BH email, personal email, voice, Facebook Messenger, and ND messenger into a single triage interface, so Donna can coordinate with volunteers and donors without switching between apps.
Standalone client project for Books in Hand. Not part of the CircuitForge product line — no BSL tiering, no CircuitForge license server integration.
Design spec and implementation plan live in a separate private planning
repo (circuitforge-plans/books-in-hand/superpowers/) and won't always be
available to whoever is working in this repo.
Status
Design in progress.