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"
}

Want to learn about writing content from scratch? Head to the Basics section to learn more.

Last updated