Errors
mailbox_unavailable
503 – Mailbox temporarily unavailable. The mail server did not answer.
Mailbox temporarily unavailable. Answered with 503.
What it means
The mail server did not answer. Nothing about the Mailbox has changed – messages live only in the mail server, so an unanswered request reads nothing and writes nothing.
What to do
Retry after a few seconds with the same request; this is transient.
The body
{
"type": "https://tigby.eu/problems/mailbox_unavailable",
"title": "Mailbox temporarily unavailable",
"status": 503,
"detail": "…what was refused, naming this request's own values",
"code": "mailbox_unavailable",
"doc_url": "https://docs.tigby.eu/errors/mailbox_unavailable",
"agent_hint": "…the next step, for software"
}Branch on code. The detail names this request's own Handle, id or limit and is not part of the contract.