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 [EMAIL PROTECTED]

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

--- shadow/76972        2005-12-13 15:11:13.000000000 -0500
+++ shadow/76972.tmp.7015       2005-12-13 17:32:11.000000000 -0500
@@ -111,6 +111,26 @@
 
 
 How often does this happen? 
 
 
 Additional Information:
+
+------- Additional Comments From [EMAIL PROTECTED]  2005-12-13 17:32 -------
+Proposed patch:
[EMAIL PROTECTED] src]$ more mailfix.txt 
+Index: mcs/class/System/System.Net.Mail/MailMessage.cs
+===================================================================
+--- mcs/class/System/System.Net.Mail/MailMessage.cs     (revision 54310)
++++ mcs/class/System/System.Net.Mail/MailMessage.cs     (working copy)
+@@ -68,7 +68,7 @@
+                        attachments = new AttachmentCollection ();
+                        bcc = new MailAddressCollection ();
+                        cc = new MailAddressCollection ();
+-                       bodyContentType = new ContentType
+(MediaTypeNames.Application.Octet);
++                       bodyContentType = new ContentType
+(MediaTypeNames.Text.Plain);
+                        headers = new NameValueCollection ();
+ 
+                        headers.Add ("MIME-Version", "1.0");
[EMAIL PROTECTED] src]$ 
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to