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