| Package | Description |
|---|---|
| org.mmbase.module.smtp |
Contains classes and interfaces to deal with receiving email (rather then sending).
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChainedMailHandler |
class |
CloudMailHandler
This MailHandler dispatched the received Mail Message to MMBase objects.
|
class |
Forwarder
Forwarding MailHandler.
|
class |
VerifyEmailMailHandler
This MailHandler explores the Message to see if it just a response to an email verification, and
if so, handles it.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) List<MailHandler> |
ChainedMailHandler.chain |
| Modifier and Type | Method and Description |
|---|---|
MailHandler |
MailFetcher.getHandler() |
static MailHandler |
MailHandler.Factory.getInstance() |
| Constructor and Description |
|---|
ChainedMailHandler(MailHandler... mh) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}