This function changes an email account's password.
Important:
When you disable the Receive Mail role, the system disables this function.
uapi --output=jsonpretty \ --user=username \ Email \ passwd_pop \ email='username@example.com' \ password='12345luggage'
{- "apiversion": 3,
- "func": "passwd_pop",
- "module": "Email",
- "result": {
- "data": null,
- "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}