(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System.Web / System.Web.Mail / ChangeLog
blob5d7f3a116eb67e28d0b974d0b8ab35c8007985ab
1 2004-10-27  Sanjay Gupta <gsanjay@novell.com>
2         
3         * SmtpClient.cs: Fix for bug 68829.
5 2004-08-27  Sanjay Gupta <gsanjay@novell.com>
6         
7         * MailMessageWrapper.cs: Added a comment to add Date header.
8         * SmtpClient.cs: Updated functionality to add RelatedBodyPart to
9         MIME message.
11 2004-08-26  Sanjay Gupta <gsanjay@novell.com>
13         * SmtpClient.cs: Added functionality to add RelatedBodyPart to 
14         MIME message.
16 2004-08-25  Sanjay Gupta <gsanjay@novell.com>
18         * MailMessageWrapper.cs: Added NET_2_0 property and another missing 
19         property from NET_1_1.
20         * RelatedBodyPart.cs: Error detection and handling.
21         * SmtpClient.cs: Upgraded for NET_1_1 and WIP for NET_2_0.
23 2004-08-18  Sanjay Gupta <gsanjay@novell.com>
24         
25         * MailEncoding.cs:
26         * MailFormat.cs:
27         * MailPriority.cs: Added NET_2_0 attribute.
29 2004-08-18  Sanjay Gupta <gsanjay@novell.com>
31         * MailMessage.cs: Added new property RelatedBodyParts.
32         * RelatedBodyPart.cs: Added new file.
34 2004-08-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
36         * SmtpClient.cs: multipart mails default body format is now the same as
37         the one used for single part mails instead of being forced to
38         "text/plain".
40 2004-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
42         * MailMessage.cs: patch by John Luke that initialized the fields in
43         the message and makes Fields return the same as in MS.NET. Fixes bug
44         #54908.
46 2003-12-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
48         * MailMessage.cs: added Fields property.
50 2003-11-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
52         * MailMessageWrapper.cs: fixed typo that made all messages be sent as
53         html, even when the body is marked as text. Path by Mohammad DAMT.
54         Closes bug #51177.
56 2003-07-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
58         * MailAddress.cs: return null instead of exception when the address is
59         empty.
60         
61         * MailAddressCollection.cs: ignore null addresses.
62         * SmtpMail.cs: add the exception we get as inner exception so we know
63         where the error is.
65         Fixes bug #45746.
67 2003-03-24  Per Arneng <pt99par@student.bth.se>
68         * MailUtil: Added for some functions that didnt fit in other classes
69         
70 2003-03-06  Per Arneng <pt99par@student.bth.se>
71         * MailMessageWrapper: Added to get at more advanced mail message
72         
73 2003-02-23  Per Arneng <pt99par@student.bth.se>
75         * SmtpMail.cs: Send method now implemented (needs testing)
76         * SmtpClient.cs: Added to make Send work (internal class)
77         * SmtpException.cs: Added to make Send work (internal class)
78         * SmtpStream.cs: Added to make Send work (internal class)
79         * SmtpResponse.cs: Added to make Send work (internal class)
80         
81 2002-11-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
83         * SmtpMail.cs: i don't wanna see that warning :-).
85 2002-04-26  Lawrence Pit <loz@cable.a2000.nl>
87         * MailAttachment.cs: Implemented
88         * MailEncoding.cs: Implemented
89         * MailFormat.cs: Implemented
90         * MailMessage.cs: Implemented
91         * MailPriority.cs: Implemented
92         * SmtpMail.cs: Stubbed