Search found 440 matches

by JoshuaPrismon
Tue Jul 23, 2013 10:11 am
Forum: Developers
Topic: Encryption Services for Zimbra
Replies: 39
Views: 8052

Encryption Services for Zimbra

[quote]any further development on this? would there be any interest if there were a bounty? if so how much needs to be put out there to get some dev going on this?[/QUOTE] There was recently a port of some of the critical pieces to Javascript, which makes this much more interesting and feasible. (Th...
by JoshuaPrismon
Wed Apr 03, 2013 10:31 am
Forum: Administrators
Topic: how to backup and restore zimbra8
Replies: 5
Views: 2099

how to backup and restore zimbra8

Are you using open source or network edition? For Open Source, my experience has been that a flat backup of the system, combined with backups of mysql extracts and LDAP ldiff's have you covered in the worst case, while a backup of the live is usually sufficent to recover the system. For network edit...
by JoshuaPrismon
Sun Nov 13, 2011 9:26 pm
Forum: Zimlets
Topic: Zimlets missing in some accounts
Replies: 2
Views: 1176

Zimlets missing in some accounts

This is almost all some sort of COS issue. I suspect that the user might be in a non-default group. It's also possible that this user has override settings.
by JoshuaPrismon
Sun Nov 13, 2011 9:24 pm
Forum: Developers
Topic: Update Contacts with REST
Replies: 2
Views: 1118

Update Contacts with REST

You probably want to use the SOAP interface, rather then the REST interface on this. (or preform the XML, and post it, and call it REST) ;-)
by JoshuaPrismon
Wed Nov 02, 2011 8:53 pm
Forum: Developers
Topic: [Solved] SOAP API - Hidden tags / Extended properties
Replies: 3
Views: 1175

[Solved] SOAP API - Hidden tags / Extended properties

[quote user="Ralf.Smith"]Hi! I would like to tag some emails using the SOAP API with a tag in a way that is not visible to end users. The tag “name” can be the same, but the tag “value” will be different for each email we tag. What would you suggest? Can we set some type of...
by JoshuaPrismon
Sun Oct 16, 2011 3:43 pm
Forum: Zimlets
Topic: Tasks Reminder and Nordic Locales, Possible Bug
Replies: 1
Views: 784

Tasks Reminder and Nordic Locales, Possible Bug

[quote user="akkana"]Greetings, When the Tasks Reminder zimlet is used with any of the Nordic locales, Danish, Swedish or (unsupported) Norwegian, the server returns a QUERY_PARSE_ERROR, INVALID_DATE. The date format in the search posted by the zimlet does not look right: Swedish locale: &...
by JoshuaPrismon
Sun Oct 16, 2011 3:42 pm
Forum: Zimlets
Topic: Zimlet to get and parse XML file from HTTP server?
Replies: 5
Views: 1657

Zimlet to get and parse XML file from HTTP server?

[quote user="tdesorbaix"]Hi, It should be possible. I think you can use "AjxXmlDoc" to load/parse your xml file, and use "setInterval" to do it every 30 second.[/QUOTE] You also have a option to do a couple of different toolkits as well. Anything that you can include vi...
by JoshuaPrismon
Sun Oct 16, 2011 3:40 pm
Forum: Developers
Topic: Browsable iframe in zdesktop
Replies: 6
Views: 2033

Browsable iframe in zdesktop

[quote user="essential"]Did you ever find an answer to this? I also have iframe apps I'm trying to use in ZDesktop and every link opens a new window. If you figured it out I would be truly grateful.[/QUOTE]
Check the html links that you are clicking on? Are they specifying a new url?
by JoshuaPrismon
Sun Oct 16, 2011 3:38 pm
Forum: Developers
Topic: Zimbra Customization
Replies: 2
Views: 1152

Zimbra Customization

Take a look at the source tree. As a hint, it will be fairly difficult to do so if you don't have deep java experience.
If you are trying to brand and have the Network Edition, check the support portal.
by JoshuaPrismon
Sun Oct 16, 2011 3:36 pm
Forum: Developers
Topic: REST message formats documentation.
Replies: 6
Views: 1928

REST message formats documentation.

[quote user="tullio0106"]My question is very easy I see tags named , , etc... and I shoud immagine what they mean. Where can I find the meaning ? XML format is god for me. Another question You told me about a directory in the server I can't access : where can I find such docs in the net ? ...