ChangeLog: Updated ChangeLog.
[mono.git] / mcs / class / System.Web / System.Web.Mail / ChangeLog
1 2004-08-18  Sanjay Gupta <gsanjay@novell.com>
2
3         * MailMessage.cs: Added new property RelatedBodyParts.
4         * RelatedBodyPart.cs: Added new file.
5
6 2004-08-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7
8         * SmtpClient.cs: multipart mails default body format is now the same as
9         the one used for single part mails instead of being forced to
10         "text/plain".
11
12 2004-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13
14         * MailMessage.cs: patch by John Luke that initialized the fields in
15         the message and makes Fields return the same as in MS.NET. Fixes bug
16         #54908.
17
18 2003-12-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19
20         * MailMessage.cs: added Fields property.
21
22 2003-11-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23
24         * MailMessageWrapper.cs: fixed typo that made all messages be sent as
25         html, even when the body is marked as text. Path by Mohammad DAMT.
26         Closes bug #51177.
27
28 2003-07-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29
30         * MailAddress.cs: return null instead of exception when the address is
31         empty.
32         
33         * MailAddressCollection.cs: ignore null addresses.
34         * SmtpMail.cs: add the exception we get as inner exception so we know
35         where the error is.
36
37         Fixes bug #45746.
38
39 2003-03-24  Per Arneng <pt99par@student.bth.se>
40         * MailUtil: Added for some functions that didnt fit in other classes
41         
42 2003-03-06  Per Arneng <pt99par@student.bth.se>
43         * MailMessageWrapper: Added to get at more advanced mail message
44         
45 2003-02-23  Per Arneng <pt99par@student.bth.se>
46
47         * SmtpMail.cs: Send method now implemented (needs testing)
48         * SmtpClient.cs: Added to make Send work (internal class)
49         * SmtpException.cs: Added to make Send work (internal class)
50         * SmtpStream.cs: Added to make Send work (internal class)
51         * SmtpResponse.cs: Added to make Send work (internal class)
52         
53 2002-11-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
54
55         * SmtpMail.cs: i don't wanna see that warning :-).
56
57 2002-04-26  Lawrence Pit <loz@cable.a2000.nl>
58
59         * MailAttachment.cs: Implemented
60         * MailEncoding.cs: Implemented
61         * MailFormat.cs: Implemented
62         * MailMessage.cs: Implemented
63         * MailPriority.cs: Implemented
64         * SmtpMail.cs: Stubbed