Search found 5 matches

by g.tsankov
Fri Dec 15, 2017 4:03 pm
Forum: Developers
Topic: Filter autocomplete search in Zimbra by different criterias
Replies: 0
Views: 1961

Filter autocomplete search in Zimbra by different criterias

Hello, I am trying to filter the results of the autocomplete functionality in the zimbra webmail client. Think of it as applying a regex filter to the AutoCompleteRequest either in the frontend or backend of the mail server, resulting in filtering out some of the returned suggestions. Is there a way...
by g.tsankov
Wed Jun 28, 2017 1:13 pm
Forum: Administrators
Topic: Restrict feature from being installed?
Replies: 0
Views: 780

Restrict feature from being installed?

Hello, I am installing Zimbra Collaboration 8.7.9 on a virtual machine, but in reality most of the features like calendar, briefcase, chat and some more are all features that i deactivate using COS, but can I just install it without them included. So far i deactivate calendar, contacts, tasks, group...
by g.tsankov
Wed Jun 14, 2017 9:03 am
Forum: Developers
Topic: Using certificate to generate SOAP api with wsimport
Replies: 1
Views: 2730

Using certificate to generate SOAP api with wsimport

Hello, I installed zimbra on Vagrant VM using CentOS to integrate with another application. I need to generate the SOAP API stubs using wsimport, but it seems to fail with : ERROR] java.security.cert.CertificateException: No subject alternative names matching IP address <MY IP> found I tried install...
by g.tsankov
Tue Apr 04, 2017 7:31 am
Forum: Zimlets
Topic: Switch Identity when composing email
Replies: 1
Views: 3091

Re: Switch Identity when composing email

One way I managed to solve this today was by getting the option that i needed from the identitySelect, clearing all its options and then appending the value that is needed: var identitySelect = appCtxt.getCurrentView().identitySelect; var val = identitySelect.getOptionWithValue(from); identitySelect...
by g.tsankov
Mon Apr 03, 2017 12:51 pm
Forum: Zimlets
Topic: Switch Identity when composing email
Replies: 1
Views: 3091

Switch Identity when composing email

Hi guys, I am writing a zimlet which needs to switch the identity (from field) when a email is composed and populate the other fields if neccessary. I've managed to populate the fields, but switching identities doesn't seem to work. The code I am trying to execute is: var composeView = appCtxt.getCu...