net.sf.wallace.messages
Class MailboxMessage

java.lang.Object
  extended by net.sf.wallace.messages.AbstractMessage
      extended by net.sf.wallace.messages.MailboxMessage
All Implemented Interfaces:
ClientMessage
Direct Known Subclasses:
AppendMessage, CreateMessage, DeleteMessage, ExamineMessage, ListMessage, LsubMessage, SelectMessage, SubscribeMessage, UnsubscribeMessage

public abstract class MailboxMessage
extends AbstractMessage

Any of the IMAP commands that have a mailbox as an argument. This class does not directly map to an IMAP command.

Author:
rnewson

Constructor Summary
MailboxMessage()
           
 
Method Summary
protected  String getMailboxName()
           
 void setMailboxName(String newMailbox)
           
 
Methods inherited from class net.sf.wallace.messages.AbstractMessage
getTag, setTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.wallace.ClientMessage
getCommand
 

Constructor Detail

MailboxMessage

public MailboxMessage()
Method Detail

setMailboxName

public final void setMailboxName(String newMailbox)

getMailboxName

protected final String getMailboxName()


Copyright © 2004-2005 Robert Newson. All Rights Reserved.