View Single Post
  #10 (permalink)  
Old 03-21-2007, 07:11 AM
jrramon jrramon is offline
Member
 
Posts: 10
Default

Quote:
Originally Posted by dkarp View Post
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.
Reply With Quote