adjusted for changes to jinetd
[org.ibex.mail.git] / src / org / ibex / mail / protocol / POP3.java
index 921d0be..fd16972 100644 (file)
@@ -29,7 +29,7 @@ public interface POP3 {
         public String[] uidl();         // FIXME, also needs message number
     }
 
-    public static class Listener implements Worker {
+    public static class Listener {
         Server api = null;
         public void handleRequest(Connection conn) {
             conn.setTimeout(30 * 60 * 1000);