2007-05-30 Jeffrey Stedfast <fejj@novell.com>
[mono.git] / mcs / class / System / System.Net.Mail / ChangeLog
index 084861f941721f0816707e9b3bd6b9b889df2be4..5ae9e845f77695b74cbe6525049c92c5d7fca6ff 100644 (file)
@@ -1,3 +1,21 @@
+2007-05-30  Jeffrey Stedfast  <fejj@novell.com>
+
+       * SmtpClient.cs: Fall back to HELO if EHLO fails. Also, do not
+       write out a Bcc header to the SMTP server - these are meant to be
+       dropped. MAIL FROM: and RCPT TO: commands are not meant to have a
+       space after the colon before the address - this will break on some
+       SMTP servers.
+
+2007-02-16  Geoff Norton  <gnorton@customerdna.com>
+
+       * SmtpClient.cs: Dont send bare LF.  Send <CR><LF> regardless
+       of platform.  (ref: http://cr.yp.to/docs/smtplf.html)
+
+2007-01-20  Miguel de Icaza  <miguel@novell.com>
+
+       * MailMessage.cs: Add suport to the MailMessage constructor to
+       take a comma-separated list of addresses (Bug #80548). 
+
 2006-12-12  Miguel de Icaza  <miguel@novell.com>
 
        * MailMessage.cs: Fix this code so that it correctly reports