Uses of Class
com.hs.mail.imap.ImapSession.State

Packages that use ImapSession.State
com.hs.mail.imap   
com.hs.mail.imap.message.request   
com.hs.mail.imap.message.request.ext   
 

Uses of ImapSession.State in com.hs.mail.imap
 

Methods in com.hs.mail.imap that return ImapSession.State
 ImapSession.State ImapSession.getState()
           
static ImapSession.State ImapSession.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ImapSession.State[] ImapSession.State.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of ImapSession.State in com.hs.mail.imap.message.request
 

Methods in com.hs.mail.imap.message.request with parameters of type ImapSession.State
 boolean StoreRequest.validForState(ImapSession.State state)
           
 boolean StatusRequest.validForState(ImapSession.State state)
           
 boolean SearchRequest.validForState(ImapSession.State state)
           
 boolean RenameRequest.validForState(ImapSession.State state)
           
 boolean NoopRequest.validForState(ImapSession.State state)
           
 boolean LogoutRequest.validForState(ImapSession.State state)
           
 boolean LoginRequest.validForState(ImapSession.State state)
           
abstract  boolean ImapRequest.validForState(ImapSession.State state)
           
 boolean FetchRequest.validForState(ImapSession.State state)
           
 boolean ExpungeRequest.validForState(ImapSession.State state)
           
 boolean CopyRequest.validForState(ImapSession.State state)
           
 boolean CloseRequest.validForState(ImapSession.State state)
           
 boolean CheckRequest.validForState(ImapSession.State state)
           
 boolean CapabilityRequest.validForState(ImapSession.State state)
           
 boolean AuthenticateRequest.validForState(ImapSession.State state)
           
 boolean AppendRequest.validForState(ImapSession.State state)
           
 boolean AbstractMailboxRequest.validForState(ImapSession.State state)
           
 boolean AbstractListRequest.validForState(ImapSession.State state)
           
 

Uses of ImapSession.State in com.hs.mail.imap.message.request.ext
 

Methods in com.hs.mail.imap.message.request.ext with parameters of type ImapSession.State
 boolean SetQuotaRequest.validForState(ImapSession.State state)
           
 boolean NamespaceRequest.validForState(ImapSession.State state)
           
 boolean GetQuotaRequest.validForState(ImapSession.State state)
           
 



Copyright © 2011. All Rights Reserved.