reset_mailbox_password
Reset mailbox passwords for Migadu email accounts by specifying the target email and providing a new password. Handle password updates efficiently with this tool.
Instructions
Reset mailbox passwords. List of dicts with: target (email/local), new_password (required).
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| resets | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "resets": {
      "items": {
        "additionalProperties": true,
        "type": "object"
      },
      "title": "Resets",
      "type": "array"
    }
  },
  "required": [
    "resets"
  ],
  "type": "object"
}