Reply to all
reply_allSend a reply to every recipient of an email, stripping your own addresses from Cc and eliminating duplicates. Includes draft, quote, attachment, and confirmation options for controlled sending.
Instructions
Reply to everyone on a message, with your own addresses removed from Cc and duplicates dropped. Same draft and confirmation rules as reply.
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. |