From 64221faef859c51b67190f74a3b8d1173d56cd43 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 19 Oct 2003 19:54:14 +0000 Subject: Do basic exit node filtering --- .../noreply/fancydress/directory/ServerDescriptor.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/org/noreply/fancydress/directory/ServerDescriptor.java') diff --git a/src/org/noreply/fancydress/directory/ServerDescriptor.java b/src/org/noreply/fancydress/directory/ServerDescriptor.java index 4c0cba1..4bb866c 100644 --- a/src/org/noreply/fancydress/directory/ServerDescriptor.java +++ b/src/org/noreply/fancydress/directory/ServerDescriptor.java @@ -354,4 +354,22 @@ public class ServerDescriptor { return outgoingMMTPSection; } + /** + * Get the Delivery/MBOX section. + * + * @return this server descriptor's Delivery/MBOX section + */ + public DeliveryMBOXSection getDeliveryMBOXSection() { + return deliveryMBOXSection; + } + + /** + * Get the Delivery/SMTP section. + * + * @return this server descriptor's Delivery/SMTP section + */ + public DeliverySMTPSection getDeliverySMTPSection() { + return deliverySMTPSection; + } + } -- cgit v1.2.3