soap-api
soap-api copied to clipboard
Zimbra SOAP client in PHP language
DescriptionL * Using zimbra-api to rename a mailbox * Mailbox rename success (check in zimbra admin page) * Api response error 500, logs: ``` /var/www/html/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113 Level: 22519, Code: 500 Message:...
## This is the request that I am sending to zimbra server. And I am using postman for testing this ### This is zimbra " Zimbra 9.0.0_ZEXTRAS_20210811 (build 20210830124411) "...
Hello, I still looking for documentation to use this soap api to send simple and with attachment email, get all email list and all others basic email CRUD functionality .
Hi everyone, I followed all instructions upon installing this API wrapper but I cant seem to make any successful request. Here is the sample code i got from here. Full...
I am trying to create new account, **My code is like** use Zimbra\Enum\AccountBy; use Zimbra\Enum\AddressType; use Zimbra\Enum\AlarmAction; use Zimbra\Enum\FreeBusyStatus; use Zimbra\Enum\InviteStatus; use Zimbra\Enum\InviteClass; use Zimbra\Enum\ParticipationStatus; use Zimbra\Enum\Transparency; use Zimbra\Struct\KeyValuePair; use...
How can I use modifyAccount to enable zimbraPasswordMustChange from FALSE to TRUE?
I wanto to send a message with attachments using the API, anyone could help?
How a can use getSignatures ? $name = '[email protected]'; $adminApi = \Zimbra\Admin\AdminFactory::instance('https://mail.meudominio.com.br:7071/service/admin/soap'); $adminApi->auth ( 'admin', 'PASS'); $account = new \Zimbra\Struct\AccountSelector ( \Zimbra\Enum\AccountBy::NAME (), $name ); $signatures = $adminApi->getSignatures($account);
I need help. I want to set third params to attr givenName, displayName and cn How I can do that
Hi. How i can use WaitSet? I want to listen to all Zimbra accounts тo see when new letters arrive. require 'vendor/autoload.php'; use Zimbra\Admin\AdminFactory; use Zimbra\Admin\Request\AdminCreateWaitSet; use Zimbra\Common\TypedSequence; use Zimbra\Enum\InterestType;...