Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.6.0
-
None
-
None
Description
https://jmap.io/spec-mail.html#searchsnippetget
When doing a search on a String property, the client may wish to show the relevant section of the body that matches the search as a preview and to highlight any matching terms in both this and the subject of the Email. Search snippets represent this data.
Our search APIs do not allow to do this out of the box.
While waiting to have such support, we can likely write a naive version: lways return unsupportedFilter error code, which do not add much but would likely ease error handling on the client side (no need to handle "unknownMethod" error codes... This prove, on other method call during my LTT.RS experiments to be an inter-operability blocker...)