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