Developers • Re: zimbra-api php delegateAuth
Hey, how if i want check in preauth with username and password, because in this link https://wiki.zimbra.com/index.php?title=Preauth preauht just check by username, and if i input wrong password the...
View ArticleDevelopers • IMAP Inbox shows messages that are no longer in IMAP
I have a system of having an Inbox and Archive folder. When I'm done with a message, I move it to archive. My phone's IMAP client keeps showing a lot of them in Inbox.I wrote a little Python script to...
View ArticleDevelopers • Add mailing list owner
Hello!How to add mailing list owner Code: def ModifyDistributionListRequest(self, *args, **kwargs): listinfo = self.getDistributionList(*args, **kwargs) response = self.request(...
View ArticleDevelopers • Re: Original mail in JS
You can use the REST api, basically use an XMLHttp request using https://wiki.zimbra.com/wiki/Zimbra_RES ... e:Get_Itemexample:https://github.com/Zimbra-Community/own ... t.js#L1327The ID of the...
View ArticleDevelopers • Re: REST API and port 7070
If you are running as a normal user, you can use the rest api via the normal port, aka 443.For admin-powered API call you have to use port 9071 or 7071.Statistics: Posted by barrydegraaff — Thu Jul...
View ArticleDevelopers • Re: How to add function buttons to editor toolbar?
You should not edit the files directly. It won't survive an update.go to wiki.zimbra.com it has guides on how to do this for the classic and new modern UI.Statistics: Posted by jholder — Wed Jul 07,...
View ArticleDevelopers • Re: IMAP Inbox shows messages that are no longer in IMAP
Are you sure they're not in both?Statistics: Posted by jholder — Wed Jul 07, 2021 2:55 am
View ArticleDevelopers • Zimbra SOAP API modify multiple accounts with one request
Hi, I have a script that sends an account modification request every hour, but I have many accounts (more than 1000) and I don't want to send 1000 requests, so I was wondering if there is a method to...
View ArticleDevelopers • imap_search not return anything
Hello Team, I am new to use zimbra. I want to fetch mail from the Zimbra server with the help of Imap. I am successfully able to make connection with zimbra but when it comes to fetching mail for one...
View ArticleDevelopers • Re: Zimbra SOAP API modify multiple accounts with one request
Did you try to create an xml file with all the change and then send it with one comand?Zimbra usually use the batch request, but you need to study how it works....zmsoap help guide : --json Use JSON...
View ArticleDevelopers • Zimbra SOAP API returns Document parse failed
using zimbra soap api 8.5.1the following request ...Code: <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"> <soap:Header> <context xmlns="urn:zimbra">...
View ArticleDevelopers • Re: How to change status
Hi,Can you help me on this case? I did the same but get error: PHP Fatal error: Uncaught Error: Class 'KeyValuePair' not found in /file.phpThanks,Tuan NgoStatistics: Posted by vnngoanhtuan — Thu Aug...
View ArticleDevelopers • Re: Zimbra SOAP API returns Document parse failed
actually this problem already solved the day i post it. its XML forbidden characters.Statistics: Posted by fmginting — Wed Aug 25, 2021 10:33 am
View ArticleDevelopers • Re: [SOLVED] Scripting service monitoring
uxbod wrote:#!/bin/bashOIFS=${IFS}IFS=$''running=($(su - zimbra -c "zmcontrol status"| grep Running | awk '{ print $1 }'))arrayLen=${#running[@]}echo "Number of elements : ${arrayLen}"for (( i=0; ido...
View ArticleDevelopers • PDF attachment problem from Iphone to Mac Outlook
Hello,I got a problem with two user in the same case of use.When someone send an email from IOS with a pdf, the mail sender from iphone put the pdf in some kind of preview into the mail.With Outlook...
View ArticleDevelopers • Calendar events SOAP API unnessessary ICS email to the organizer
Hello,We use SOAP API to make calendar events to the users calendars which are auto-accepted. This works nicely.Only problem that we are facing is that the organizer (not other participants) of the...
View ArticleDevelopers • QRESYNC issues
I've been researching the addition of imap QRESYNC to Thunderbird. I've noticed that Zimbra has some issues that I don't see with other servers like Dovecot or Cyrus which also support QRESYNC. A...
View ArticleDevelopers • List of calendar events using Zimbra SOAP API
Which Zimbra SOAP API operation should be used for getting a list of calendar events?The SOAP operation GetCalendarItemSummaries seems to return nothing. I've tested against the API version...
View ArticleDevelopers • Re: QRESYNC issues
I can fix the small gaps in UID assignment with a change to Thunderbird. It seems that Zimbra does not like email headers sent via imap APPEND that begin with "From ". It causes Zimbra to sometimes...
View ArticleDevelopers • Re: upload file via Soap
BallaK wrote:We managed to do the upload part.Any suggestions from where to start in order to download ?Can you kindly provide the body of the request you made to the Zimbra SOAP API for uploading the...
View Article