What problem does it solve? When an owner asks in chat "did you see my email?" or "what did Mark send?", the assistant needs a live, on-demand way to read its own public mailbox without storing anything locally or running a background poller. ## Core Features & Use Cases - On-demand inbox reading: Runs a Python script that queries the Plow API for email threads within a configurable lookback window (default 7 days). - Automatic mailbox resolution: Fetches the single email line matching the assistant's persona via GET /v1/lines, refusing to guess if more than one appears. - Untrusted content fencing: Wraps every message, including headers, in <<<UNTRUSTED_EMAIL>>> markers with marker-stripping so sender-written text can never be mistaken for instructions. - Use Case: The owner texts "anything in your inbox?" and the assistant runs the script, then answers "Yes — Mark wrote at 4:12pm asking about the lease renewal" without pasting the raw thread. ## Quick Start Ask the assistant to check its inbox for recent mail, for example by saying "did you see my email from this week?"