gws-gmail-reply-all

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

gmail +reply-all

gmail +reply-all

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

标志参数

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)
--remove
Exclude recipients from the outgoing reply (comma-separated emails)
--dry-run
Show the request that would be sent without executing it
标志必填默认值说明
--message-id
要回复的Gmail邮件ID
--body
回复内容(纯文本)
--from
发件人地址(用于代发/别名;留空则使用账户默认地址)
--cc
额外的抄送收件人(逗号分隔)
--remove
从回复中排除的收件人(逗号分隔的邮箱地址)
--dry-run
显示即将发送的请求但不实际执行

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.com
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.com

Tips

提示

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