svn path=/branches/mono-1-1-9/mcs/; revision=51216
[mono.git] / mcs / class / System.Web / System.Web.Mail / ChangeLog
1 2005-06-08 Ilya Kharmatsky <ilyak-at-mainsoft.com>
2
3     * SmtpMail.cs: Added TARGET_JVM directive in Send method,
4     where we will use in J2EE configuration the "native" java
5     support for obtaining the network address of localhost.
6     
7 2005-04-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8
9         * SmtpClient.cs:
10         * SmtpStream.cs: removed warnings.
11
12 2005-01-28  Lluis Sanchez Gual <lluis@novell.com>
13
14         * Base64AttachmentEncoder.cs: Fixed warning.
15
16 2004-10-27  Sanjay Gupta <gsanjay@novell.com>
17         
18         * SmtpClient.cs: Fix for bug 68829.
19
20 2004-08-27  Sanjay Gupta <gsanjay@novell.com>
21         
22         * MailMessageWrapper.cs: Added a comment to add Date header.
23         * SmtpClient.cs: Updated functionality to add RelatedBodyPart to
24         MIME message.
25
26 2004-08-26  Sanjay Gupta <gsanjay@novell.com>
27
28         * SmtpClient.cs: Added functionality to add RelatedBodyPart to 
29         MIME message.
30
31 2004-08-25  Sanjay Gupta <gsanjay@novell.com>
32
33         * MailMessageWrapper.cs: Added NET_2_0 property and another missing 
34         property from NET_1_1.
35         * RelatedBodyPart.cs: Error detection and handling.
36         * SmtpClient.cs: Upgraded for NET_1_1 and WIP for NET_2_0.
37
38 2004-08-18  Sanjay Gupta <gsanjay@novell.com>
39         
40         * MailEncoding.cs:
41         * MailFormat.cs:
42         * MailPriority.cs: Added NET_2_0 attribute.
43
44 2004-08-18  Sanjay Gupta <gsanjay@novell.com>
45
46         * MailMessage.cs: Added new property RelatedBodyParts.
47         * RelatedBodyPart.cs: Added new file.
48
49 2004-08-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
50
51         * SmtpClient.cs: multipart mails default body format is now the same as
52         the one used for single part mails instead of being forced to
53         "text/plain".
54
55 2004-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
56
57         * MailMessage.cs: patch by John Luke that initialized the fields in
58         the message and makes Fields return the same as in MS.NET. Fixes bug
59         #54908.
60
61 2003-12-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
62
63         * MailMessage.cs: added Fields property.
64
65 2003-11-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
66
67         * MailMessageWrapper.cs: fixed typo that made all messages be sent as
68         html, even when the body is marked as text. Path by Mohammad DAMT.
69         Closes bug #51177.
70
71 2003-07-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
72
73         * MailAddress.cs: return null instead of exception when the address is
74         empty.
75         
76         * MailAddressCollection.cs: ignore null addresses.
77         * SmtpMail.cs: add the exception we get as inner exception so we know
78         where the error is.
79
80         Fixes bug #45746.
81
82 2003-03-24  Per Arneng <pt99par@student.bth.se>
83         * MailUtil: Added for some functions that didnt fit in other classes
84         
85 2003-03-06  Per Arneng <pt99par@student.bth.se>
86         * MailMessageWrapper: Added to get at more advanced mail message
87         
88 2003-02-23  Per Arneng <pt99par@student.bth.se>
89
90         * SmtpMail.cs: Send method now implemented (needs testing)
91         * SmtpClient.cs: Added to make Send work (internal class)
92         * SmtpException.cs: Added to make Send work (internal class)
93         * SmtpStream.cs: Added to make Send work (internal class)
94         * SmtpResponse.cs: Added to make Send work (internal class)
95         
96 2002-11-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
97
98         * SmtpMail.cs: i don't wanna see that warning :-).
99
100 2002-04-26  Lawrence Pit <loz@cable.a2000.nl>
101
102         * MailAttachment.cs: Implemented
103         * MailEncoding.cs: Implemented
104         * MailFormat.cs: Implemented
105         * MailMessage.cs: Implemented
106         * MailPriority.cs: Implemented
107         * SmtpMail.cs: Stubbed