| message(1) | General Commands Manual | message(1) |
NAME
message - Manage messages using the shared API
SYNOPSIS
message [-h|--help] <subcommands>
DESCRIPTION
Manage messages using the shared API.
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`.
OPTIONS
- -h, --help
- Print help (see a summary with '-h')
SUBCOMMANDS
- message-add(1)
- Add a raw RFC 5322 message to a mailbox
- message-compose(1)
- Compose a new message from CLI arguments (built-in flag composer)
- message-copy(1)
- Copy message(s) from one mailbox to another within the active account
- message-delete(1)
- Delete message(s) from the active account
- message-forward(1)
- Forward a message using the built-in flag composer
- message-move(1)
- Move message(s) from one mailbox to another within the active account
- message-read(1)
- Read a message from the active account (built-in flag reader)
- message-reply(1)
- Reply to a message using the built-in flag composer
- message-send(1)
- Send a message via the active account
- message-help(1)
- Print this message or the help of the given subcommand(s)
| message |