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