cleanups in POP3
[org.ibex.mail.git] / src / org / ibex / mail / SMTP.java
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...