public class PassCmdHandler
extends org.apache.james.protocols.pop3.core.AbstractPassCmdHandler
PassCmdHandler which also handles POP3 Before SMTP| Constructor and Description |
|---|
PassCmdHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.james.protocols.pop3.mailbox.Mailbox |
auth(org.apache.james.protocols.pop3.POP3Session session,
String username,
String password) |
org.apache.james.protocols.api.Response |
onCommand(org.apache.james.protocols.pop3.POP3Session session,
org.apache.james.protocols.api.Request request) |
void |
setMailboxManager(org.apache.james.mailbox.MailboxManager manager) |
public void setMailboxManager(org.apache.james.mailbox.MailboxManager manager)
public org.apache.james.protocols.api.Response onCommand(org.apache.james.protocols.pop3.POP3Session session,
org.apache.james.protocols.api.Request request)
onCommand in interface org.apache.james.protocols.api.handler.CommandHandler<org.apache.james.protocols.pop3.POP3Session>onCommand in class org.apache.james.protocols.pop3.core.AbstractPassCmdHandlerCopyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.