WaitSetRequest

Have a great idea for extending Zimbra? Share ideas, ask questions, contribute, and get feedback.
Post Reply
VistoPartner
Posts: 16
Joined: Fri Sep 12, 2014 11:56 pm

WaitSetRequest

Post by VistoPartner »

Hi all.. We need to be able, using the Zimbra API (the XML-based interface), to receive notifications (or at least determine on a short polling interval) whether or not a user has received new mail.
I have a couple of questions:

1. Is there any interface outside of [Create]WaitSetRequest to obtain information about changes on the Zimbra server for a user? We'd prefer a push over a pull, but we can make do if pull is the only thing available.
2. Is it supported to obtain all of the changes for a given *set* of users or does this have to be on an individual account basis? We can't use the Admin[Create]WaitSet because we don't control the Zimbra servers in question.
Thanks in advance!
tim brennan
Advanced member
Advanced member
Posts: 93
Joined: Fri Sep 12, 2014 9:55 pm

WaitSetRequest

Post by tim brennan »

1) No, currently there is no push API
2) Sorry: if you cannot make admin requests then you must create a separate waitset for each user
Post Reply