change email password with remote interface
hello,
how can i change the password from a mailbox with the remote interface?
i try:
$params = array('password' => 'test1234');
$mailuser_id = id of the mailbox
$client_id = id of the client
$client->mail_user_update($session_id, $client_id, $mailuser_id , $params);
and nothing happens, no error, no password change.
everything else works fine with the remote interface.
thank you
cusaro
|