added preliminary mailing list support
[org.ibex.mail.git] / src / org / ibex / mail / target / LMTP.java
index 0312995..fa244a5 100644 (file)
@@ -5,5 +5,5 @@
 package org.ibex.mail.target;
 import org.ibex.mail.*;
 /** implementation of the Local Mail Transport Protocol */
-public class LMTP extends Target {
+public abstract class LMTP implements Target {
 }