setMailboxPassword
Set a new password on a mailbox. Requires authentication. Required: mailboxId (from listMailboxes), password. Never log or store the password.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| password | Yes | ||
| mailboxId | Yes | ||
| sessionKey | No | Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth. |