major revamp due to new Message constructors
[org.ibex.mail.git] / src / org / ibex / mail / POP3.java
index 9add721..06a0d31 100644 (file)
@@ -12,6 +12,7 @@ import java.io.*;
 import java.net.*;
 import java.util.*;
 
+// FIXME: actually implement this...
 public interface POP3 {
 
     public static interface Server {