getEmailsById
Retrieve specific inbox emails by their message IDs. Fetch full email details for selected IDs, returning a list of email objects for reading or processing.
Instructions
Returms a list of emails currenly in the inbox based on ID. Result is a list of dict objects representing the selected emails.
Args: ids: A list of integer based message IDs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes |