On some of our users we get
Error: "comment" is not a valid backing value for enum Zimbra\Common\Enum\ViewType
The error occurs for users that have a "/Comments" folder. This folder is not visible anywhere in the Zimbra gui, so it must be some internal folder. To get around it, I added
case COMMENT = "comment"
to Zimbra\Common\Enum\ViewType.
On saved search folders, we get:
Error: "" is not a valid backing value for enum Zimbra\Common\Enum\SearchSortBy
We removed the search folders on the few people that used them.
The above should be catered for by the API if it is to work with all mailboxes.
On some of our users we get
Error: "comment" is not a valid backing value for enum Zimbra\Common\Enum\ViewType
The error occurs for users that have a "/Comments" folder. This folder is not visible anywhere in the Zimbra gui, so it must be some internal folder. To get around it, I added
case COMMENT = "comment"
to Zimbra\Common\Enum\ViewType.
On saved search folders, we get:
Error: "" is not a valid backing value for enum Zimbra\Common\Enum\SearchSortBy
We removed the search folders on the few people that used them.
The above should be catered for by the API if it is to work with all mailboxes.