Reply
replyReply to email messages with correct threading and Reply-To handling. Save as a draft or send after explicit confirmation, with support for quoting and attachments.
Instructions
Reply to one message with correct threading. Replies to the Reply-To address when there is one, so alias mail stays masked. Pass draft=true to save it for review, or confirmed=true to send.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | ||
| body | Yes | Your reply text. The original is quoted beneath unless quote=false. | |
| draft | No | Save to Drafts instead of sending. Needs no confirmation because nothing goes out. | |
| quote | No | Quote the original beneath your reply. Default true. | |
| attach | No | Files to attach, by path. Only from the allowed source directories. | |
| folder | No | Folder holding the message. Default INBOX. | |
| dry_run | No | Preview exactly what would happen and change nothing. Needs no confirmation. | |
| subject | No | Override the auto 'Re: ...' subject. | |
| confirmed | No | Required to actually send. Not needed when draft=true. | |
| uidvalidity | No | UIDVALIDITY for that folder; refuses on mismatch. | |
| from_address | No | Must be on the sender allowlist. Left unset, alias mail automatically uses the alias-owner address. |