rice.email.proxy.pop3.commands
Class RetrCommand
java.lang.Object
rice.email.proxy.pop3.commands.Pop3Command
rice.email.proxy.pop3.commands.RetrCommand
public class RetrCommand
- extends Pop3Command
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RetrCommand
public RetrCommand()
isValidForState
public boolean isValidForState(Pop3State state)
- Specified by:
isValidForState
in class Pop3Command
execute
public void execute(Pop3Connection conn,
Pop3State state,
java.lang.String cmd)
- Specified by:
execute
in class Pop3Command
fetchAll
public static java.lang.String fetchAll(Pop3Connection conn,
EmailContentPart part)
throws MailboxException
- Throws:
MailboxException
fetchAll
public static java.lang.String fetchAll(Pop3Connection conn,
EmailMultiPart part)
throws MailboxException
- Throws:
MailboxException
fetchAll
public static java.lang.String fetchAll(Pop3Connection conn,
EmailSinglePart part)
throws MailboxException
- Throws:
MailboxException
fetchAll
public static java.lang.String fetchAll(Pop3Connection conn,
EmailHeadersPart part)
throws MailboxException
- Throws:
MailboxException
Copyright © 2001-2005 - Rice Pastry.