Quote:
Originally Posted by dkarp If you're in Java, you can use the com.zimbra.cs.zclient.ZMailbox class to fetch this data: new ZMailbox(...).getFolderByPath("Inbox").getUnreadCo unt(). |
so, can we get information about accounts without accesing the SOAP way? Which libraries should we use to access this classes? Can this be done remotely?
thanks in advance.