cleanups in POP3
authoradam <adam@megacz.com>
Sat, 17 Mar 2007 09:00:50 +0000 (09:00 +0000)
committeradam <adam@megacz.com>
Sat, 17 Mar 2007 09:00:50 +0000 (09:00 +0000)
darcs-hash:20070317090050-5007d-bda1d38006c1a4959e076ee26d2da21f1e0c5f7e.gz

src/org/ibex/mail/POP3.java
src/org/ibex/mail/SMTP.java

index 2a31425..9add721 100644 (file)
@@ -5,6 +5,7 @@
 package org.ibex.mail;
 import org.ibex.util.*;
 import org.ibex.io.*;
+import org.ibex.net.*;
 import org.ibex.mail.target.*;
 import org.ibex.jinetd.*;
 import java.io.*;
index 22e1813..5a73554 100644 (file)
@@ -14,6 +14,11 @@ import java.text.*;
 import javax.naming.*;
 import javax.naming.directory.*;
 
+// RFC's implemented
+// RFC2554: SMTP Service Extension for Authentication
+//     - did not implement section 5, though
+// RFC4616: SASL PLAIN
+
 // Note: we can't actually use status codes for feedback if we accept
 // multiple destination addresses...  a failure on one and success on
 // the other...