> ## Documentation Index
> Fetch the complete documentation index at: https://ekso.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# ekso mail-mailbox

> Mailbox (IMAP/SMTP) configuration.

## Overview

Mailbox (IMAP/SMTP) configuration.

## Verbs

| Verb     | Description                                             |
| -------- | ------------------------------------------------------- |
| `list`   | List all mailboxes.                                     |
| `get`    | Fetch a single mailbox by id.                           |
| `test`   | Run a live connection / auth check against the mailbox. |
| `create` | Create a mailbox (body via --data).                     |
| `update` | Update a mailbox (id positional, body via --data).      |

## Detailed help

Run `ekso` directly to see flags and arguments — `--help` reflects the binary you have installed.

```bash theme={null}
ekso mail-mailbox --help
ekso mail-mailbox list --help
```

## See also

* [CLI overview](/cli/overview)
* [Authentication](/cli/authentication)
* [Configuration](/cli/configuration)
* [API Reference](/api-reference/introduction) — the underlying HTTP routes.
