First of all, thank you for testing the Zimlet.
The Zimlet is a first try implementation and a product of a POC for a customer of our company. It is work in progress. That is why we are using also...
Type: Posts; User: gil.fernandes; Keyword(s):
First of all, thank you for testing the Zimlet.
The Zimlet is a first try implementation and a product of a POC for a customer of our company. It is work in progress. That is why we are using also...
Hello,
we have released a Zimlet that we used internally and is maybe useful. This Zimlet just sends mails from Zimbra to Alfresco using internally Alfresco Web Services.
Some links to this...
Thank you very much for your reply :D.
Regards,
Gil
After analysing the communication between the client and the server, when I was creating a calendar, I found out that calendars are nothing else than folders with the "appointment" view in Zimbra....
Hello,
I am just looking at the package com.zimbra.cs.zclient in the ZimbraServer 5.0 sources and was wondering, if there is a way to create a new calendar using any of the classes in this...
Thank you - good to know
Regards,
Gil
Hello,
I have been trying to check out the Zimbra code from the subversion repository (https://zimbra.svn.sourceforge.net/svnroot/zimbra), because I would like to work on some extensions to the...
Hello,
I found out how to open the compose mail folder from a Zimlet. Here is the piece of code that does the job for me:
// Tries to open the compose view on its own.
var...
Hello,
I have been working on an Alfresco browsing Zimlet and I wanted to programmatically open a new message dialog from a Zimlet. So I do not want to send an email via SOAP, just to open the new...
An example for a Zimlet that uses jar files is com_zimbra_asterisk.zip. So to have Jar files in Zimlets for server side code must be feasible.
Regards,
Gil Fernandes
I am not using Axis on the client side, but on the server side. A GET request is sent to a JSP page included in the Zimlet, which then is supposed to use on the server side AXIS and do there some...
Hi,
I just have a question. I am working on a Zimlet that needs to include some Jar files in it. I am using Axis to access some Webservices. So I need the Axis related jars and some Jars that are...
Dear all,
The cause for the slowness of the SMTP requests were DNS calls, which were very slow. After the modification of the /etc/hosts file, then the speed of the SMTP requests improved...
Hello,
We have installed Zimbra 5.0 RC 2 on 4 servers - a distributed installation with the following configurations:
Server 1 MTA and Mailbox 1
Server 2 LDAP
Server 3 Mailbox 2
Server 4...
Hi, there,
I have been working on a Zimlet with Zimbra 5.0 that should send a POST request to a server. I wanted to add some POST parameter to it and have written the following code:
var...
Great !
When I try dev=1, then I see in Firebug each one of the scripts. This is a big help already.
Concerning restart of jetty, I already am running a test box on which I can restart it at any...
Hello,
I am trying to develop Zimlets using Zimbra 5.0 . I have noticed the following behaviour that makes for me the development quite difficult:
When you deploy a Zimlet via the...