jetemail inbound covers everything under /inbound/…. Authentication uses your api_… key.
inbound domains
create flags
| Flag | Description |
|---|---|
--domain <name> | Domain to add (e.g. inbox.example.com). |
--delivery-type <type> | smtp, webhook, or forward. |
--smtp-server <host:port> | Destination server. Repeatable. (smtp only) |
--webhook-url <url> | Endpoint to deliver to. |
--webhook-method <verb> | POST (default), PUT, etc. |
--webhook-header 'Name: Value' | Custom request header. Repeatable. |
--webhook-timeout <secs> | Per-request timeout. |
--webhook-retry-count <n> | Retry attempts. |
--webhook-auth-header <h> | Authorization header value. |
--body-json <src> / --field k=v | Raw body access. See Body escape hatches. |
inbound domains forward-rules
Per-domain forwarding rules.
inbound account (account-level rules and logs)
Account-scoped allowlist and blocklist rules apply across every inbound domain you own.
Rule body flags
These apply to bothcreate and update:
| Flag | Description |
|---|---|
--name <str> | Human-readable rule name. Required for create. |
--description <str> | Optional notes. |
--enabled <bool> | Toggle the rule (update only). |
--sender <pattern> | Repeatable. |
--recipient <pattern> | Repeatable. |
--subject <pattern> | Repeatable. |
--body <pattern> | Repeatable. |
--header <pattern> | Repeatable. Free-form. |
--ip <pattern> | Repeatable. |
--attachment <pattern> | Repeatable. |
--body-json / --field k=v | See Body escape hatches. |
Account logs
--logtype, --from, --to, --subject, --ip, --date-from, --date-to, --spamscore-min, --spamscore-max, --host, --port, --mode, plus --limit/--offset/--page/--sort-by/--sort-order).
--tail opens the live TUI. See Live log tail.
inbound filters (per-domain allow/blocklist)
Domain-scoped equivalents of the account rules. The shape is identical, plus the list and create actions take --domain, --subdomain-id, or --subdomain-uuid to scope to a domain.
inbound destinations
Forwarding destinations (the addresses you forward verified mail to).
inbound logs
--uuid, --subdomain-id, --uid, --logtype, --subject, --from, --to, --spamscore-min, --spamscore-max, --host, --ip, --date-from, --date-to, plus pagination (--limit, --offset, --page, --sort-by, --sort-order).
--tail flags: --poll-secs N (default 5), --buffer N (default 500).
inbound quarantine release
Release a quarantined message by UID.
inbound settings
Per-domain inbound settings.
update flags
| Flag | Description |
|---|---|
--status <state> | active or disabled. |
--delivery-type <type> | smtp, webhook, or forward. |
--smtp-server <host:port> | Repeatable (smtp). |
--webhook-url <url> | Endpoint to deliver to (webhook). |
--webhook-method <verb> | HTTP method. |
--webhook-header 'Name: Value' | Repeatable. |
--webhook-timeout <secs> | Per-request timeout. |
--webhook-retry-count <n> | Retry attempts. |
--webhook-auth-header <h> | Auth header value. |
--body-json / --field k=v | See Body escape hatches. |