Search found 32 matches
- Tue Oct 06, 2020 3:48 pm
- Forum: Developers
- Topic: Get-Calender REST API to get the current week
- Replies: 2
- Views: 2144
Re: Get-Calender REST API to get the current week
You will likely need to specify a query to filter the results to what you are looking for. Check the REST API notes for details on the querystring parameters you can pass (specifically. "query"). Notes are here: https://github.com/Zimbra/zm-mailbox/blob/develop/store/docs/rest.txt Hope tha...
- Tue Sep 29, 2020 6:36 pm
- Forum: Developers
- Topic: MsgActionRequest not working for certain messages
- Replies: 1
- Views: 1541
Re: MsgActionRequest not working for certain messages
You may want to check via API where the messages actually exist after your attempted move.
If you have conversation view turned on in the UI, messages not physically in the Inbox may appear in the UI Inbox if they are associated with other messages.
If you have conversation view turned on in the UI, messages not physically in the Inbox may appear in the UI Inbox if they are associated with other messages.
- Thu Sep 17, 2020 8:12 pm
- Forum: Developers
- Topic: Unable to complete GetMsgRequest 8.8.15
- Replies: 3
- Views: 2229
Re: Unable to complete GetMsgRequest 8.8.15
I believe a negative value is indicating that the message is not part of a conversation. So, it is simply a negative version of the message ID.
Regards,
Regards,
- Thu Sep 17, 2020 5:01 pm
- Forum: Developers
- Topic: Unable to complete GetMsgRequest 8.8.15
- Replies: 3
- Views: 2229
Re: Unable to complete GetMsgRequest 8.8.15
I am in no way familiar with the python-zimbra you are using, but it looks like the ID you are specifying may be a Conversation ID and not a Message ID (note the negative value).
Maybe that helps?
Regards,
Maybe that helps?
Regards,
- Thu Sep 17, 2020 4:58 pm
- Forum: Developers
- Topic: issue service.UNKNOWN_DOCUMENT
- Replies: 1
- Views: 1095
Re: issue service.UNKNOWN_DOCUMENT
Not a lot of detail on the request you are sending here, but I would guess you are missing the namespace from your request.
Can you post the complete XML of the request you are making? That will likely shed light on your issue.
Regards,
Can you post the complete XML of the request you are making? That will likely shed light on your issue.
Regards,
- Tue Sep 15, 2020 4:54 pm
- Forum: Administrators
- Topic: Zimbra 9 patch 6 multi problems
- Replies: 2
- Views: 2263
Re: Zimbra 9 patch 6 multi problems
The translation problem is a known issue at this time and is being tracked as ZBUG-1685. You should be able to follow updates on this issue through the support portal.
Regards,
Regards,
- Mon Aug 31, 2020 2:13 pm
- Forum: Administrators
- Topic: Empty Mailbox Exporting - getRestURL "//?fmt=tgz"
- Replies: 3
- Views: 679
Re: Empty Mailbox Exporting - getRestURL "//?fmt=tgz"
You should definitely check the log for errors. The archive formatter (tar formatter) is streaming in nature, so it is not possible for it to return an error. Instead, it will simply truncate the archive. This has been the source of trouble and confusion for quite some time. Check your logs and you ...
- Wed Aug 19, 2020 10:11 pm
- Forum: Administrators
- Topic: Zimbra 9 - Patch 6 (Feedback from video)
- Replies: 4
- Views: 1480
Re: Zimbra 9 - Patch 6 (Feedback from video)
Hello Jorge! ( missing you :( ) Hope this feedback is welcomed to the forum. Your feedback is always welcome. I believe the new navigation location is in place to accommodate the large number of new extensions to the product. You can see in the video that after selection of a category you are presen...
- Mon Aug 17, 2020 2:49 pm
- Forum: Community News
- Topic: August 2020 Zeta Alliance Weekly Call Summaries
- Replies: 4
- Views: 3105
Re: August 2020 Zeta Alliance Weekly Call Summaries
John E. said that Microsoft has announced their intent to phase out EWS support for Outlook for Mac, and that Microsoft has traditionally always considered ActiveSync for use by Android and iOS devices for syncing, and EWS for use by Outlook for Mac for syncing. It appears this is only for the M365...
- Fri Aug 14, 2020 2:15 pm
- Forum: Developers
- Topic: Zimbra nginx
- Replies: 1
- Views: 1189
Re: Zimbra nginx
Hi CarRazzmatazz, You should see nginx listed as Zimbra Proxy during installation (you will need to make sure to have selected that component). As far as the sources, you can find the build information, patches and source code here: https://github.com/Zimbra/packages/tree/develop/thirdparty/nginx. I...