Questions tagged [zimbra]

Zimbra Collaboration Server is an integrated communications software suite.

Zimbra Collaboration Server is an integrated communication suite which includes email, calendar, addressbook, tasks, briefcase and much more.

It's mostly open source, but it has some payment features (backup, administrator rights management, hierarchical storage manager, etc.). The backend is all on open source software: Postfix, nginx, Jetty, Apache, and PHP.

213 questions
2
votes
2 answers

How to sync zimbra calendar with google calendar in both direction

I need to automatically synchronize zimbra calender with my google calender and vise versa. i am planing to develop a desktop application with google calender api , am I going in wrong direction ? if anyone have experience like this kind of…
Ullas Prabhakar
  • 3,546
  • 3
  • 28
  • 27
2
votes
3 answers

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 in Ruby on Rails that I would like to communicate…
Andrew Cetinic
  • 2,805
  • 29
  • 44
2
votes
1 answer

converting a [object HTMLCollection] into string in javascript

I am trying to use data extracted from a XML file by getElementByTagName and it returns HTML Collection Object but I need this data for a sending a REST request so I need to get the HTML Collection Object to be converted into a string. How can it be…
Ankur Ankan
  • 2,953
  • 2
  • 23
  • 38
2
votes
2 answers

Zimbra: Downloading contacts as a CSV file using HttpClient

I am trying to download contacts from Zimbra using the following code : public static void getHTTPFile() { HttpClient client = new HttpClient(); List authPrefs = new ArrayList(2); authPrefs.add(AuthPolicy.DIGEST); …
Michaël
  • 3,679
  • 7
  • 39
  • 64
2
votes
2 answers

Building Zimbra

I want to know why in the Zimbra Wiki only specific platforms are listed for build process. This means that building Zimbra on other for example Linux distributions is impossible? What is the real reason behind the choice of a special Linux…
Sephiroth
  • 57
  • 5
1
vote
1 answer

Zimbra - How to extend ui and core functionality

OK , i have a server that uses zimbra as a mail service ! i`m new in zimbra and trying to know the structure of it and know how i can add some functionality, all thing that i interest to know is where i can change the web client source and deface…
bizzr3
  • 1,925
  • 4
  • 24
  • 37
1
vote
1 answer

Zimbra Java Client - Getting Started?

Is there any documentation about the Zimbra Java Client library (how to use it?, API Javadoc, etc) and where can I find it? I'm talking about the famous com.zimbra.cs.zclient.ZMailbox class. Thanks.
Fred
  • 741
  • 2
  • 10
  • 22
1
vote
1 answer

URL to access to Calendar HTML

I'm trying to embed the html code of zimbra calendar inside one page, but I'm having trouble figuring out the URL to use. In the example given to me, if you visit in your…
jdinunzio
  • 1,506
  • 1
  • 11
  • 26
1
vote
2 answers

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 file, we were thinking of just using that to test.…
jldugger
  • 2,339
  • 6
  • 22
  • 24
1
vote
2 answers

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 synchronization with my calendar and mails works…
Backlit
  • 341
  • 1
  • 5
  • 13
1
vote
1 answer

How can I store many txt files in order to be embedded in the source code without being visible to the user?

I'm a blind person and I'm trying to create a win form app that aims to help people with visual impairments to learn better the keyboard. There are different levels in this program. such as: match characters, match words and match sentences. Almost…
1
vote
0 answers

How can I get a list of mails marked as SPAM using Zimbra 8.7 and up CLI

I have been unable to find an answer to this simple question. Maybe I am looking in the wrong places. I am trying to merely get a list of mails that were marked and rejected as spam on a single server zimbra 8.7 installation via the CLI. I am…
Son of Sam
  • 11
  • 3
1
vote
1 answer

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 Zimbra already run a script when an email is…
1
vote
0 answers

How to send and receive emails via Zimbra emails in self made email client app?

I have built an email client app that was suppose allow users to read/receive their emails, send out emails with Flutter Web. The Flutter web receives and send emails via an API I wrote using ASP.NET Core 5.0 Web API. I'm using Mailkit in my ASP's…
1
vote
1 answer

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 sections it is said that i also have to install…
RCB
  • 2,253
  • 2
  • 25
  • 49
1 2
3
14 15