org.abstracthorizon.mercury.imap.cmd
Class List
java.lang.Object
org.abstracthorizon.mercury.imap.cmd.IMAPCommand
org.abstracthorizon.mercury.imap.cmd.List
- All Implemented Interfaces:
- org.abstracthorizon.danube.connection.ConnectionHandler
public class List
- extends IMAPCommand
List IMAP command
- Author:
- Daniel Sendula
Constructor Summary |
List(String mnemonic)
Constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
List
public List(String mnemonic)
- Constructor
- Parameters:
mnemonic
- mnemonic
execute
protected void execute(IMAPSession session)
throws ParserException,
javax.mail.MessagingException,
IOException
- Executes the command
- Overrides:
execute
in class IMAPCommand
- Parameters:
session
-
- Throws:
ParserException
javax.mail.MessagingException
CommandException
IOException
Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.