poll_email_test
Process the latest message in an email test session. Parses and returns authentication and content analysis, or reports pending if no message arrived yet.
Instructions
Process the latest received message in an email-test session. Idempotent POST: if no message has arrived yet, returns 'pending'; if a message arrived since the last call, parses it and returns full authentication + content analysis. Requires testId from create_email_test. Use to actively trigger parsing after the user reports sending the test mail; use get_email_test for passive status polling without processing. No auth, no destructive side effects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| testId | Yes | Email test ID returned by create_email_test |