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