[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
Thu, 26 Feb 2004 14:43:36 -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 jluke@cfl.rr.com.

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

--- shadow/54908	2004-02-26 14:41:38.000000000 -0500
+++ shadow/54908.tmp.27032	2004-02-26 14:43:36.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 54908
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: Sys.Web
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jluke@cfl.rr.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -48,6 +48,12 @@
 attaching them in the same bug report and patch)
 
 ------- Additional Comments From jluke@cfl.rr.com  2004-02-26 14:41 -------
 Created an attachment (id=6782)
 proposed patch
 
+
+------- 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.