Search found 358 matches

by tdesorbaix
Wed Jul 03, 2013 3:02 am
Forum: Developers
Topic: can't authenticate on soap
Replies: 28
Views: 5970

can't authenticate on soap

In zimbra the logger mode can be changed in the file "log4j.properties.in" in "/opt/zimbra/conf", then you restart zimbra for the changes are made in the file "log4j.properties". You should have the same config file "log4j.properties" on your tomcat too. So yo...
by tdesorbaix
Tue Jul 02, 2013 4:18 am
Forum: Zimlets
Topic: Is there a quick way to flush zimbra zimlet static content cache?
Replies: 3
Views: 3075

Is there a quick way to flush zimbra zimlet static content cache?

"?dev=1" will only load all the merged files (like the js files) separately. It won't help for cache, just slow down the loading of the page. You should use the "_dev" which was designed to solve this problem of cache. If the zimlet is in "_dev", then you just need to r...
by tdesorbaix
Mon Jul 01, 2013 4:37 am
Forum: Developers
Topic: Zimbra 8 Chat history
Replies: 5
Views: 1602

Zimbra 8 Chat history

1) You can do that with a script using zmmailbox, look pretty easy to do. 2) I can't help you on that part, since it is Jitsi/your IM server that manage the chat logs, not zimbra. 3) I can't help you either on sending chat logs as mail in zimbra, since it will be done by your IM server. For the mail...
by tdesorbaix
Mon Jul 01, 2013 4:31 am
Forum: Developers
Topic: Where do we download Zimbra Open source edition and modify its source codes?
Replies: 5
Views: 1460

Where do we download Zimbra Open source edition and modify its source codes?

Then I don't see what is stopping you.

You can deploy whatever you want.
by tdesorbaix
Mon Jul 01, 2013 4:29 am
Forum: Developers
Topic: can't authenticate on soap
Replies: 28
Views: 5970

can't authenticate on soap

If you are in Dev environment you could try to activate debug mode in the jetty configuration and chek the log mailbox.log to get more informations.
by tdesorbaix
Mon Jul 01, 2013 3:57 am
Forum: Developers
Topic: REST API: get email in eml format
Replies: 3
Views: 1285

REST API: get email in eml format

Hi,
Here is a zimlet I made for the french forums a while ago :


It">http://www.starxpert.fr/outils/zimlets/ ... ve_eml.zip
It does what you want : Use REST to get the eml file content then return it with the correct headers.
by tdesorbaix
Mon Jul 01, 2013 3:39 am
Forum: Developers
Topic: Where do we download Zimbra Open source edition and modify its source codes?
Replies: 5
Views: 1460

Where do we download Zimbra Open source edition and modify its source codes?

[quote user="Senate97"]Hi,
Thanks so much for the link! :)
Can I check if we are able to apply the files that we have changed into the current GA version that has been deployed in our environment?[/QUOTE]
You mean you want to apply it on your environment or commit a change in the sources?
by tdesorbaix
Mon Jul 01, 2013 3:38 am
Forum: Developers
Topic: can't authenticate on soap
Replies: 28
Views: 5970

can't authenticate on soap

SOAP is always enabled. It is used everywhere in the webmail interface.

Nothing would work if soap didn't worked.
What error do you get when using POST instead of GET?
by tdesorbaix
Mon Jul 01, 2013 3:34 am
Forum: Developers
Topic: Zimbra 8 Chat history
Replies: 5
Views: 1602

Zimbra 8 Chat history

[quote user="akashp"]HI, 1)We are using Jitsi for the external chats 2)What we want is to put chat history of external clients to be shown in chats folder(chat archiving) of zimbra. Thanks & Regards[/QUOTE] Since chat folder should not be visible anymore in zimbra 8, I don't understand...