reply_email
Reply to an existing email using its IMAP message ID. Provide the plain-text body and optional CC/BCC addresses.
Instructions
Reply to an existing email by its IMAP message ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | Numeric IMAP message ID of the email to reply to. | |
| body | Yes | Plain-text reply body. | |
| folder | No | IMAP folder containing the original email (default "INBOX"). | INBOX |
| cc | No | CC address(es), comma-separated (optional). | |
| bcc | No | BCC address(es), comma-separated (hidden from all recipients, optional). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |