New test.
[mono.git] / mcs / class / System.Web / System.Web.Mail / ChangeLog
1 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2
3         * MailAddress.cs: allow the space before '<' to be omitted.
4
5 2006-04-26  Vladimir Krasnov  <vladimirk@mainsoft.com>
6
7         * SmtpClient.cs, SmtpStream.cs: Added SMTP over TLS support, 
8         refactoring
9
10 2006-03-23  Vladimir Krasnov  <vladimirk@mainsoft.com>
11
12         * SmtpMail.cs: removed TARGET_JVM part from Send method.
13
14 2006-03-23  Vladimir Krasnov  <vladimirk@mainsoft.com>
15
16         * MailMessageWrapper.cs: fixed Fields property, casting to string
17         changed to ToString method call.
18
19 2006-01-08  Konstantin Triger <kostat@mainsoft.com>
20
21         * SmtpClient.cs, SmtpMail.cs, MailMessage.cs, MailMessageWrapper.cs,
22                 MailAttachment.cs: TARGET_JVM changes to let the compilation
23                 pass with csc 1.1.
24
25 2005-11-28  Chris Toshok  <toshok@ximian.com>
26
27         * SmtpClient.cs: ignore warning 618 (obsolete) when compiling an
28         already obsolete api (in the 2.0 case).
29
30         * MailAttachment.cs: same.
31
32         * MailMessageWrapper.cs: same.
33
34         * MailMessage.cs: same.
35
36 2005-09-15  Gert Driesen  <drieseng@users.sourceforge.net>
37
38         * MailPriority.cs: Marked obsolete in 2.0 profile. Fixed line endings.
39         * SmtpMail.cs: Added workaround message to ensure same warning is
40         generated as MS.NET 2.0.
41         * MailMessage.cs: same and fixed line endings. Set eol-style to native.
42         * MailEncoding.cs: same.
43         * MailFormat.cs: same.
44         * MailAttachment.cs: same.
45
46 2005-09-13  Sebastien Pouliot  <sebastien@ximian.com>
47
48         * SmtpMail.cs: Added an Assert for FileIOPermission so it's possible
49         to send attachments (in this case MailAttachment is already protected
50         but doesn't open|read the file itself).
51
52 2005-09-09  Sebastien Pouliot  <sebastien@ximian.com>
53
54         * MailAttachment.cs: Added [Link|Inheritance]Demand for Minimal. Added
55         FileIOPermission for Read in the constructor. Added [Obsolete] in 2.0.
56         * MailEncoding.cs: Removed [Serializable] and added [Obsolete] in 2.0.
57         * MailFormat.cs: Removed [Serializable] and added [Obsolete] in 2.0.
58         * MailMessage.cs: Removed references to RelatedBodyParts (2.0). Added 
59         [Link|Inheritance]Demand for Minimal. Added [Obsolete] in 2.0.
60         * MailMessageWrapper.cs: Removed references to RelatedBodyParts (2.0).
61         * MailPriority.cs: Removed [Serializable] in 2.0. No [Obsolete] ?
62         * SmtpClient.cs: Removed references to RelatedBodyParts (2.0).
63         * SmtpMail.cs: Added [Link|Inheritance]Demand for Minimal. Added 
64         Demand for Medium on Send method.Added [Obsolete] in 2.0.
65
66 2005-06-08 Ilya Kharmatsky <ilyak-at-mainsoft.com>
67
68     * SmtpMail.cs: Added TARGET_JVM directive in Send method,
69     where we will use in J2EE configuration the "native" java
70     support for obtaining the network address of localhost.
71     
72 2005-04-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
73
74         * SmtpClient.cs:
75         * SmtpStream.cs: removed warnings.
76
77 2005-01-28  Lluis Sanchez Gual <lluis@novell.com>
78
79         * Base64AttachmentEncoder.cs: Fixed warning.
80
81 2004-10-27  Sanjay Gupta <gsanjay@novell.com>
82         
83         * SmtpClient.cs: Fix for bug 68829.
84
85 2004-08-27  Sanjay Gupta <gsanjay@novell.com>
86         
87         * MailMessageWrapper.cs: Added a comment to add Date header.
88         * SmtpClient.cs: Updated functionality to add RelatedBodyPart to
89         MIME message.
90
91 2004-08-26  Sanjay Gupta <gsanjay@novell.com>
92
93         * SmtpClient.cs: Added functionality to add RelatedBodyPart to 
94         MIME message.
95
96 2004-08-25  Sanjay Gupta <gsanjay@novell.com>
97
98         * MailMessageWrapper.cs: Added NET_2_0 property and another missing 
99         property from NET_1_1.
100         * RelatedBodyPart.cs: Error detection and handling.
101         * SmtpClient.cs: Upgraded for NET_1_1 and WIP for NET_2_0.
102
103 2004-08-18  Sanjay Gupta <gsanjay@novell.com>
104         
105         * MailEncoding.cs:
106         * MailFormat.cs:
107         * MailPriority.cs: Added NET_2_0 attribute.
108
109 2004-08-18  Sanjay Gupta <gsanjay@novell.com>
110
111         * MailMessage.cs: Added new property RelatedBodyParts.
112         * RelatedBodyPart.cs: Added new file.
113
114 2004-08-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
115
116         * SmtpClient.cs: multipart mails default body format is now the same as
117         the one used for single part mails instead of being forced to
118         "text/plain".
119
120 2004-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
121
122         * MailMessage.cs: patch by John Luke that initialized the fields in
123         the message and makes Fields return the same as in MS.NET. Fixes bug
124         #54908.
125
126 2003-12-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
127
128         * MailMessage.cs: added Fields property.
129
130 2003-11-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
131
132         * MailMessageWrapper.cs: fixed typo that made all messages be sent as
133         html, even when the body is marked as text. Path by Mohammad DAMT.
134         Closes bug #51177.
135
136 2003-07-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
137
138         * MailAddress.cs: return null instead of exception when the address is
139         empty.
140         
141         * MailAddressCollection.cs: ignore null addresses.
142         * SmtpMail.cs: add the exception we get as inner exception so we know
143         where the error is.
144
145         Fixes bug #45746.
146
147 2003-03-24  Per Arneng <pt99par@student.bth.se>
148         * MailUtil: Added for some functions that didnt fit in other classes
149         
150 2003-03-06  Per Arneng <pt99par@student.bth.se>
151         * MailMessageWrapper: Added to get at more advanced mail message
152         
153 2003-02-23  Per Arneng <pt99par@student.bth.se>
154
155         * SmtpMail.cs: Send method now implemented (needs testing)
156         * SmtpClient.cs: Added to make Send work (internal class)
157         * SmtpException.cs: Added to make Send work (internal class)
158         * SmtpStream.cs: Added to make Send work (internal class)
159         * SmtpResponse.cs: Added to make Send work (internal class)
160         
161 2002-11-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
162
163         * SmtpMail.cs: i don't wanna see that warning :-).
164
165 2002-04-26  Lawrence Pit <loz@cable.a2000.nl>
166
167         * MailAttachment.cs: Implemented
168         * MailEncoding.cs: Implemented
169         * MailFormat.cs: Implemented
170         * MailMessage.cs: Implemented
171         * MailPriority.cs: Implemented
172         * SmtpMail.cs: Stubbed