v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
Mailboxes
Mailbox Management

Enable or disable Webmail mailbox UTF-8 encoding

This function enables or disables UTF-8-encoded mailbox names on Roundcube webmail for a cPanel user's email accounts.

get/Mailboxes/set_utf8_mailbox_names

Query parameters

enabled0 | 1 required
Example:1

Whether to enable or disable UTF-8 character-encoded mailbox names.

  • 1 - Enable UTF-8 encoded mailbox names.
  • 0 - Disable UTF-8 encoded mailbox names.

Response

HTTP Request was successful.

apiversioninteger

The version of the API.

funcstring

The name of the method called.

modulestring

The name of the module called.

Example response

{
  "apiversion": 3,
  "func": "set_utf8_mailbox_names",
  "module": "Mailboxes",
  "result": {
    "data": {
      "success": 1
    },
    "metadata": {
      "transformed": 1
    },
    "status": 1
  }
}