org.abstracthorizon.mercury.imap.response
Class ListResponse
java.lang.Object
org.abstracthorizon.mercury.imap.response.Response
org.abstracthorizon.mercury.imap.response.MnemonicResponse
org.abstracthorizon.mercury.imap.response.ListResponse
- Direct Known Subclasses:
- LsubResponse
public class ListResponse
- extends MnemonicResponse
List response
- Author:
- Daniel Sendula
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
msg
protected String msg
- Message
ListResponse
public ListResponse(IMAPSession session,
javax.mail.Folder f)
throws javax.mail.MessagingException
- Constructor
- Parameters:
session
- imap sessionf
- folder
- Throws:
javax.mail.MessagingException
ListResponse
protected ListResponse(IMAPSession session,
String mnemonic,
javax.mail.Folder f)
throws javax.mail.MessagingException
- Constructor
- Parameters:
session
- imap sessionmnemonic
- mnemonicf
- folder
- Throws:
javax.mail.MessagingException
composeMessage
public static final String composeMessage(javax.mail.Folder f)
throws javax.mail.MessagingException
- Composes the message
- Parameters:
f
- folder
- Returns:
- string representation
- Throws:
javax.mail.MessagingException
Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.