zimbra

How to update contacts in Zimbra by scripting ?

I have a Zimbra installation and I need to programmaticaly update contacts in it. It seems that its REST interface is only working to add new contacts, but I need to update existing ones. Is there a way, tool or something, open-source, to do that ? ...

Delphi application and (Zimbra) CalDAV protocol

I have an old (nineties) Delphi 2 Tier application that now needs to talk to a calendaring system. The users are going to take information from the Delphi application and create appointments. These appointments will need to be sent to a multi calendaring Zimbra server. They will be creating appointments in calendars belonging to other me...

How do I change the toolbar dynamically in Zimbra

Hi, what is the best way to change the toolbars in Zimbra. Zimbra does have a Toolbar for every view and we need to change it by either adding or removing buttons. I think Zimlets are supposed to provide this functionality, but Zimlets are loaded at the end and therefore the user would see the initial buttons first. Then they would disa...

Looking for Java binary for Mac OS X

Hi, I'm trying to build zimbra from source on a mac mini running on mac os x 10.4.10. It seems that I need a file like this "jdk-1_5_0_16-linux-i586.bin" but I can't seem to find a jdk binary that is made for mac osx. Can anybody point me to this binary? Here is what zimbra does with the binary: sh jdk-1_5_0_15-linux-amd64.bin ta...

Getting started with Zimbra API

Hey guys, I am wondering how I can go about using the Zimbra API. I have looked everywhere for an API, and I have found no good references/tutorials about it. I have a web application that I have developed in Ruby on Rails that I would like to communicate to Zimbra in order to fetch the calendar items to put in my own Calendar interf...

Using Zimbra SOAP API in Python

I'm trying to use the Zimbra SOAP API from Python to programmatically modify & cleanup my contacts but I'm having trouble getting started. What I have so far is: from SOAPpy import SOAPProxy url = 'https://zimbra/service/soap' auth = {"account": "xxxxx", "password": "xxxxx"} zimbra = SOAPProxy(url, 'urn:zimbra') zimbraAuth = SOAPProxy...

Zimbra c# API sample

Hi, I have to create a module using c# to consume Zimbra Webservice (soap protocol) I wonder if anybody has already done this kind of project (talking about the Zimbra part)? Regards, ...

Migrating from postfix to Zimbra, one hurdle left - Need to rewrite 'To:' before local delivery

If there is another way to go about this, I would be glad to hear it. I have been googling this one piece of the puzzle for most of the day. I have outsourced spam filtering for a handful of accounts in the domain (I'll use example.com). Anything coming in for [email protected] gets rewritten to [email protected] in the aliases file....

Where is the Zimbra _dev folder located?

Hi guys, I need to build an Zimlet. Ive come across a few resources of where the _dev folder should be created. None work. Does anyone have any clue and of how to run those file. Do I need to set something somewhere? ...