added preliminary mailing list support
[org.ibex.mail.git] / src / org / ibex / mail / target / Later.java
index e41dc49..ee331ef 100644 (file)
@@ -9,7 +9,7 @@ import org.ibex.util.*;
 import org.ibex.mail.*;
 import org.ibex.mail.target.*;
 
-public class Later extends Target {
+public class Later extends JS.Obj implements Target {
     public static final Later instance = new Later();
     public static class LaterException extends RuntimeException { }
     public void accept(Message m) throws IOException, MailException {