gws-gmail-reply

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

gmail +reply

gmail +reply

PREREQUISITE: Read
../gws-shared/SKILL.md
for auth, global flags, and security rules. If missing, run
gws generate-skills
to create it.
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

标志参数

FlagRequiredDefaultDescription
--message-id
Gmail message ID to reply to
--body
Reply body (plain text)
--from
Sender address (for send-as/alias; omit to use account default)
--cc
Additional CC recipients (comma-separated)
--dry-run
Show the request that would be sent without executing it
标志是否必填默认值描述
--message-id
要回复的Gmail消息ID
--body
回复内容(纯文本)
--from
发件人地址(用于代发/别名;留空则使用账户默认地址)
--cc
额外抄送收件人(逗号分隔)
--dry-run
显示将要发送的请求但不实际执行

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.com
bash
gws gmail +reply --message-id 18f1a2b3c4d --body 'Thanks, got it!'
gws gmail +reply --message-id 18f1a2b3c4d --body 'Looping in Carol' --cc carol@example.com

Tips

提示

  • 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 — 所有发送、读取和管理邮件的命令