[Mono-bugs] [Bug 80641][Nor] New - Mono System.Net.Mail.SmtpClient seems to send the QUIT command, unlike the Microsoft implementation
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jan 26 17:54:25 EST 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by georgegiolfan at yahoo.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80641
--- shadow/80641 2007-01-26 17:54:25.000000000 -0500
+++ shadow/80641.tmp.28857 2007-01-26 17:54:25.000000000 -0500
@@ -0,0 +1,41 @@
+Bug#: 80641
+Product: Mono: Class Libraries
+Version: 1.2
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: georgegiolfan at yahoo.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Mono System.Net.Mail.SmtpClient seems to send the QUIT command, unlike the Microsoft implementation
+
+Description of Problem:
+Microsoft System.Net.Mail.SmtpClient does not seem to send the QUIT
+command, and the Mono implementation does.
+
+Steps to reproduce the problem:
+Write/modify/simulate a mail server that will tell you when it receives a
+QUIT command, then use the Microsoft System.Net.Mail.SmtpClient
+implementation to send mail to it.
+
+Actual Results:
+Microsoft implementation does not send a QUIT command. Mono seems to do.
+
+Expected Results:
+Microsoft implementation conforms to the RFC. Since that is not likely,
+Mono might as well not send the QUIT command. I won't actually care, since
+I will try to support both behaviors. At least document it.
+
+How often does this happen?
+Always.
+
+Additional Information:
+I'm posting this just in case it may help somebody. I don't mean that Mono
+is wrong for being correct, just that it may be incompatible.
More information about the mono-bugs
mailing list