public interface Session
SessionDestination| Modifier and Type | Method and Description |
|---|---|
void |
data(Mail mail)
Processes the mail after the mail data arrived.
|
void |
done()
Closes this session.
|
void |
from(ReversePath from)
Processes the reverse path.
|
void |
recipient(RecipientContext recipientContext)
Processes an accepted recipient.
|
void from(ReversePath from) throws RejectExceptionExt
recipient(RecipientContext) call.from - The reverse path.RejectExceptionExtvoid recipient(RecipientContext recipientContext) throws RejectExceptionExt
FilterBase.verifyRecipient(mireka.filter.RecipientContext).RejectExceptionExtvoid data(Mail mail) throws RejectExceptionExt, java.io.IOException
java.io.IOException - if an error occurred while reading from the supplied mail
data.RejectExceptionExtvoid done()