Search found 7 matches

by jtao
Thu Dec 31, 2009 11:11 am
Forum: Zimlets
Topic: How to show email reminders by default?
Replies: 0
Views: 274

How to show email reminders by default?

We recently deployed the com_zimbra_emailreminder zimlet for our ZCS 5.0.18 web client. Although we turned on the email reminder by default by setting the default value of user property "turnONEmailReminderZimlet" to true, the email reminders do not show up on the calendar because Email Re...
by jtao
Thu Oct 08, 2009 9:42 am
Forum: Mobility
Topic: Mobile Web Client
Replies: 0
Views: 271

Mobile Web Client

How does Zimbra know when to redirect user to the mobile skin? I am testing the zimbra mobile skin using FireFox user agent switcher. When I switch to iPhone user agent, then go to http://zcsHostName/zimbra, I get the mobile skin as expected. However, when I switch to Blackberry 8830, it tries to lo...
by jtao
Fri Sep 18, 2009 2:26 pm
Forum: Developers
Topic: Zimbra SOAP client jar
Replies: 1
Views: 518

Zimbra SOAP client jar

Never mind, I just found them:

/opt/zimbra/lib/jars/zimbracommon.jar

/opt/zimbra/lib/jars/zimbrastore.jar
by jtao
Fri Sep 18, 2009 2:01 pm
Forum: Developers
Topic: Zimbra SOAP client jar
Replies: 1
Views: 518

Zimbra SOAP client jar

Where can I find the jar that contains the following? com.zimbra.common.service.ServiceException; com.zimbra.cs.service.account.AccountService; com.zimbra.cs.service.admin.AdminService; com.zimbra.soap.Element; com.zimbra.soap.SoapFaultException; com.zimbra.soap.SoapHttpTransport; com.zimbra.soap.Zi...
by jtao
Mon Sep 14, 2009 2:07 pm
Forum: Developers
Topic: SOAP API to add RSS folder to an Account
Replies: 0
Views: 300

SOAP API to add RSS folder to an Account

I see a CreateFolderRequest at SourceForge.net Repository - [zimbra] View of /trunk/ZimbraServer/docs/soap.txt Can this SOAP request be used to add create an RSS folder to an existing account? What would I need to specify as part of the request? something like this? Where do I specify the account to...
by jtao
Mon Sep 14, 2009 9:27 am
Forum: Developers
Topic: CreateAccount - SOAP vs SoapProvisioning
Replies: 1
Views: 762

CreateAccount - SOAP vs SoapProvisioning

What is the general recommended approach for creating accounts? Use SoapProvisioning.java? Or the SOAP API?

Which approach is less prone to broken code due to ZCS upgrades?

Does Zimbra provide support for both approaches?
Thanks.
by jtao
Mon May 04, 2009 1:03 pm
Forum: Zimlets
Topic: Zimlets not called in IE6
Replies: 2
Views: 579

Zimlets not called in IE6

Browser: IE6 ZCS version: 5.0.15 Problem: In our customized skin, there's an iFrame on top that contains a link to zimbra mail webapp. In IE6, when user clicks on this link, none of the zimlets (ad zimlet, and com_zimbra_html) are being called. Only when user hits Ctrl-R, do the zimlets get called. ...