org.abstracthorizon.mercury.imap.cmd
Class Check

java.lang.Object
  extended by org.abstracthorizon.mercury.imap.cmd.IMAPCommand
      extended by org.abstracthorizon.mercury.imap.cmd.NOOP
          extended by org.abstracthorizon.mercury.imap.cmd.Check
All Implemented Interfaces:
org.abstracthorizon.danube.connection.ConnectionHandler

public class Check
extends NOOP

Check IMAP Command

Author:
Daniel Sendula

Field Summary
 
Fields inherited from class org.abstracthorizon.mercury.imap.cmd.IMAPCommand
ALWAYS_SEND_UNILATERAL_DATA, ALWAYS_SUPRESS_UNILATERAL_DATA, mnemonic, SEND_WHEN_HAVE_NEW, unilateral
 
Constructor Summary
Check(String mnemonic)
          Constructor
 
Method Summary
 
Methods inherited from class org.abstracthorizon.mercury.imap.cmd.NOOP
execute
 
Methods inherited from class org.abstracthorizon.mercury.imap.cmd.IMAPCommand
checkEOL, getMnemonic, handleConnection, sendOK
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Check

public Check(String mnemonic)
Constructor

Parameters:
mnemonic - mnemonic


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