Search found 64 matches

by 10142Jignesh
Mon Mar 03, 2014 6:44 am
Forum: Zimlets
Topic: Zimlet gallery login is not working
Replies: 0
Views: 830

Zimlet gallery login is not working

Hi Zimbra,

I found that login on Zimlet gallary is not working !!!
Is there something wrong with it?
Jignesh.
by 10142Jignesh
Sat Jan 18, 2014 2:06 am
Forum: Developers
Topic: How to use javascript to call Zimbra SOAP
Replies: 7
Views: 2903

How to use javascript to call Zimbra SOAP

I am sure but you may need to write a java code to access Zimbra services from outside Zimbra. You can't achieve it from javascript only.

OTOH, Are you sure you want to do it without any authentication? You may want to use Zimbra-Preauth or something...
by 10142Jignesh
Sun Jan 05, 2014 11:05 pm
Forum: Administrators
Topic: Latest Zimbra source code
Replies: 2
Views: 1380

Latest Zimbra source code

Hi,

Can someone point me to latest Zimbra source code for Open Source Edition? They have announced that they are migrating to GIT,



Zimbra public Perforce being migrated with new Git interface coming soon!!!
But still I am waiting for that GIT server :(


Thanks!
by 10142Jignesh
Mon Nov 19, 2012 11:39 pm
Forum: Developers
Topic: Extending com.zimbra.cs.account.ldap.LdapProvisioning in ZCS 8.x
Replies: 6
Views: 1806

Extending com.zimbra.cs.account.ldap.LdapProvisioning in ZCS 8.x

public static Account getCurrentAccount(HttpServletRequest r) throws AuthTokenException, ServiceException { Options opts = new Options(); opts.setLocalConfigAuth(true); SoapProvisioning sp = new SoapProvisioning(opts); return sp.get(AccountBy.id, AuthToken.getAuthToken(getAuthToken(r)).getAccountId(...
by 10142Jignesh
Mon Nov 19, 2012 11:31 pm
Forum: Developers
Topic: How to use javascript to call Zimbra SOAP
Replies: 7
Views: 2903

How to use javascript to call Zimbra SOAP

var jsonObj = {CreateFolderRequest:{_jsns:"urn:zimbraMail"}}; var request = jsonObj.CreateFolderRequest; if(isBlank(color)){ request.folder = { name:name,view:"appointment",url:""}; }else if(custom){ request.folder = { name:name,view:"appointment",url:"&q...
by 10142Jignesh
Fri Aug 24, 2012 3:55 am
Forum: Users
Topic: Mail from myself marked as junk
Replies: 1
Views: 866

Mail from myself marked as junk

What do want exactly. That Emails should not be in your junk Or you don't want to get them even in Inbox ?
by 10142Jignesh
Fri Aug 24, 2012 3:53 am
Forum: Users
Topic: Allowing User To Change Name
Replies: 2
Views: 1031

Allowing User To Change Name

I think it wont work. You need develop a Zimlet that can allow to change that name by soap provisioning. You have to hack account configuration at webclient.
by 10142Jignesh
Fri Aug 24, 2012 3:48 am
Forum: Users
Topic: Question about Zimbra-Calendar
Replies: 3
Views: 976

Question about Zimbra-Calendar

Have you tried to make private appointment. I didn't get you but if you will make a private apt then I'll solve your problem.
by 10142Jignesh
Fri Aug 24, 2012 1:42 am
Forum: Developers
Topic: Zimbra Database
Replies: 4
Views: 1765

Zimbra Database

YOu will find all the stuffs in Soap Provisioning.
by 10142Jignesh
Fri Aug 24, 2012 1:40 am
Forum: Developers
Topic: Remote contacts
Replies: 1
Views: 795

Remote contacts

You need to import ICS file in you address book. Or you can create them manually. We have developed one zimlet which can import contacts from OpenERP.