Search found 9 matches

by ict4schools
Mon Aug 02, 2010 2:49 am
Forum: Zimbra Connector for Outlook
Topic: Outlook sync client
Replies: 600
Views: 95611

Outlook sync client

[quote user="cbnidk"]... you allso have to see this For Funambol 8.x, you will need to download the ZimbraConnector.zip released by Zoltan67, and attached to his post in the Zimbra + Funambol Sync4j Code. ... [/QUOTE] That part is not true. To work with Funambol 8.x you can use the sourcef...
by ict4schools
Wed Mar 24, 2010 4:56 am
Forum: Developers
Topic: Per User Backup for FOSS edition
Replies: 33
Views: 6434

Per User Backup for FOSS edition

Thanks for the script. However, I do detect some sort of problem. When restoring the mailbox, you'll get the storage, which is a flat directory, with no folder structure at all and the MySQL datastore (See: Zimbra Server - Zimbra :: Wiki). Now when restoring the mailbox, restoring the storage is no ...
by ict4schools
Mon Jan 04, 2010 9:52 am
Forum: Zimbra Connector for Outlook
Topic: Outlook sync client
Replies: 600
Views: 95611

Outlook sync client

What version of the ZimbraConnector are you using. The ZimbraConnector is using SOAP to synchronize with Zimbra. Since Zimbra version 6, the SOAP API is changed a bit. So you can try using an older version of the connector, or if you already do, using a new version of the connector. See: https://sou...
by ict4schools
Thu Nov 19, 2009 3:08 am
Forum: Developers
Topic: Zimbra calendar SOAP interface
Replies: 2
Views: 1651

Zimbra calendar SOAP interface

For the sake of debugging I have tried to use GetApptSummaryRequest, using the following request: It gets me all the items (5 of them). But appart from the appointment, which was showed by the SearchRequest, the other items are empty. So I guess they do really don't have an instance between that sta...
by ict4schools
Thu Nov 19, 2009 2:42 am
Forum: Developers
Topic: Zimbra calendar SOAP interface
Replies: 2
Views: 1651

Zimbra calendar SOAP interface

I'm using the Zimbra SOAP API to get todays appointments. I do also want the instance details so I could use those to detect unique items. I have, in the day on which i'm searching 5 appointments, but when I search I get only 1 appointment, not 5. Some recurring items are left out. But on some occas...
by ict4schools
Tue Sep 29, 2009 4:56 am
Forum: Zimbra Connector for Outlook
Topic: Outlook sync client
Replies: 600
Views: 95611

Outlook sync client

I guess because you have used ant to build the plugin from openjdk. openjdk and sun jdk are different, so maybe that is the case.
I guess the ANT is installed on Ubuntu? then install sun-java6-jdk and use the command update-java-alternatives -s java-6-sun
by ict4schools
Fri Sep 25, 2009 4:48 am
Forum: Zimbra Connector for Outlook
Topic: Outlook sync client
Replies: 600
Views: 95611

Outlook sync client

On the "A java.lang.UnsupportedClassVersionError.... "Bad version number in .class file)"" error. This you get when you have an older/other JVM then the JVM where the classes where build. The build machine of the ZimbraConnector_0.6.00 on SourceForge, is: ant -diagnostics tells: ...
by ict4schools
Thu Sep 24, 2009 2:52 am
Forum: Zimbra Connector for Outlook
Topic: Outlook sync client
Replies: 600
Views: 95611

Outlook sync client

HERE I HAVE THE CODE WITH ZIMBRA SOAP DOCUMENTATION. I HAVE CHANGED SOME THINGS, SO IT WORKS WITH FUNAMBOL 8 LIBRARIES AND ZIMBRA 6. THIS CLIENT DOES HAVE PROBLEMS WITH 2 THINGS: - FUNAMBOL PROTOCOL VERSION 1.2 - DUPLICATES ON SOME PHONES (NOKIA E71, NOKIA N73) TO COMPILE THIS CLIENT SEE THE README,...
by ict4schools
Tue Sep 22, 2009 10:29 am
Forum: Error Reports
Topic: Failed to foward message with attachment from remote IMAP account
Replies: 0
Views: 395

Failed to foward message with attachment from remote IMAP account

Hi, When I try to forward a message, from an IMAP account on the local ZIMBRA-server with an attachment from a remote IMAP account, i get the following error: "Er is een netwerkservicefout opgetreden.", which is dutch for something like "A network service error occurred". Some mo...