Search found 358 matches

by tdesorbaix
Fri Oct 04, 2013 7:32 am
Forum: Developers
Topic: How i will read Zimbra mail and Attachement through Rest API ?
Replies: 5
Views: 3254

How i will read Zimbra mail and Attachement through Rest API ?

You can not find this informations with only the REST API, you must use the SOAP API if you want that kind of information.
by tdesorbaix
Fri Oct 04, 2013 7:05 am
Forum: Developers
Topic: How i will read Zimbra mail and Attachement through Rest API ?
Replies: 5
Views: 3254

How i will read Zimbra mail and Attachement through Rest API ?

Yes, there is.

Check the "part" parameter.
by tdesorbaix
Mon Aug 26, 2013 3:51 am
Forum: Zimlets
Topic: Starxpert.save and Zimbra 8
Replies: 29
Views: 7232

Starxpert.save and Zimbra 8

[quote user="jaismathew"]Hi tdesorbaix, We are using Version 1.2 of StarXpert:Save zimlet with ZCS 8.0.3. Is it possible to download the mail in eml format instead of Zip file? (i didnt find any preference settings for making this) will it work with internet explorer+zimbra WebUI Thanx,[/Q...
by tdesorbaix
Tue Jul 16, 2013 3:28 am
Forum: Developers
Topic: can't authenticate on soap
Replies: 28
Views: 5968

can't authenticate on soap

Adding the certificate will just allow you to remove all the code used to add it every time you rune your application. It won't solve your problem, that you have yet to find what problem it is, since you have not checked yet the log of your dev environment as I told you. I was asking you to check th...
by tdesorbaix
Wed Jul 10, 2013 3:22 am
Forum: Zimlets
Topic: GetFolderRequest doesn't deliver shared folders anymore in ZCS 8.04
Replies: 2
Views: 1069

GetFolderRequest doesn't deliver shared folders anymore in ZCS 8.04

Anymore?

Just like always, a shared folder in the JSON responses is identified as "link", not "folder".
by tdesorbaix
Wed Jul 10, 2013 3:16 am
Forum: Zimlets
Topic: iframe zimlet
Replies: 10
Views: 4070

iframe zimlet

We can't really help you with this few informations.

The only problem I can suppose you have is that the target site is blocking iframes.
by tdesorbaix
Wed Jul 10, 2013 3:04 am
Forum: Developers
Topic: can't authenticate on soap
Replies: 28
Views: 5968

can't authenticate on soap

Why do you bother yourself with this?

Just add manually the certificate of your zimbra server as a trusted certificate in your dev environment tomcat.
by tdesorbaix
Tue Jul 09, 2013 4:37 am
Forum: Developers
Topic: can't authenticate on soap
Replies: 28
Views: 5968

can't authenticate on soap

... Yes it is normal you get this error when you try to open this url with your navigator, since the navigator send a GET request. Are you sure that the credentials you are using are correct? You can try to use the credentials stored in the local config instead with the following code : SoapProvisio...
by tdesorbaix
Fri Jul 05, 2013 3:12 am
Forum: Developers
Topic: can't authenticate on soap
Replies: 28
Views: 5968

can't authenticate on soap

Look like you have nothing in zimbra logs, so the problem is occurring on the local web server.

That is why I told you to check the logs of your tomcat.

We can't do anything for you if you don't provide us an error message.
by tdesorbaix
Thu Jul 04, 2013 11:13 am
Forum: Developers
Topic: can't authenticate on soap
Replies: 28
Views: 5968

can't authenticate on soap

Can you instead just give us the part that appear when you test your dev?

You should also check the log file "/opt/zimbra/log/zmmailboxd.out", and the logs on the server hosting your dev so we can get an error message.