public class AuthCommand extends SmtpCommand
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthCommand.AuthMechanism |
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTH_ALREADY_AUTHENTICATED |
static String |
AUTH_CREDENTIALS_INVALID |
static String |
AUTH_SUCCEDED |
static String |
SMTP_SERVER_CONTINUATION |
static String |
SMTP_SYNTAX_ERROR |
static String |
SUPPORTED_AUTH_MECHANISM |
log| Constructor and Description |
|---|
AuthCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(SmtpConnection conn,
SmtpState state,
SmtpManager manager,
String commandLine) |
public static final String AUTH_SUCCEDED
public static final String AUTH_CREDENTIALS_INVALID
public static final String AUTH_ALREADY_AUTHENTICATED
public static final String SMTP_SYNTAX_ERROR
public static final String SMTP_SERVER_CONTINUATION
public static final String SUPPORTED_AUTH_MECHANISM
public void execute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine) throws IOException
execute in class SmtpCommandIOExceptionCopyright © 2006–2022 Icegreen Technologies. All rights reserved.