[Mono-bugs] [Bug 68829][Nor] Changed - SmtpMail sends MailMessage Fields when it should not.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 27 Oct 2004 09:06:58 -0400 (EDT)
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 gsanjay@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=68829
--- shadow/68829 2004-10-26 23:32:24.000000000 -0400
+++ shadow/68829.tmp.21479 2004-10-27 09:06:58.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 68829
Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: 001 One hour
Priority: Normal
Component: Sys.Web
AssignedTo: gsanjay@novell.com
ReportedBy: max@artsalliancelabs.com
QAContact: mono-bugs@ximian.com
@@ -27,6 +27,11 @@
#if NET_1_1
// Add all the custom headers to body part as specified in
//Fields property of MailMessageWrapper
partHeader.Data.Add(msg.Fields.Data);
#endif
+
+------- Additional Comments From gsanjay@novell.com 2004-10-27 09:06 -------
+AUTH command will be implemented and i have added it to my TODO
+list. For time being, i am removing fields which are specific for
+Authorizatio.