A modular email processing system that routes incoming emails to specialized handlers based on recipient address. Supports job analysis, gym bookings, autonomous AI agent operations, and spam filtering.
john.js@critchley.biz → newparser_jobserve (job analysis)
john.dl@critchley.biz → MyDavidLloydSchedule (gym bookings)
envoy@critchley.biz → mailspool/WebDAV (AI agent)
See linked documentation for details.
• Architecture — System design
• Mail Filters — Filter logic
• Email Routing — Dispatcher
• Envoy Agent — AI agent operations
• msauth — OAuth2 WSGI script: acquires Outlook POP refresh token via browser auth flow
• msauth-proxy — WSGI shim that loads and auto-reloads the msauth script