Search found 114 matches

by 10539yutaka
Sun Feb 28, 2010 11:45 am
Forum: Zimlets
Topic: Tungle.me Zimlet
Replies: 2
Views: 894

Tungle.me Zimlet

Hi guys, I have created tiny tiny zimlet for Tungle.me, online scheduling service. The feature overview is something like this: [QUOTE]When you read the email which has someone's tungle.me public url in the message and click the url on ZimbraWebClient, popup window is displayed on zimbra pages and t...
by 10539yutaka
Thu Feb 18, 2010 5:14 pm
Forum: Developers
Topic: [SOLVED] Controlling tab positions
Replies: 3
Views: 1183

[SOLVED] Controlling tab positions

Hi cmac, You better see ZmAppChooser.js, which is the container for application tabs. When you do "createApp" in your zimlet, it actually execute ZmZimletBase.js 's createApp. And In that function, you get the appchooser and execute addButton of it like below. [QUOTE]controller.getAppChoos...
by 10539yutaka
Sat Feb 06, 2010 9:51 pm
Forum: Developers
Topic: Sample OAuth Provider Extension for ZCS6.0
Replies: 16
Views: 3902

Sample OAuth Provider Extension for ZCS6.0

I have updated OAuth Provider Extension for OOB support.
You can get this updated version from attached zip file and also from

github url below.
bucchi's zmoauthprovext at v0.2 - GitHub
Please check this out!
SampleOAuthProviderExtension.zip
by 10539yutaka
Mon Nov 23, 2009 11:11 am
Forum: Developers
Topic: Sample OAuth Provider Extension for ZCS6.0
Replies: 16
Views: 3902

Sample OAuth Provider Extension for ZCS6.0

Hi all. I want to share the output from my little personal project with you.:) The project's goal is to make Zimbra Server "OAuth"able, which means you can use it as OAuth provider by the output. Thanks to the Java OAuth library(oauth - Revision 1143: /code/java), i have got some Zimbra Ex...