package mireka.destination;
/**
* Destination specifies the service which must be used to transfer an incoming
* mail addressed to a specific recipient and it also contains information
* necessary for that service to do the transfer. For example an instance may
* specify that mail addressed to a specific recipient must be transmitted to a
* gateway on a specific host.
*/
public interface Destination {
// there are no common properties for destinations
}