maton google-mail message reply

maton google-mail message reply <message-id> [flags]

Reply to an existing Gmail message. Threading headers (In-Reply-To, References) and the original quoted body are added automatically.

Options

-a, --attach <stringArray>
Attach a file (repeatable)
--bcc <string>
BCC email address(es), comma-separated
-b, --body <string>
Reply body (required)
--cc <string>
CC email address(es), comma-separated
--connection <string>
Connection ID to route through (Maton-Connection header)
--draft
Save as a draft instead of sending
--dry-run
Print the request that would be sent without executing it
--format <string>
Output format: 'json' (default) or 'text' on supported commands
--from <string>
Sender address (for send-as alias; omit to use account default)
--html
Treat --body as HTML (default plain text)
-q, --jq <expression>
Filter JSON output using a jq expression
--paginate
Follow next_cursor and concatenate all pages (list commands only)
--template <string>
Format JSON output using a Go template; see "maton help formatting"
--to <string>
Additional To email address(es), comma-separated

Options inherited from parent commands

-p, --profile <string>
Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)

Examples

$ maton google-mail message reply 18f1a2b3 --body 'Thanks!'
$ maton google-mail message reply 18f1a2b3 --body 'Looping in Carol' --cc carol@example.com

See also