Uses of Interface
org.apache.james.mailbox.MessageResult

Packages that use MessageResult
org.apache.james.mailbox   
org.apache.james.mailbox.util   
 

Uses of MessageResult in org.apache.james.mailbox
 

Methods in org.apache.james.mailbox that return types with arguments of type MessageResult
 java.util.Iterator<MessageResult> MessageManager.getMessages(MessageRange set, MessageResult.FetchGroup fetchGroup, MailboxSession mailboxSession)
          Gets messages in the given range.
 

Uses of MessageResult in org.apache.james.mailbox.util
 

Classes in org.apache.james.mailbox.util that implement MessageResult
 class MessageResultImpl
          Bean based implementation.
 

Methods in org.apache.james.mailbox.util with parameters of type MessageResult
 int MessageResultImpl.compareTo(MessageResult that)
           
 



Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.