可将邮件内容或本地附件发送给新增的 To/CC/BCC 收件人
原文依据:3 处该命令能自动包含原始会话参与者,同时允许增加任意 To、CC 或不可见的 BCC 收件人并附加本地文件。它还允许移除原发件人或 Reply-To 目标。被误导或受污染的代理因此可改变受众,把回复内容或文件发送给原会话之外的人。
邮件正文、历史会话内容和所选本地文件可能泄露;BCC 收件人不会向其他收件人显示,而移除原目标会使偏离预期的发送更难被会话参与者察觉。
该 Skill 的预期功能本来就是代表用户回复邮件,但文档同时允许把会话外地址加入 To、CC 或 BCC,并附加本地文件。执行时若收件人或附件未经用户核对,正文、原邮件上下文或文件可能被发送给非预期对象;BCC 还不会向其他收件人显示。用户可限制为仅使用原始收件人,并要求发送前展示完整收件人和附件清单。
| `--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) || `--dry-run` | — | — | Show the request that would be sent without executing it || `--draft` | — | — | Save as draft instead of sending || `--remove` | — | — | Exclude recipients from the outgoing reply (comma-separated emails) |查看另外 2 个位置
- Replies to the sender and all original To/CC recipients.- Use --to to add extra recipients to the To field.- Use --cc to add new CC recipients.- Use --bcc for recipients who should not be visible to others.- Use --remove to exclude recipients from the outgoing reply, including the sender or Reply-To target.- The command fails if no To recipient remains after exclusions and --to additions.- Use -a/--attach to add file attachments. Can be specified multiple times.- With --html, the quoted block uses Gmail's gmail_quote CSS classes and preserves HTML formatting. Use fragment tags (<p>, <b>, <a>, etc.) — no <html>/<body> wrapper needed.- The command fails if no To recipient remains after exclusions and --to additions.- Use -a/--attach to add file attachments. Can be specified multiple times.- With --html, the quoted block uses Gmail's gmail_quote CSS classes and preserves HTML formatting. Use fragment tags (<p>, <b>, <a>, etc.) — no <html>/<body> wrapper needed.