.ie \n(.g .ds Aq \(aq .el .ds Aq ' .TH message 1 "message " .SH NAME message \- Manage messages using the shared API .SH SYNOPSIS \fBmessage\fR [\fB\-h\fR|\fB\-\-help\fR] <\fIsubcommands\fR> .SH DESCRIPTION Manage messages using the shared API. .PP A message is composed of headers (key\-value properties) and a body (suite of MIME parts). The built\-in `compose` / `reply` / `forward` / `read` subcommands cover simple cases via CLI flags. Richer composition is delegated to standalone tools (e.g. [`mml`](https://github.com/pimalaya/mml)) wired up through shell pipelines into `messages send` / `messages add`. .SH OPTIONS .TP \fB\-h\fR, \fB\-\-help\fR Print help (see a summary with \*(Aq\-h\*(Aq) .SH SUBCOMMANDS .TP message\-add(1) Add a raw RFC 5322 message to a mailbox .TP message\-compose(1) Compose a new message from CLI arguments (built\-in flag composer) .TP message\-copy(1) Copy message(s) from one mailbox to another within the active account .TP message\-delete(1) Delete message(s) from the active account .TP message\-forward(1) Forward a message using the built\-in flag composer .TP message\-move(1) Move message(s) from one mailbox to another within the active account .TP message\-read(1) Read a message from the active account (built\-in flag reader) .TP message\-reply(1) Reply to a message using the built\-in flag composer .TP message\-send(1) Send a message via the active account .TP message\-help(1) Print this message or the help of the given subcommand(s)