This function lists the account's available webmail clients.
Important:
When you disable the Receive Mail role, the system disables this function.
uapi --output=jsonpretty \ --user=username \ WebmailApps \ list_webmail_apps
{- "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"
}
], - "errors": null,
- "messages": null,
- "metadata": {
- "transformed": 1
}, - "status": 1,
- "warnings": null
}
}