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