Developers • 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 ArticleDevelopers • Re: Adding a new task!!
Please refer below soap api documentation to add task:https://files.zimbra.com/docs/soap_api/ ... eTask.htmlStatistics: Posted by Damini Vashishtha — Sat Nov 04, 2023 10:10 am
View ArticleDevelopers • Re: Importing contacts to distribution list in a bulk (xls, csv,...
User have admin right can create a Distribution List and can published the shared items to the list. Other users notify the administrator that they have shared an item with the distribution list and...
View ArticleDevelopers • Re: OSE Build of Zimbra 9 - Modify the login screen
Please refer: https://wiki.zimbra.com/wiki/How_to_cha ... rface_logoStatistics: Posted by Damini Vashishtha — Sat Nov 04, 2023 12:37 pm
View ArticleDevelopers • Re: Zimlet Developers Guide -Example zimlets files Access Denied
Check out the developer guide on the Zimrba Wiki: https://wiki.zimbra.com/wiki/DevelopersGuideYou will find links to documentation and examples there.Zimlet Guide:...
View ArticleDevelopers • Re: Zimbra API
You can use the SendMsgRequest message (https://files.zimbra.com/docs/soap_api/ ... ndMsg.html). From the CLI on Zimbra you can use:cat /tmp/youremailmsg | /opt/zimbra/common/sbin/sendmail...
View ArticleDevelopers • Re: Is there anyway to create a redirect warning page when user...
Thank you so muchStatistics: Posted by tunva — Mon Nov 06, 2023 9:13 am
View ArticleDevelopers • Custom GPT's for Zimbra docs, wiki, and common questions
I started playing around with a custom GPT this morning and after a bit of trial and error have it working pretty much where I want it without any previous knowledge other than feeding it a wiki page....
View ArticleDevelopers • Zimbra REST API - Import Message as Draft
Hi,I'm starting playing with Zimbra API and I would like to import message as a Draft.The use case is my soft will prepare a mail and customer just have to check and send it.Importing a message into...
View ArticleDevelopers • Re: Zimbra REST API - Import Message as Draft
You want msg in draft folder, why not use SaveDraftRequest api?Refer: https://files.zimbra.com/docs/soap_api/ ... Draft.htmlStatistics: Posted by shruti.gupta — Wed Nov 15, 2023 1:32 pm
View ArticleDevelopers • Is it possible to supply 2FA Application Password through SOAP?
Hi,I am using PHP to login to zimbra using CURL to send a SOAP request to ZCS 8.8.15 P44Code: <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"><soap:Header><context...
View ArticleDevelopers • Re: Is it possible to supply 2FA Application Password through SOAP?
Hi liverpoolfcfan,When 2FA is enabled, the Auth request without a 2FA code will return an AuthToken and an indication that 2FA is required. The AuthToken returned in that case should be used to make...
View ArticleDevelopers • Build specific version of Zimbra Collaboration Suite
Hello everybody. 1. I am trying to build an old version of Zimbra (before 9.0.0.p27 or before 8.8.15.p34) using the zm-build repository.However, when building in Centos 8 docker container, it threw an...
View ArticleDevelopers • Re: Build specific version of Zimbra Collaboration Suite
Can you please share the options that you are using for creating the build?Statistics: Posted by umashankar.avagadda — Mon Nov 20, 2023 10:32 am
View ArticleDevelopers • Re: Zimbra API
There are only two ways to send email either SMTP(exists a lot of tooling) or Zimbra soap API directly.Statistics: Posted by Damini Vashishtha — Wed Nov 22, 2023 5:55 am
View ArticleDevelopers • Re: Zimbra REST API - Import Message as Draft
Why do you want to set X-Draft header when you have .eml in draft folder, what is the use case behind this?Also, if msg does not containing X-Originating-IP header or Received headers, you may...
View ArticleDevelopers • Re: Build Release 10.0.2.GA.0001 myself - some questions about...
Here is some code generating a v9/v10 build script (quick and dirty):v9:Code: #!/bin/bashmain="9.0.0"latest_patch="38"dst_path="${main}.p${latest_patch}"for ((i=$latest_patch;i>=1;i--)); do...
View ArticleDevelopers • Dual Zimbra Single VM Machines Syncing Mail Store Between Them
Hello,Really looking for a resilient solution to have 2 single VM servers of Zimbra. Need these 2 servers to sync user accounts/gal and mailstore for each.With 365 and all the other cloud resilient...
View ArticleDevelopers • Re: Is it possible to supply 2FA Application Password through SOAP?
Is there a reason the Application Password is not working for clients that are unable to supply a TOTP? Is it a bug?Statistics: Posted by liverpoolfcfan — Wed Jan 03, 2024 5:06 pm
View ArticleDevelopers • Zimbra 8.8.15 developing new zimlets
I want to develop Zimbra mail zimlets.But I'm new to this. First of all, the version I want to develop will be 8.8.15 open source.1- How will I need to follow to develop zimlets for 8.8.15 open...
View Article