get_mailbox
Retrieve complete mailbox configuration details by providing an email address or local part, returning a JSON object with all relevant settings.
Instructions
Get detailed mailbox information with smart domain resolution.
Args: target: Email address or local part if MIGADU_DOMAIN set
Returns: JSON object with complete mailbox configuration
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| target | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "target": {
      "title": "Target",
      "type": "string"
    }
  },
  "required": [
    "target"
  ],
  "type": "object"
}