reply_email
Reply to an existing METU Webmail email, automatically adding Re: prefix, In-Reply-To/References headers, recipients, and quoted original text.
Instructions
Reply to an existing email message.
Automatically handles 'Re:' subject prefix, In-Reply-To and References headers, recipient selection, and quoting the previous message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | No | The folder where the original email is located (default: 'INBOX'). | INBOX |
| body_html | No | Optional HTML body for the reply. | |
| body_text | Yes | Your reply message text. | |
| reply_all | No | If True, replies to all original recipients and CCs (excluding yourself). Default is False. | |
| message_id | Yes | The ID of the email to reply to. | |
| attachments | No | Optional local file paths to attach. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Status description message | |
| success | Yes | Whether sending succeeded | |
| message_id | No | Generated Message-ID | |
| recipients | No | List of recipient addresses |