Uses of Class
org.abstracthorizon.mercury.imap.cmd.IMAPCommand

Packages that use IMAPCommand
org.abstracthorizon.mercury.imap.cmd   
 

Uses of IMAPCommand in org.abstracthorizon.mercury.imap.cmd
 

Subclasses of IMAPCommand in org.abstracthorizon.mercury.imap.cmd
 class Append
          Append IMAP command
 class Authenticate
          Authenticate IMAP command
 class Bad
          Artificial command representing unknown command
 class Capability
          Capability IMAP command
 class Check
          Check IMAP Command
 class Close
          Close IMAP command
 class Copy
          Copy IMAP Command
 class Create
          Create IMAP command
 class Delete
          Delete IMAP command
 class Examine
          Examine IMAP command
 class Expunge
          Expunge IMAP command
 class Fetch
          Fetch IMAP command
 class Idle
          Check IMAP Command
 class List
          List IMAP command
 class Login
          Login IMAP command
 class Logout
          Logout IMAP command
 class LSub
          LSUB IMAP command
 class NOOP
          NOOP IMAP command
 class Partial
          Partial IMAP command
 class Rename
          Rename IMAP command
 class Search
          Search IMAP command
 class Select
          Select IMAP command
 class StartTLS
          Login IMAP command
 class Status
          Status IMAP command
 class Store
          Store IMAP command
 class Subscribe
          Subscribe IMAP command
 class UID
          UID prefix of IMAP command.
 class UIDCommand
          A super class for all commands that can be invoked by UID prefix (Copy, Fetch, Search and Store)
 class Unsubscribe
          Unsubscribe IMAP command
 

Fields in org.abstracthorizon.mercury.imap.cmd with type parameters of type IMAPCommand
protected static Map<String,Class<? extends IMAPCommand>> IMAPCommandFactory.commands
          Map of commands
 

Method parameters in org.abstracthorizon.mercury.imap.cmd with type arguments of type IMAPCommand
protected static void IMAPCommandFactory.add(String mnemonic, Class<? extends IMAPCommand> c)
          Adds new command
 



Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.