public class AuthCommand extends Pop3Command
https://tools.ietf.org/html/rfc5034
AUTH mechanism [initial-response] mechanism PLAIN : See https://tools.ietf.org/html/rfc4616
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthCommand.Pop3SaslAuthMechanism |
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTINUATION |
log| Constructor and Description |
|---|
AuthCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Pop3Connection conn,
Pop3State state,
String cmd) |
boolean |
isValidForState(Pop3State state) |
public static final String CONTINUATION
public boolean isValidForState(Pop3State state)
isValidForState in class Pop3Commandpublic void execute(Pop3Connection conn, Pop3State state, String cmd)
execute in class Pop3CommandCopyright © 2006–2022 Icegreen Technologies. All rights reserved.