See: Description
| Interface | Description |
|---|---|
| MailHandler |
A MailHandler handles one mail.
|
| Class | Description |
|---|---|
| ChainedMailHandler | |
| CloudMailHandler |
This MailHandler dispatched the received Mail Message to MMBase objects.
|
| Forwarder |
Forwarding MailHandler.
|
| MailFetcher |
The abstraction of a class that somehow fetches mail.
|
| MailHandler.Address | |
| MailHandler.Factory | |
| PopFetcher |
A mail fetcher that does not smtp-listen but periodically pops from a server.
|
| SMTPFetcher |
Listener thread, that accepts connection on port 25 (default) and
delegates all work to its worker threads.
|
| SMTPListener |
Listener thread, that accepts connection on port 25 (default) and
delegates all work to its worker threads.
|
| SMTPModule |
RFC 2821 partial-compliant SMTP server.
|
| VerifyEmailMailHandler |
This MailHandler explores the Message to see if it just a response to an email verification, and
if so, handles it.
|
| Enum | Description |
|---|---|
| MailHandler.MailBoxStatus | |
| MailHandler.MessageStatus | |
| SMTPFetcher.State |
Contains classes and interfaces to deal with receiving email (rather then sending).
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}