Creating a Zimlet using the web service Owncloud ????
What are the steps to create a new Zimlet use web services Owncloud ??
View ArticleHow to create multi-level context menu?
Hello, Accordinly to ZCS 6.0 Zimlet Definition File Reference menuItem element can have nested menuItem elements which would allow to create multi-level context menu. I'm trying this with ZCS 7.2.2,...
View ArticleHelp config Dropbox
Hello I`m use zimbra ver 8 I`m install zimlet dropbox. but I see link help https://github.com/jwagner79/Dropbox...zimbra_dropbox I read but not understand "Installation". Please help me. if there is a...
View ArticleManage banner advertising in a custom skin
Hi, I would insert a bottom adv in my skin. I have read this in the guide: "to actually display ads, you deploy Zimlets that implement the code necessary to show the ads". How do I manage banner...
View ArticleProblem with sendRequest using ZCS 8.0.4 API
Hi all, I'm trying to send call REST using sendRequest(requestStr, serverURL, requestHeaders, callback, useGet, passErrors) of zmZimletBase with Post method, but it's not working... Does anyone have...
View ArticleSelect message listener
In my zimlet, how can i catch the event of selecting a message ? Thanks in advance
View ArticleHow to bind event listener to action menu item created with JS?
Hello, I'm trying to build context menu for my zimlet panel item with javascript. Here is the code: Code: var ctxtMenu = this.getZimletContext().getPanelActionMenu(); ctxtMenu.createMenuItem("item1",...
View ArticleList of ZCS 8.04 compatible Zimlets
Hello, I've tried a few Zimlets but there seems to be a lot of them incompatible with my release of Zimbra: 8.0.4 Is the a full list with compatibility info for all Zimlets? Trial and error can be...
View ArticleBatch Events....
Hi, I am considering making a zimlet that when modifying an event in a calendar using a particular resource that IF that resource is in use after that event and the change to the first event would...
View ArticleAdding a button to toolbar in mobile version?
We've made a custom Zimlet that involves adding a new button to the toolbar. Works well, but the button isn't showing in the mobile version. Does the mobile version not implement initializeToolbar? And...
View ArticleHow to monitor user activity like file upload, task creation etc...?
I need to know when a user created briefcase folder, file uploaded or task/appointment created (any SOAP requests). Then I need to insert the event into mysql. At the moment I'm thinking of trace.log...
View Articletime accounting
Hallo! Is there some zimlet fot time accounting? For now we are using Zimbra Open source as alternative to MS Exchange and Fengoffice fot time accounting for work. But mabey there is some zimlett...
View ArticleHow to listen for global API requests?
New task create view is invoked by the following code: Code: AjxDispatcher.run("GetTaskController").show(new ZmTask(....)) After "save" button is pressed "CreateTaskRequest" SOAP request is sent. Is it...
View ArticleA way to do some restricted actions with different account privileges
There is no big hope of getting an answer here as I can't remember how many previous my posts are still not answered. But just in case. I have such configuration when an user has read-only access to...
View ArticleLookbehind in content regexp
Hi all. I'm developing a simple zimlet that recognizes telephone numbers in the content of an email and offers the possibility to click to call. To make my life easier, I'd like to use a "lookbehind"...
View ArticleArchive Button
According to this bug, there should be an official Archive button zimlet included in v8, but I'm not seeing it in the latest version. Does anyone know where I can get it? There's an Archive zimlet in...
View ArticleOpen an email in a popup arbitrarily
Hi, I'm trying to open an email in a popup, just like "Launch in a separate window" option we found right clicking on an email. After a long search in the code, I've found that the action is registered...
View ArticleDisplay extra info in message header on message view.
Hi, How can I add a extra info on the header of the message ( see attached image). No need for custom formatting, it is fine to be exactly as "To:" and "From:". Context: I am developing a Zimlet in...
View ArticleZimbra Social not working
I have search thru all the posts before posting this. I'm on Zimbra 7.2 and have updated the Zimlet to version 3.7. The proxy error can be easily overcome by the very troublesome adding of these...
View ArticleDo I really need to restart zmmailboxdctl on every JSP zimlet change in _dev...
Hi, Every change I made to the JSP files on my zimlet, which is located at /opt/zimbra/zimlets-deployed/_dev/zimlet-name/file.jsp, I have to run 'zmmailboxdctl restart' to get it updated. Is there a...
View Article