Tagged Questions
Zimbra Collaboration Server is an integrated communications software suite.
2
votes
0answers
95 views
Delphi: MAPI with Zimbra client failed
In a customer site they want to use Zimbra Mail client.
We use Delphi6 to develop.
Most of our customers can use the MAPI calls we provide from our application.
(There are some exceptions because of ...
2
votes
1answer
93 views
Zimbra REST request with multiple queries
I want to make a query to the Zimbra server with many senders :
http://zimbra.server.com/home/plinard/?fmt=xml&query=from:mail1@gmail.com mail2@gmail.com
It returns me juste the emails from ...
2
votes
1answer
2k views
Getting started with Zimbra API
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 ...
2
votes
4answers
2k views
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 ...
1
vote
2answers
763 views
Samsung Galaxy S II (Android 2.2.3) with MS Exchance Mail Account Zimbra Server
In my Samsung S2 I have a Microsoft Exchange Mail Account and use a Zimbra Mail Server.
The standard email app doesn’t render my html mail. I get all the html source code with the mail text. The ...
1
vote
1answer
73 views
Zimbra: Modifying to Send Email on Email Recieved
I need Zimbra to detect an incoming email and run some code. I'm new to Zimbra and am still learning how it all fits together, but from what I can tell there are a few ways to go about this.
Does ...
1
vote
2answers
99 views
Allowing emails with a plus (+) symbol to land in the same Zimbra mailbox
I want to allow emails like myusername+something@mydomain.com instead of simply myusername@mydomain.com using Zimbra - this is a feature on Gmail.
Does anyone where to begin looking to allow this to ...
1
vote
0answers
69 views
Zimbra : Cancel an instance of a meet SOAP
In the soap-calendar.txt, there is a function to cancel a meet
CancelAppointment(DEFAULT-INVITE-ID,
COMPONENT-NUMBER)
NOTE: If canceling an exception, the original instance (ie the one the
...
1
vote
1answer
670 views
Getting User Attributes of a Logged in Liferay user
How do I get the email ID of a logged in Liferay user (from within a portlet) ?
I referred to this link but to no avail.
1
vote
1answer
372 views
zimbra calendar api?! soap java
I've a question about the soap-java implementation for zimbra.
I'm writing a java-client wich should show calendar entrys from a USER.
for example: user=testuser, all entrys between 01.01.2011 to ...
1
vote
1answer
469 views
Zimbra c# API sample
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,
0
votes
0answers
18 views
Message Log for login in Zimbra log
I've managed to save the activity log in mysql zimbra (audit.log send to mysql) and successful,
how to know and identify the log messages only to users who successfully login
0
votes
1answer
172 views
Zimbra installation in Ubuntu 10.04 [closed]
I am trying to install zimbra on a ubuntu.
But it fails every time, because the mx-record is wrong.
I have read a lot of installation guides. But all of them describe how to install zimbra on a ...
0
votes
0answers
45 views
How to setup my home email server [closed]
I have been hosting my Home Webserver and its working awesomely well. I have a static IP and I am using free DNS service by DNSExit.com. Now I want to setup my own Mail server as well on this machine. ...
0
votes
0answers
43 views
How can I import events to ZImbra desktop calendar using c#?
I want to add to my c# application the ability to auto insert event to Zimbra desktop mail client. When looking in their site , I've found SOAP messages to Zimbra server , but nothing related to local ...
0
votes
0answers
76 views
zimbra zimlet to upload files in a briefcase folder from backend
I am creating a zimlet using js to generate a tree folder structure, but I also need it to include some files (default ones that are on the server). The problem is that I can't find a way to do this ...
0
votes
0answers
22 views
Is there a CALDAV plugin for Eclipse Mylyn?
We use Zimbra at work and I'm thinking I should centralize my todo list into one thing. I'm starting to lean towards that one thing being Eclipse, given how awesome Mylyn is. Is there a remote ...
0
votes
2answers
51 views
Can I generate a regression test suite automatically?
We're looking at an upgrade from zimbra 6 to zimbra 7, and we want to avoid regressions in the account lifecycle software we wrote to integrate with it. Since most things are documented by a WSDL ...
0
votes
0answers
50 views
Write a Zimbra SQL Query to Select All Calendar Events
I need to write a query to select all the calendar events from the zimbra server. I can't use their api because I need to use it with Dundas Dashboard which only works with sql queries. The way zimbra ...
0
votes
0answers
57 views
Perl Error in Building zimbra
I am trying to build Zimbra 6.08 in Ubuntu 10.04. When building ThirdParty, an error occurred in "Verifying perl module build..." line...
.......
Compiling perl lib BerkeleyDB-0.41 ...done.
...
0
votes
1answer
40 views
How to find out whether i have libidn?
I'm new to Linux, but i need to install the zimbra open source mail server on my server which is running centOS 5, in the system requirements in the zimbra documentation, under the other dependencies ...
0
votes
1answer
235 views
Building error of perl for Zimbra
I am trying to build zimbra HELIX-710 for ubuntu server 11.04.
I need to compile perl and I get a really weird error that i dont understand. Everything goes well for the building, but at the ...
0
votes
1answer
157 views
How to get Zimbra's Calendars names using REST API
I want to get the names of all my zimbra calendars using a REST request.
How to do it ?
Thnx
0
votes
0answers
118 views
ZMailBox Zimbra problem
I'm trying to use ZMailBox to use the Zimbra's SOAP API.
When I try to connect, I got this error :
Unable to determine platform because \opt\zimbra\.platform does not exist.
My code is : ...
0
votes
1answer
339 views
Zimbra SOAP API authenticate using zm_auth_token in java
I want to authenticate a user using the zm_auth_token that I dispose :
For the moment, I'm doing this :
LmcAuthRequest auth = new LmcAuthRequest();
auth.setUsername(userName);
...
0
votes
1answer
157 views
Zimbra Rest API defining parameters in request URL
In my Zimbra's queries for REST API, I want to get elements that match only with the name of contact :
http://zimbra.server.com/home/plinard/contacts?fmt=xml&query=(taichimaro)
But Zimbra ...
0
votes
0answers
32 views
Zimbra flags in xml response
I'm using the Zimbra's REST API to get some informations from my Zimbra, but I don't understand all the XML tags in the response. I found that link : http://wiki.zimbra.com/wiki/Message_Flags but it ...
0
votes
0answers
559 views
Error sending a SOAP request to Zimbra: the trustAnchors parameter must be non-empty
I have been looking to find the cause of the problem on the web but could not find the solution or even the cause of this problem.
I am doing some testings with Zimbra and try to the a simple SOAP ...
0
votes
0answers
187 views
How do I export my Zimbra sent mail messages to Microsoft Outlook [closed]
I was using zimbra brouser interface for mailing, Now I configured the Microsont Outlook But I am unable to bring the past sent mails to Outlooks out box.
0
votes
2answers
144 views
Zimbra connector
I just discovered Zimbra and have a connector in Java to write. I have been looking on the web to find some documentation or experience from other people but could not find anything. Is there any good ...
0
votes
0answers
170 views
CDO mail component with zimbra smtp server not working
ASP cdo.message mail component not working in Zimbra for mail ids other than same domine.
Error error thrown: 0x8004020F
Mail component settings :
smtpserver = "xx.xxx.xxx.xxx", ''''''''''' [ ...
0
votes
1answer
895 views
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 ...
0
votes
3answers
411 views
Looking for Java binary for Mac OS X
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 ...
0
votes
1answer
101 views
How do I change the toolbar dynamically in Zimbra
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 ...
0
votes
1answer
545 views
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 ...