The dispatcher routes incoming emails to handlers based on recipient address.
john.js@critchley.biz — newparser_jobserve (job listing analysis)
john.dl@critchley.biz — MyDavidLloydSchedule (gym bookings)
envoy@critchley.biz — mailspool / WebDAV (AI agent task queue)
Emails fetched via POP3 (Outlook OAuth2 via msauth). Dispatcher reads the To: header and calls the matching handler. Unmatched addresses are logged and discarded.
popit3 — parent. popit3/mail-filters — filter logic applied before routing.