WebmailApps
Webmail Applications
Return available webmail clients
This function lists the account's available webmail clients.
Important:
When you disable the Receive Mail role, the system disables this function.
get/WebmailApps/list_webmail_apps
Query parameters
themestring
Example:jupiter
The webmail theme.
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "list_webmail_apps",
"module": "WebmailApps",
"result": {
"data": [
{
"displayname": "Roundcube",
"icon": "/webmail/jupiter/images/roundcube_logo.png",
"id": "roundcube",
"url": "/cpsess##########/3rdparty/roundcube/index.php"
}
],
"metadata": {
"transformed": 1
},
"status": 1
}
}