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