[Mono-bugs] [Bug 54908][Wis] Changed - patch for System.Web.Mail.MailMessage for empty body or subject

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 27 Feb 2004 09:24:32 -0500 (EST)


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 gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=54908

--- shadow/54908	2004-02-26 14:43:36.000000000 -0500
+++ shadow/54908.tmp.7469	2004-02-27 09:24:32.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 54908
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: Sys.Web
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jluke@cfl.rr.com               
 QAContact: mono-bugs@ximian.com
@@ -54,6 +54,9 @@
 
 ------- Additional Comments From jluke@cfl.rr.com  2004-02-26 14:43 -------
 The above patch initializes the Body and Subject fields to "", maybe
 the correct thing is to fix it somewhere else though.  Also, the
 Fields property doesn't seem to do anything in .NET, so I made it an
 empty Hashtable like on .NET.
+
+------- Additional Comments From gonzalo@ximian.com  2004-02-27 09:24 -------
+Patch applied. Thanks!