Mail Processor Reads macOS Mail.app, identifies actionable emails, and creates reminders in Reminders.app "Inbox" list. Usage - — process past 24 hours (default) - — process past 7 days - — process past 14 days Workflow Batch A: Fetch Everything (PARALLEL) Issue ALL of these tool calls in a single parallel message: 1. Bash — Activate apps + fetch emails (combined to avoid extra round-trip): - Default is 1. If user provides args like "7 days", "48h", or "14 days", extract the number. - Returns JSON array. Each email object has: , , , , , , . 2. Read — Load dedup database from : - If the file d…