Updated with info that SmtMail.Send is working
[mono.git] / mcs / class / System.Web / System.Web.Mail / ChangeLog
1 2003-02-23  Per Arneng <pt99par@student.bth.se>
2
3         * SmtpMail.cs: Send method now implemented (needs testing)
4         * SmtpClient.cs: Added to make Send work (internal class)
5         * SmtpException.cs: Added to make Send work (internal class)
6         * SmtpStream.cs: Added to make Send work (internal class)
7         * SmtpResponse.cs: Added to make Send work (internal class)
8         
9 2002-11-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10
11         * SmtpMail.cs: i don't wanna see that warning :-).
12
13 2002-04-26  Lawrence Pit <loz@cable.a2000.nl>
14
15         * MailAttachment.cs: Implemented
16         * MailEncoding.cs: Implemented
17         * MailFormat.cs: Implemented
18         * MailMessage.cs: Implemented
19         * MailPriority.cs: Implemented
20         * SmtpMail.cs: Stubbed