JPAMessageMapper.search(....) should use JPL query which match the SearchQuery
------------------------------------------------------------------------------

                 Key: IMAP-196
                 URL: https://issues.apache.org/jira/browse/IMAP-196
             Project: JAMES Imap
          Issue Type: Improvement
          Components: JPA Mailbox
            Reporter: Norman Maurer


At the moment the JPAMessageMapper.search(...) method use the 
SearchQueryIterator for matching the SearchQuery. This works but its not the 
best thing todo with a query aware backed like JPA. We should build a JPL query 
which mach the SearchQuery and return the result directly (without using 
SearchQueryIterator)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to