Added recipients receive the automatically quoted original message, risking conversation disclosure
Source references: 3The command permits extra recipients through `--to`, `--cc`, or `--bcc`, while stating that it quotes the original message in the reply body. An added address may therefore receive prior content that was not intended for it; a BCC address is also hidden from other recipients.
If the original email contains customer data, internal discussions, contract details, or personal information, a mistaken or unauthorized added address can receive it.
The skill permits adding To, CC, and BCC recipients and explicitly says it quotes the original message in the reply body. Consequently, an added recipient could receive prior conversation content; a BCC recipient may also be hidden from others. This is normal reply functionality, but it creates a real accidental-disclosure risk. The user can require a preview of final recipients and quoted content, or restrict the action to saving a draft.
| `--from` | — | — | Sender address (for send-as/alias; omit to use account default) || `--to` | — | — | Additional To email address(es), comma-separated || `--attach` | — | — | Attach a file (can be specified multiple times) || `--cc` | — | — | CC email address(es), comma-separated || `--bcc` | — | — | BCC email address(es), comma-separated || `--html` | — | — | Treat --body as HTML content (default is plain text) |Show 2 other places
- Automatically sets In-Reply-To, References, and threadId headers.- Quotes the original message in the reply body.- --to adds extra recipients to the To field.- Use -a/--attach to add file attachments. Can be specified multiple times.- Automatically sets In-Reply-To, References, and threadId headers.- Quotes the original message in the reply body.- --to adds extra recipients to the To field.- Use -a/--attach to add file attachments. Can be specified multiple times.