[ https://issues.apache.org/jira/browse/MAILBOX-5?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Norman Maurer resolved MAILBOX-5. --------------------------------- Resolution: Won't Fix Assignee: Norman Maurer We now have a MessageSearchIndex interface which can be used to implement a fast index for searches > Store text body parts seperate to optimize search > ------------------------------------------------- > > Key: MAILBOX-5 > URL: https://issues.apache.org/jira/browse/MAILBOX-5 > Project: James Mailbox > Issue Type: Improvement > Reporter: Norman Maurer > Assignee: Norman Maurer > Fix For: 0.3 > > > From the IMAP RFC: > 6.4.4. SEARCH Command > Server implementations MAY exclude [MIME-IMB] body parts with > terminal content media types other than TEXT and MESSAGE from > consideration in SEARCH matching. > TEXT <string> > Messages that contain the specified string in the header or > body of the message. > BODY <string> > Messages that contain the specified string in the body of the > message. > At the moment if any of the two above is triggered we parse the whole message > again. If we would store the text parts some kind of optimized we would be > able to search without this overhead. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org