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