public class ImapCommandLogin extends ImapCommand
Constructor and Description |
---|
ImapCommandLogin() |
Modifier and Type | Method and Description |
---|---|
String[] |
getCapabilities() |
String[] |
getCapabilities(ImapConnection ic) |
String[] |
getCommandIdentifier() |
String[] |
processCommand(ImapLine line)
Process the login command.
|
public String[] processCommand(ImapLine line) throws ImapException
Process the login command.
processCommand
in class ImapCommand
line
- The Imap line representing a login commandImapException
- For all parsing errorspublic String[] getCapabilities()
public String[] getCapabilities(ImapConnection ic)
getCapabilities
in class ImapCommand
public String[] getCommandIdentifier()
getCommandIdentifier
in class ImapCommand
Copyright © 2023. All rights reserved.