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