Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
I am in a discussion with the developer of the Yahoo! notifier for Firefox.
My idea was to see if the notifier could be adapted to work with a Zimbra
mail server. If you want to see the details go here:
The main thing that seems to be required to make it work is some sort of page that displays the unread mail count. Does the zimbra server produce anything that might be usable to a plugin like this?
It looks like Yahoo! has a system for its Yahoo! toolbar which produces this:
Any idea if the source is available?
While this extension works there are some features
in the Yahoo! notifier that would be nice to have in the
Zimbra one. Maybe get the two devs talking to each other.
All the code for the firefox extension is included (download the .XPI file, rename it to .ZIP and unzip it) -- it shouldn't be too hard to pull out the zimbra-specific stuff from it in terms of contacting the server and getting data -- and use it somewhere else. Let me know if you need help with any of the server protocol stuff...
All the code for the firefox extension is included (download the .XPI file, rename it to .ZIP and unzip it) -- it shouldn't be too hard to pull out the zimbra-specific stuff from it in terms of contacting the server and getting data -- and use it somewhere else. Let me know if you need help with any of the server protocol stuff...
Maybe I'll give it a go. I'm not a full on developer but I'm pretty good with scripts and munging two into one. Thanks for the tips.