list_drafts
List EPST draft summaries, or filter by draftId to read one draft. These are not IMAP Drafts-folder messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum summaries returned per page. | |
| cursor | No | Opaque nextCursor from the previous page with the same filters. | |
| draftId | No | EPST draft UUID, not an email address or RFC Message-ID. | |
| mailboxId | Yes | EPST mailbox UUID, not an email address or RFC Message-ID. | |
| bodyCursor | No | Continuation cursor for this exact message body and format. | |
| bodyFormat | No | Body representation to read. | text |
| includeBody | No | Read one exact draft's composition; requires draftId. | |
| bodyMaxChars | No | Maximum Unicode code points per body page. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||