org.abstracthorizon.mercury.imap.cmd
Class Append
java.lang.Object
org.abstracthorizon.mercury.imap.cmd.IMAPCommand
org.abstracthorizon.mercury.imap.cmd.Append
- All Implemented Interfaces:
- org.abstracthorizon.danube.connection.ConnectionHandler
public class Append
- extends IMAPCommand
Append IMAP command
- Author:
- Daniel Sendula
Nested Class Summary |
static class |
Append.MMessage
Message wrapper that adds received date |
Field Summary |
static int |
BUFFER_LEN
Default buffer len |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BUFFER_LEN
public static final int BUFFER_LEN
- Default buffer len
- See Also:
- Constant Field Values
Append
public Append(String mnemonic)
- Constructor
- Parameters:
mnemonic
- mnemonic
execute
public void execute(IMAPSession session)
throws ParserException,
javax.mail.MessagingException,
CommandException,
IOException
- Executes method
- Overrides:
execute
in class IMAPCommand
- Parameters:
session
-
- Throws:
ParserException
javax.mail.MessagingException
CommandException
IOException
Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.