added tons of stuff, including js support
[org.ibex.mail.git] / src / org / ibex / mail / protocol / IMAP.java
index a504848..fc72869 100644 (file)
@@ -5,10 +5,6 @@ import java.io.*;
 class IMAPException extends IOException {
 }
 
-interface IMAP {
-}
-
-
 public class IMAP extends MessageProtocol {
 
     public static void main(String[] args) throws Exception {