gws-gmail-reply
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesegmail +reply
gmail +reply
PREREQUISITE: Readfor auth, global flags, and security rules. If missing, run../gws-shared/SKILL.mdto create it.gws generate-skills
Reply to a message (handles threading automatically)
前提条件: 阅读了解认证、全局标志和安全规则。如果文件缺失,运行../gws-shared/SKILL.md来创建它。gws generate-skills
回复消息(自动处理线程对话)
Usage
使用方法
bash
gws gmail +reply --message-id <ID> --body <TEXT>bash
gws gmail +reply --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) |
| — | — | Show the request that would be sent without executing it |
| 标志 | 是否必填 | 默认值 | 描述 |
|---|---|---|---|
| ✓ | — | 要回复的Gmail消息ID |
| ✓ | — | 回复内容(纯文本) |
| — | — | 发件人地址(用于代发/别名;留空则使用账户默认地址) |
| — | — | 额外抄送收件人(逗号分隔) |
| — | — | 显示将要发送的请求但不实际执行 |
Examples
示例
bash
gws gmail +reply --message-id 18f1a2b3c4d --body 'Thanks, got it!'
gws gmail +reply --message-id 18f1a2b3c4d --body 'Looping in Carol' --cc carol@example.combash
gws gmail +reply --message-id 18f1a2b3c4d --body 'Thanks, got it!'
gws gmail +reply --message-id 18f1a2b3c4d --body 'Looping in Carol' --cc carol@example.comTips
提示
- Automatically sets In-Reply-To, References, and threadId headers.
- Quotes the original message in the reply body.
- For reply-all, use +reply-all instead.
- 自动设置In-Reply-To、References和threadId消息头。
- 在回复内容中引用原始消息。
- 如需回复全部,使用+reply-all命令。
See Also
另请参阅
- gws-shared — Global flags and auth
- gws-gmail — All send, read, and manage email commands
- gws-shared — 全局标志和认证
- gws-gmail — 所有发送、读取和管理邮件的命令