Developers • Re: Stopping attacks in real-time
Hi Jim,I like how you are thinking (if I am understanding it correctly) but I'm wondering if trying to do this in Zimbra's nginx is optimal?The Zimbra wiki Fail2ban filters parsing mailbox.log and...
View ArticleDevelopers • Re: REST API for searching emails and deleting them
By passing query parameter to the Rest API, you may obtain message information in JSON format and you can get message id from that message information. Code:...
View ArticleDevelopers • Re: REST API - How can get contact with contact folder
To retrieve the contacts of 'contacts + all sub-folders' :"query=under:Contacts&meta=1"Example:curl -k 'https://localhost:7071/home/user6@labte ... oken=xxxxx'Statistics: Posted by Damini...
View ArticleDevelopers • Re: Accessing Subfolders with spaces via REST API
Here is an example to access subfolder having space in its name like test1 under inbox Code: https://servername/home/username/inbox%2Ftest%201?fmt=jsonStatistics: Posted by Damini Vashishtha — Fri May...
View ArticleDevelopers • Re: API returned message XML elements
You can refer https://files.zimbra.com/docs/soap_api/ ... earch.html to get what each element refers.Statistics: Posted by Damini Vashishtha — Wed May 10, 2023 7:12 am
View ArticleDevelopers • hide modern UI references in FOSS builds
Good evening,is there a compile option/parameter to hide modern UI references in OSE builds for 10.xAt login screen you are offered modern UI adn an option.when logged in, you are also offered an...
View ArticleDevelopers • Re: hide modern UI references in FOSS builds
We are working on adding support to disable modern UI https://github.com/Zimbra/zm-web-client/pull/822/filesonce that completes and released you can use ldap attribute to disable those...
View ArticleDevelopers • Skipping git checkout with build.pl?
Hi, I am working on bug fixes and need to often rebuild ZCS (my patches are mainly for zm-mailbox).One annoying quirk I noticed with build.pl is that it will build ZCS successfully once, but if I...
View ArticleDevelopers • Re: Skipping git checkout with build.pl?
You can skip all "git clone" by modifying build.pl.Code: https://github.com/Zimbra/zm-build/blob/8.8.15.p35/build.pl#L1076# comment out the following code Checkout($all_repos);If you want to skip...
View ArticleDevelopers • Re: QRESYNC issues
I went back and checked this again after over a year. Actually, the change I made to thunderbird didn't really affect the UIDs assigned by zimbra that occur when imap appending a fairly long list of...
View ArticleDevelopers • Search box with regex
On the old versions (5 and 6) works semi regex search syntax. banana*floatw*bandannabanana?boatCan't see this working that on 8.8.15_GA_4545.Only works:searchtext*What about to add this functionality...
View ArticleDevelopers • Re: Search box with regex
This could be a BUG so it is better if you can file a case with Zimbra support and provide them the reproducing steps.Statistics: Posted by helper003 — Thu Jul 20, 2023 2:25 am
View ArticleDevelopers • Zimbra API for Admin Error
Hello all,I'm trying to programmatically create a user account and mailbox using the Zimbra Admin API but running into the following issueRequest via Postman to...
View ArticleDevelopers • Re: Zimbra API for Admin Error
Hi,In order to create an account using zimbra soap APIs, you would first need to send a request to fetch zimbra Admin Auth token. Refer the below XML request packet, you would need to create the same...
View ArticleDevelopers • How to Implement Get Calendar Method
Hello everyone,I've got a situation over here, looking in the Zimbra REST API Documentation, the get calendar method is pointing to localhost with the port 7070, which is the same for the other...
View ArticleDevelopers • Customize i18n for Modern Web App
Hi everyone,for ZCS 10 Network Edition, is there a "proper" way to customize the Modern Web App's language strings?Using grep, I found a couple of .js files with translations in...
View ArticleDevelopers • Re: Customize i18n for Modern Web App
Yes, the file will be overwritten with the next patch upgrade, currently, we don't have a way to maintain custom changes in translations.You can create a shell script which will make changes in the js...
View ArticleDevelopers • Build Release 10.0.2.GA.0001 myself - some questions about...
Hi folks,I finally managed to build 10.0.2 and have some weird questions perhaps.I used https://github.com/zimbra/zm-buildShould I better use the "develop" branch to be up to date, (from...
View ArticleDevelopers • SOAP API: Using ModifyAppointment et al. to update only specific...
Hi everyone,I'm new to Zimbra and its SOAP interface, so please bear with me. We're on ZCS 10.0.2 NE.Let's assume there is an existing appointment in a user's calendar and I want to modify its...
View ArticleDevelopers • Re: Build Release 10.0.2.GA.0001 myself - some questions about...
10.0.2 has been released https://wiki.zimbra.com/wiki/Zimbra_Releases/10.0.2You can find the latest released tags in the https://github.com/Zimbra/zm-build/tags.10.0.1 is the latest tag of zm-build...
View Article