Search found 7 matches

by André
Fri May 27, 2022 4:18 pm
Forum: Developers
Topic: Zimbra SOAP API pagination
Replies: 2
Views: 6815

Zimbra SOAP API pagination

Hello, I'm using the SOAP API to get the domain accounts from my Zimbra server, but the documentation doesn't say anything about paginating the results, and depending on the domain it ends up getting very heavy to load, does anyone have a solution for this?

Thanks
by André
Tue Jul 27, 2021 8:05 pm
Forum: Developers
Topic: Zimbra SOAP API modify multiple accounts with one request
Replies: 1
Views: 10207

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 batch these accounts in just one request , I know it's possible in the zmprov command, but I'm using...
by André
Mon Mar 15, 2021 9:04 pm
Forum: Developers
Topic: Zimbra SOAP bulk account create
Replies: 1
Views: 11963

Zimbra SOAP bulk account create

Hello,i made a script to bulk insert accounts in a domain, the script simply sends SOAP requests via PHP. I don't like the idea of ​​sending so many requests to the server, I tried to send several in a single XML but I couldn't. I saw that there is a "BulkImportAccountsRequest" in the Zimb...
by André
Fri Dec 18, 2020 3:51 pm
Forum: Administrators
Topic: Create account as admin using SOAP
Replies: 1
Views: 6145

Create account as admin using SOAP

Hello, i have been trying to create an account with admin permission using the SOAP api but i have been getting some troubles, i have already tried:

zimbraIsAdminAccount = 'TRUE',
zimbraFeatureAdminMailEnabled = 'TRUE'

and it's not working, does anyone have a solution?

Thank you
by André
Thu Sep 03, 2020 4:33 pm
Forum: Developers
Topic: Create email tab with button in another zimlet
Replies: 2
Views: 4176

Re: Create email tab with button in another zimlet

If you want the same functionality, as if the user clicked the New Mail button, then the easiest (hack) is to find the New Button ID in the UI using javascript and then call the click() method. An example of a Zimlet that clicks the Save button when creating a new Appointment can be found here: htt...
by André
Wed Sep 02, 2020 7:31 pm
Forum: Developers
Topic: Create email tab with button in another zimlet
Replies: 2
Views: 4176

Create email tab with button in another zimlet

Hello, I have a zimlet with some functions, I want to create a button inside that zimlet that opens a tab with a new email, just like when we click on a new email. I already tried it that way: http://mail.domain.com?username=user@example.com&view=compose&to=%1 "but it opens a tab in my ...
by André
Tue Sep 01, 2020 2:59 am
Forum: Developers
Topic: How to open a new email tab
Replies: 1
Views: 3366

How to open a new email tab

Hello, I'm new to the world of zimbra and I have a question:
I need to open a new tab within the system when someone clicks a button, but I have no idea how to do it ...

Can someone help me? I found the documentation very confusing