Update a Mailbox
Updates the Mailbox resource.
smtppy.updatemailbox(path, accountId, id)
Parameters
accountId
(string) (required) - The account identifier.id
(string) (required) - The mailbox identifier.path
(string) (required) - Mailbox path. Example: INBOX
Response
{
"path": "string"
}
Last updated