org.abstracthorizon.mercury.imap.cmd
Class Select
java.lang.Object
org.abstracthorizon.mercury.imap.cmd.IMAPCommand
org.abstracthorizon.mercury.imap.cmd.Select
- All Implemented Interfaces:
- org.abstracthorizon.danube.connection.ConnectionHandler
- Direct Known Subclasses:
- Examine
public class Select
- extends IMAPCommand
Select IMAP command
- Author:
- Daniel Sendula
Field Summary |
static javax.mail.Flags |
flags
Flags |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
flags
public static final javax.mail.Flags flags
- Flags
Select
public Select(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 IMAPCommand
- Parameters:
session
-
- Throws:
ParserException
javax.mail.MessagingException
CommandException
IOException
executeImpl
protected void executeImpl(IMAPSession session,
boolean readonly)
throws ParserException,
javax.mail.MessagingException,
IOException
- Executes the command
- Parameters:
session
- readonly
- is select readonly or not
- Throws:
ParserException
javax.mail.MessagingException
CommandException
IOException
Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.