Lionel Palacin created CAMEL-11117:
--------------------------------------
Summary: The searchTerm subjectOrBody breaks the searchTerm unseen
Key: CAMEL-11117
URL: https://issues.apache.org/jira/browse/CAMEL-11117
Project: Camel
Issue Type: Bug
Components: camel-mail
Affects Versions: 2.18.3
Reporter: Lionel Palacin
Priority: Minor
When the two options searchTerm.unseen and searchTerm.subjectOrBody are
together, the searchTerm generated looks like that:
(Unseen AND Subject) OR Body. Which is incorrect, the right searchTerm should
be: Unseen AND (Subject OR Body).
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)