# thread ## get ``` fastmail thread get [options] ``` | Option | Description | |--------|-------------| | `--body-type ` | Body format: `text`, `html`, or `none` (default: `none`) | ## modify ``` fastmail thread modify [options] ``` Modifies labels/keywords on all emails in a thread. | Option | Description | |--------|-------------| | `--add-mailbox ` | Add to mailbox | | `--remove-mailbox ` | Remove from mailbox | | `--add-keyword ` | Add keyword (e.g., `$flagged`, `$seen`) | | `--remove-keyword ` | Remove keyword | ```sh fastmail thread modify THREAD_ID --add-keyword '$flagged' fastmail thread modify THREAD_ID --add-mailbox Archive --remove-mailbox Inbox ``` ## attachments ``` fastmail thread attachments ``` Lists all attachments across all emails in a thread.