ePOST API

Uses of Class
rice.email.proxy.mailbox.MsgFilter

Packages that use MsgFilter
rice.email.proxy.imap.commands   
rice.email.proxy.imap.commands.search   
rice.email.proxy.imap.parser.antlr   
rice.email.proxy.mailbox   
rice.email.proxy.mailbox.filebox   
rice.email.proxy.mailbox.postbox   
 

Uses of MsgFilter in rice.email.proxy.imap.commands
 

Methods in rice.email.proxy.imap.commands that return MsgFilter
 MsgFilter CopyCommand.getRange()
           
 MsgFilter FetchCommand.getRange()
           
 MsgFilter StoreCommand.getRange()
           
 

Methods in rice.email.proxy.imap.commands with parameters of type MsgFilter
 void CopyCommand.setRange(MsgFilter range)
           
 void FetchCommand.setRange(MsgFilter range)
           
 void StoreCommand.setRange(MsgFilter range)
           
 

Uses of MsgFilter in rice.email.proxy.imap.commands.search
 

Subclasses of MsgFilter in rice.email.proxy.imap.commands.search
 class AndSearchPart
           
 class DateArgSearchPart
           
 class FilterSearchPart
           
 class HeaderSearchPart
           
 class NoArgSearchPart
           
 class NotSearchPart
           
 class NumberArgSearchPart
           
 class OrSearchPart
           
 class SearchPart
           
 class StringArgSearchPart
           
 

Constructors in rice.email.proxy.imap.commands.search with parameters of type MsgFilter
FilterSearchPart(MsgFilter filter)
           
 

Uses of MsgFilter in rice.email.proxy.imap.parser.antlr
 

Methods in rice.email.proxy.imap.parser.antlr that return MsgFilter
 MsgFilter ImapCommandParser.range(boolean isUID)
           
 

Uses of MsgFilter in rice.email.proxy.mailbox
 

Subclasses of MsgFilter in rice.email.proxy.mailbox
 class MsgRangeFilter
           
 class MsgSetFilter
           
 

Fields in rice.email.proxy.mailbox declared as MsgFilter
static MsgFilter MsgFilter.ALL
           
static MsgFilter MsgFilter.DELETED
           
static MsgFilter MsgFilter.RECENT
           
static MsgFilter MsgFilter.SEEN
           
 

Methods in rice.email.proxy.mailbox that return MsgFilter
static MsgFilter MsgFilter.NOT(MsgFilter filter)
           
 

Methods in rice.email.proxy.mailbox with parameters of type MsgFilter
 java.util.List MailFolder.getMessages(MsgFilter range)
          Obtains a list of StoredMessages in this folder that fall within the designated range.
static MsgFilter MsgFilter.NOT(MsgFilter filter)
           
 

Uses of MsgFilter in rice.email.proxy.mailbox.filebox
 

Methods in rice.email.proxy.mailbox.filebox with parameters of type MsgFilter
 FileMessageList FileMessageList.filter(MsgFilter range)
           
 java.util.List FileFolder.getMessages(MsgFilter range)
           
 

Uses of MsgFilter in rice.email.proxy.mailbox.postbox
 

Methods in rice.email.proxy.mailbox.postbox with parameters of type MsgFilter
 java.util.List PostFolder.getMessages(MsgFilter range)
           
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.