- getBody() - Method in class com.dumbster.smtp.SmtpMessage
-
Get the message body.
- getCode() - Method in class com.dumbster.smtp.SmtpResponse
-
Get the response code.
- getHeaderNames() - Method in class com.dumbster.smtp.SmtpMessage
-
Get an Iterator over the header names.
- getHeaderValue(String) - Method in class com.dumbster.smtp.SmtpMessage
-
Get the first values associated with a given header name.
- getHeaderValues(String) - Method in class com.dumbster.smtp.SmtpMessage
-
Get the value(s) associated with the given header name.
- getMessage() - Method in class com.dumbster.smtp.SmtpResponse
-
Get the response message.
- getNextState() - Method in class com.dumbster.smtp.SmtpResponse
-
Get the next SMTP server state.
- getParams() - Method in class com.dumbster.smtp.SmtpRequest
-
Get the parameters of this request (remainder of command line once the command is removed.
- getReceivedEmail() - Method in class com.dumbster.smtp.SimpleSmtpServer
-
Get email received by this instance since start up.
- getReceivedEmailSize() - Method in class com.dumbster.smtp.SimpleSmtpServer
-
Get the number of messages received.
- GREET - Static variable in class com.dumbster.smtp.SmtpState
-
GREET state: wating for a ELHO message.