[Mono-dev] patch for bug 76972
Andy Waddell
awaddell at fnfr.com
Thu Dec 22 17:26:55 EST 2005
Does this patch look Ok? If so, could somebody with commit privileges
apply it to SVN. It is to address
http://bugzilla.ximian.com/show_bug.cgi?id=76972 which I submitted a
short while ago.
I was hoping it would be in for the next release.
--andy
[awaddell at AWLNX 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");
[awaddell at AWLNX src]$
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20051222/fed97272/attachment.html
More information about the Mono-devel-list
mailing list