Skip to content

Instantly share code, notes, and snippets.

@senoritadeveloper01
Last active November 15, 2021 12:37
Show Gist options
  • Save senoritadeveloper01/546444ee6eea9328d49a09d8bc82a6d6 to your computer and use it in GitHub Desktop.
Save senoritadeveloper01/546444ee6eea9328d49a09d8bc82a6d6 to your computer and use it in GitHub Desktop.
zimbra soap extension example response
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<context xmlns="urn:zimbra" />
</soap:Header>
<soap:Body>
<InboxUnreadCountResponse xmlns="urn:senoritadev">
<email address="admin@zimbra.nils.local" unreadCount="0" />
<email address="senorita@zimbra.nils.local" unreadCount="0" />
<email address="developer@zimbra.nils.local" unreadCount="1" />
<email address="test@zimbra.nils.local" unreadCount="6" />
</InboxUnreadCountResponse>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment