sebbASF commented on issue #109:
URL: 
https://github.com/apache/incubator-ponymail-foal/issues/109#issuecomment-937662765


   Classic ponymail uses a search of the form:
   
          "query": "(from:\"_item_\") OR (subject:\"_item_\") OR 
(body:\"_item_\")"
   
   where \_item\_ is html-encoded
   
   That works fine for all the special characters I tried.
   In the case of Foal, the fields are specified separately, so it would just 
need:
   
          "query": "\"_item_\""
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to