Tellier Benoit created MAILBOX-220:
--------------------------------------

             Summary: toreMessaageManager::getMessages returns no messages when 
using FROM ranges.
                 Key: MAILBOX-220
                 URL: https://issues.apache.org/jira/browse/MAILBOX-220
             Project: James Mailbox
          Issue Type: Bug
          Components: store
    Affects Versions: 0.5
            Reporter: Tellier Benoit


I do not get any messages using StoreMessaageManager::getMessages combined with 
MessageRange::from.

This is due to the way StoreMessageResultIterator works : it is based on the 
comparaison with the TO value of the range.

If this value is set to NOT_A_UID ( which is the case for the from range ), it 
will result in the StoreMessageResultIterator::hasNext to fail.

Setting the TO value for the FROM message range to MAX_UID will solve the issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to