pollEmails
Retrieve a list of all emails currently in the inbox, returning only key metadata like subject and addresses without message bodies.
Instructions
Returms a list of all emails currenly in the inbox. Result is a list of dict objects representing the email in the current inbox, returning only a subset of the email data (e.g. subject, to address, from adresses) and without returning the message body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||