|
Class Summary |
| AbstractSMTPServer |
This is an abstract adapter to be used for handling smtp requests. |
| AbstractSMTPServer.State |
Stores a mutable long for the masks which represent the state
information |
| Address |
A class which represents an address of some mail sender/receiver. |
| DNSUtil |
Checks the MX record and returns the follow 3 possibilities:
mybb.ca has 0 mail servers
mybb.ca has 2 mail servers: mail1.backbonesystems.org
tangwenfans.com : DNS name not found [response code 3] |
| Mbox |
This class implements the MessageStore interface by storing and
retrieving messages to and from a file formatted according to the mbox
specifications. |
| MboxContract |
|
| Message |
This class provides an object representation of an e-mail message. |
| RemoteMessageHandler |
This class is used to sort messages that must be relayed to a specific
remote server. |
| RemoteServerMessage |
This class is used to store a message that must be relayed to a specific
remote server. |
| SMTPServer |
This class extends the AbstractSMTPServer class by providing
methods to handle incoming message data |
| TestSMTPServer |
Realization of the AbstractSmtpAdapter Handles all of the commands from
the Smtp standard. |