X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Fmail%2FSMTP.java;fp=src%2Forg%2Fibex%2Fmail%2FSMTP.java;h=5a735540cfd852e79ce7304c783ba53dad5ab14a;hb=80d159654238da2dc2f1dd1c946bcaf2785b7ffd;hp=22e1813c37fccb9cfaf6f9ee351253e87b2031a8;hpb=56918ccdf053597d1e0a6a4c7ce72d31a1660836;p=org.ibex.mail.git diff --git a/src/org/ibex/mail/SMTP.java b/src/org/ibex/mail/SMTP.java index 22e1813..5a73554 100644 --- a/src/org/ibex/mail/SMTP.java +++ b/src/org/ibex/mail/SMTP.java @@ -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...