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.RejectExceptionExt
void recipient(RecipientContext recipientContext) throws RejectExceptionExt
FilterBase.verifyRecipient(mireka.filter.RecipientContext)
.RejectExceptionExt
void data(Mail mail) throws RejectExceptionExt, java.io.IOException
java.io.IOException
- if an error occurred while reading from the supplied mail
data.RejectExceptionExt
void done()