docs(mail): correct module docstring re: maddy creds password subcmd
Some checks failed
Deploy / notebooks (push) Has been skipped
Deploy / zotero (push) Has been skipped
Deploy / api (push) Has been skipped
Deploy / mc (push) Has been skipped
Infra CI / notebooks (push) Failing after 16s
Infra CI / zotero (push) Successful in 14s
Infra CI / docs (push) Successful in 15s
CI / lint (push) Successful in 28s
Deploy / docs (push) Has been skipped
Infra CI / api (push) Successful in 32s
Infra CI / mc (push) Successful in 12s
Deploy / report (push) Successful in 12s
CI / test (push) Successful in 14m48s
Renovate / renovate (push) Successful in 15s
Harden / build-scan-report (push) Failing after 44s
Package Supply Chain / pkg-supply-chain (push) Failing after 42s

Follow-up to 6430945 — the module docstring still referenced the
wrong 'creds set' subcommand.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
kert
2026-04-23 19:51:32 -04:00
parent 643094522f
commit fde89c2328

View File

@@ -11,7 +11,8 @@ All commands are touchless / stateless / idempotent:
* **Idempotent** — ``up`` adopts an existing droplet, never duplicates. * **Idempotent** — ``up`` adopts an existing droplet, never duplicates.
DNS records are upserted (no error on existing). The smarthost block DNS records are upserted (no error on existing). The smarthost block
is fenced and replaced in place. Mailbox passwords use ``maddy creds is fenced and replaced in place. Mailbox passwords use ``maddy creds
set`` first, then fall through to ``create``. password`` first, then fall through to ``create`` + ``imap-acct create``
for first-time provision.
""" """
from __future__ import annotations from __future__ import annotations