Read a message
read_messageRetrieve the complete headers and body text of an email by UID, specifying folder and UIDVALIDITY to ensure the correct message.
Instructions
Read the full headers and body text of one message by uid within a folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | ||
| folder | No | Default INBOX. | |
| uidvalidity | No | UIDVALIDITY reported alongside the uid. Pass it back so a mailbox resync cannot make this act on the wrong message. |