-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use WaitSet? #42
Comments
Can someone help me with this code? What am I doing wrong?
PHP Fatal error: Uncaught GuzzleHttp\Exception\ServerException: Server error: |
Hi.
How i can use WaitSet? I want to listen to all Zimbra accounts тo see when new letters arrive.
require 'vendor/autoload.php';
$api = AdminFactory::instance('https://localhost:7071/service/admin/soap');
$api->auth('admin', 'paddword');
$accounts = array();
$interests = array('m');
$waitset = new AdminCreateWaitSet();
$waitset->setAllAccounts(TRUE);
........
var_dump($waitset);
The text was updated successfully, but these errors were encountered: