docs(e2e): document mail-sink secret format, de-personalize example (BUNYIP-272) #337
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/BUNYIP-272-e2e-mail-secret-format"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Documents the e2e mail-sink secret format and de-personalizes the example (BUNYIP-272).
BUNYIP-150 stood up the email-driven specs reading from a Stalwart mailbox via
E2E_MAIL_SINK_URL, but the README example hardcoded the personalnate@a8n.run. This:https://<url-encoded-email>:<application-password>@<jmap-host>, why the@must be%40-encoded, that the password is a per-mailbox application password, and that the host ismail.a8n.run.e2e%40a8n.runplaceholder and flags that a personal mailbox must not be used.E2E_STAGING_MAIL_SINK_URL/E2E_MAIL_SINK_URL, re-run).Scope
Docs only. The env is already configurable (
E2E_MAIL_SINK_URL/E2E_STAGING_MAIL_SINK_URL), so repointing to a dedicated mailbox is a secret-value change - no code change. Account creation, setting the secret, and the confirming re-run are operator-side (they need a Stalwart admin), so those ACs remain for the operator; this PR satisfies the "document the secret format" AC.#BUNYIP-272