get_email
Retrieve the full content of an email by providing its file path, returning raw text including headers and body.
Instructions
Get the full content of an email by its file path.
The path is obtained from the path field of search_emails results.
Returns the raw email text including headers and body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |