Package mireka.destination
Interface MailDestination
-
- All Superinterfaces:
Destination,ResponsibleDestination
- All Known Implementing Classes:
ForwardDestination,ListDestination,MaildropDestination,NullDestination,TransformDestination,TransmitterDestination
public interface MailDestination extends ResponsibleDestination
A MailDestination is aResponsibleDestinationwhich is only interested in the complete mail at the end of the mail transaction, not in the steps of the mail transaction.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddata(Mail mail)Processes the mail.-
Methods inherited from interface mireka.destination.ResponsibleDestination
equals, hashCode, toString
-
-
-
-
Method Detail
-
data
void data(Mail mail) throws RejectExceptionExt
Processes the mail. This function is called after the SMTP DATA command has been received. It is only called if there is at least one accepted recipient.- Throws:
RejectExceptionExt
-
-