Search found 360 matches

by 13546dalmate
Tue Jun 11, 2013 9:12 pm
Forum: Developers
Topic: Where Zimbra tags are stored?
Replies: 10
Views: 2746

Where Zimbra tags are stored?

[quote user="a1ex"]Hello, I need to create the same tag (name, color) for all users of some group. For current session this can be done via CreateTagRequest SOAP request. Most probably I have to develop server side extension (for SOAP service). But I can't find where those tags are located...
by 13546dalmate
Tue May 28, 2013 1:18 pm
Forum: Developers
Topic: How to send New Email with Attachment using Zimbra API
Replies: 10
Views: 15150

How to send New Email with Attachment using Zimbra API

[quote user="parin"]here is a link to a full documentation of zimbra soap API :- SOAP API Reference Material Beginning with ZCS 8.0 - Zimbra :: Wiki[/QUOTE] If you want to upload file to Zimbra, don't use SOAP because Zimbra does not have this service. I recommend you use httpupload to upl...
by 13546dalmate
Tue May 14, 2013 11:30 pm
Forum: Developers
Topic: Zimra Jar files
Replies: 6
Views: 2730

Zimra Jar files

[quote user="parin"]Hi. i also wanted to use API. but i did not able to find any API available for implementation. so i ended up with creating manual SOAP requests and parsing them back !. but later on, i found that there is a jar files in jars directiry that can be used in our project. bu...
by 13546dalmate
Mon Apr 22, 2013 3:57 am
Forum: Developers
Topic: Zimra Jar files
Replies: 6
Views: 2730

Zimra Jar files

You can attach zimbra with your application by 2 ways:

- Using Zimbra's SOAP API - SOAP API Reference Material Beginning with ZCS 8.0 - Zimbra :: Wiki

- Using Zimbra's extension engine - Extending Zimbra with Server Extensions :: Zimbra :: Blog
by 13546dalmate
Mon Apr 08, 2013 9:42 pm
Forum: Developers
Topic: Zimra Jar files
Replies: 6
Views: 2730

Zimra Jar files

[quote user="jayachitra"]Hi i am a java developer i need Zimra jar files and API for my development can any body help me to get.[/QUOTE]
You need only zimbra's jar files or include its source code?

If only need zimbra's jar file, you can find them in /opt/zimbra/lib/jars directory.
by 13546dalmate
Mon Mar 11, 2013 2:22 am
Forum: Developers
Topic: Zimbra server extensions
Replies: 1
Views: 825

Zimbra server extensions

Give me your detail and maybe I can help.
by 13546dalmate
Mon Mar 11, 2013 2:16 am
Forum: Developers
Topic: How to send New Email with Attachment using Zimbra API
Replies: 10
Views: 15150

How to send New Email with Attachment using Zimbra API

Hope you know how to use SOAP by java. You can use 2 SOAP requests to do this thing: FileUploadServlet and SendMsgRequest. In the first step, you use FileUploadServlet to upload your message to server and get message's id from FileUploadServlet's response. In SendMsgRequest, it has an attribute aid,...
by 13546dalmate
Mon Mar 11, 2013 2:09 am
Forum: Developers
Topic: Zimbra Self Registration
Replies: 10
Views: 4607

Zimbra Self Registration

Zimbra has a preauth module.

If you use Zimbra Open Source version, you should download its source code and modify this module to make your register page.
by 13546dalmate
Fri Apr 20, 2012 11:18 am
Forum: Developers
Topic: Where do I find the newest Zimbra jars?
Replies: 4
Views: 1251

Where do I find the newest Zimbra jars?

I don't know your point but If you want that you can download them from the zimbra's installer packages and unpack them.

But if you want to use them in your server please be careful because maybe your zimbra version is not compatible with them.
by 13546dalmate
Thu Apr 19, 2012 11:18 pm
Forum: Administrators
Topic: Public Folder
Replies: 2
Views: 1326

Public Folder

Or, if you like, you can donate for me. I'll create a plugin to help you do that function :)