public class ImapCommandAuthenticate extends ImapCommand
Provides the the Authenticate command to the IMAP server.
Constructor and Description |
---|
ImapCommandAuthenticate() |
Modifier and Type | Method and Description |
---|---|
String[] |
getCapabilities(ImapConnection ic) |
static String |
getChallenge(int length) |
String[] |
getCommandIdentifier()
Returns the Identifier (IMAP command) which are processed by this class.
|
void |
init()
Initializer called by the static constructor of ImapCommand.
|
String[] |
processCommand(ImapLine line)
process authentication command.
|
public void init()
Initializer called by the static constructor of ImapCommand.
public static String getChallenge(int length)
public String[] processCommand(ImapLine line) throws ImapException
process authentication command.
processCommand
in class ImapCommand
line
- The context of the line triggeredImapException
- when problem processing the commandpublic String[] getCommandIdentifier()
Returns the Identifier (IMAP command) which are processed by this class.
getCommandIdentifier
in class ImapCommand
public String[] getCapabilities(ImapConnection ic)
getCapabilities
in class ImapCommand
Copyright © 2023. All rights reserved.