This function determines whether a cPanel user currently uses UTF-8 character-encoded mailbox names.
user | string The user for whom to determine whether they currently use UTF-8 character-encoded mailbox names. Note: This parameter defaults to the currently-logged in user. Example: |
HTTP Request was successful.
apiversion | integer The version of the API. |
func | string The name of the method called. |
module | string The name of the module called. |
object |
uapi --output=jsonpretty \ --user=username \ Mailboxes \ has_utf8_mailbox_names
{- "apiversion": 3,
- "func": "has_utf8_mailbox_names",
- "module": "Mailboxes",
- "result": {
- "data": {
- "enabled": 1
}, - "errors": null,
- "messages": null,
- "metadata": {
- "transformed": 1
}, - "status": 1,
- "warnings": null
}
}