This function retrieves the account's maximum email quota size, in bytes format.
Important:
When you disable the Receive Mail role, the system disables this function.
uapi --output=jsonpretty \ --user=username \ Email \ get_max_email_quota
{- "apiversion": 3,
- "func": "get_max_email_quota",
- "module": "Email",
- "result": {
- "data": 4503599627370496,
- "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}