A C D G R S T
A
- AUTO_SMTP_PORT - Static variable in class com.dumbster.smtp.SimpleSmtpServer
-
pick any free port.
C
- close() - Method in class com.dumbster.smtp.SimpleSmtpServer
-
- com.dumbster.smtp - package com.dumbster.smtp
-
D
- DEFAULT_SMTP_PORT - Static variable in class com.dumbster.smtp.SimpleSmtpServer
-
Default SMTP port is 25.
G
- getBody() - Method in class com.dumbster.smtp.SmtpMessage
-
Get the message body.
- 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.
- getPort() - Method in class com.dumbster.smtp.SimpleSmtpServer
-
- getReceivedEmails() - Method in class com.dumbster.smtp.SimpleSmtpServer
-
R
- reset() - Method in class com.dumbster.smtp.SimpleSmtpServer
-
forgets all received emails
S
- SimpleSmtpServer - Class in com.dumbster.smtp
-
Dummy SMTP server for testing purposes.
- SmtpMessage - Class in com.dumbster.smtp
-
Container for a complete SMTP message - headers and message body.
- SmtpMessage() - Constructor for class com.dumbster.smtp.SmtpMessage
-
Constructor.
- start(int) - Static method in class com.dumbster.smtp.SimpleSmtpServer
-
Creates an instance of a started SimpleSmtpServer.
- stop() - Method in class com.dumbster.smtp.SimpleSmtpServer
-
Stops the server.
- store(SmtpResponse, String) - Method in class com.dumbster.smtp.SmtpMessage
-
Update the headers or body depending on the SmtpResponse object and line of input.
T
- toString() - Method in class com.dumbster.smtp.SmtpMessage
-
String representation of the SmtpMessage.
A C D G R S T
Copyright © 2016. All rights reserved.