gws-gmail-reply-all
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesegmail +reply-all
gmail +reply-all
PREREQUISITE: Readfor auth, global flags, and security rules. If missing, run../gws-shared/SKILL.mdto create it.gws generate-skills
Reply-all to a message (handles threading automatically)
前置要求: 阅读了解认证、全局标志和安全规则。如果该文件缺失,请运行../gws-shared/SKILL.md生成。gws generate-skills
一键回复邮件的所有收件人(自动处理邮件线程)
Usage
使用方法
bash
gws gmail +reply-all --message-id <ID> --body <TEXT>bash
gws gmail +reply-all --message-id <ID> --body <TEXT>Flags
标志参数
| Flag | Required | Default | Description |
|---|---|---|---|
| ✓ | — | Gmail message ID to reply to |
| ✓ | — | Reply body (plain text) |
| — | — | Sender address (for send-as/alias; omit to use account default) |
| — | — | Additional CC recipients (comma-separated) |
| — | — | Exclude recipients from the outgoing reply (comma-separated emails) |
| — | — | Show the request that would be sent without executing it |
| 标志 | 必填 | 默认值 | 说明 |
|---|---|---|---|
| ✓ | — | 要回复的Gmail邮件ID |
| ✓ | — | 回复内容(纯文本) |
| — | — | 发件人地址(用于代发/别名;留空则使用账户默认地址) |
| — | — | 额外的抄送收件人(逗号分隔) |
| — | — | 从回复中排除的收件人(逗号分隔的邮箱地址) |
| — | — | 显示即将发送的请求但不实际执行 |
Examples
示例
bash
gws gmail +reply-all --message-id 18f1a2b3c4d --body 'Sounds good to me!'
gws gmail +reply-all --message-id 18f1a2b3c4d --body 'Updated' --remove bob@example.com
gws gmail +reply-all --message-id 18f1a2b3c4d --body 'Adding Eve' --cc eve@example.combash
gws gmail +reply-all --message-id 18f1a2b3c4d --body 'Sounds good to me!'
gws gmail +reply-all --message-id 18f1a2b3c4d --body 'Updated' --remove bob@example.com
gws gmail +reply-all --message-id 18f1a2b3c4d --body 'Adding Eve' --cc eve@example.comTips
提示
- Replies to the sender and all original To/CC recipients.
- Use --remove to exclude recipients from the outgoing reply, including the sender or Reply-To target.
- The command fails if exclusions leave no reply target.
- Use --cc to add new recipients.
- 回复将发送给发件人和所有原始收件人/抄送收件人。
- 使用--remove可以排除回复对象,包括发件人或回复目标。
- 如果排除后没有剩余回复目标,命令将执行失败。
- 使用--cc添加新的收件人。
See Also
另请参阅
- gws-shared — Global flags and auth
- gws-gmail — All send, read, and manage email commands
- gws-shared — 全局标志和认证
- gws-gmail — 所有发送、读取和管理邮件的命令