Hi,
Where can i find the documentation of Zimbra JAVA Classes?
Thanks.
Hi,
Where can i find the documentation of Zimbra JAVA Classes?
Thanks.
Hi,
Java Classes (Like com.zimbra.cs.mailbox.Mailbox.OperationContext,... )
Thanks.
I want know how can i attach document to mail from my own jsp.
I want attach documents to emails choosen by user (from my repository managed by GED- not from user's file system)
OK. You may want to look at the JSP pages and the taglib that implement the HTML "lite" client for a template -- the JSP files are found in the source tree under ZimbraWebClient/WebRoot/h, while the taglib they use to communicate with the server is found in ZimbraTagLib/src/java/com/zimbra/cs/taglib. You'll probably want to be using ZMailbox in the same way the taglib does.
Note that non-draft messages are immutable in Zimbra. So you're going to have to fetch the message from the store, modify it on your end, put the modified messasge back to the store as a new message, and delete the old message.
Thank you very match
There are currently 1 users browsing this thread. (0 members and 1 guests)