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