X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.Mail%2FChangeLog;h=89d8f5f8acfb2433ac8293a7b6a386229991f90f;hb=8e7f14ecd66e46a6a0a75de16d8dde2666c35c13;hp=3558f6187bf40e9e05583526c2884fe36e2d1888;hpb=7e18ed47c9606f3981e7b18cbc238d6781843153;p=mono.git diff --git a/mcs/class/System.Web/System.Web.Mail/ChangeLog b/mcs/class/System.Web/System.Web.Mail/ChangeLog index 3558f6187bf..89d8f5f8acf 100644 --- a/mcs/class/System.Web/System.Web.Mail/ChangeLog +++ b/mcs/class/System.Web/System.Web.Mail/ChangeLog @@ -1,3 +1,55 @@ +2007-12-13 Marek Habersack + + * MailAddress.cs, SmtpClient.cs, MailMessageWrapper.cs: speed + optimization - use String.Concat instead of String.Format in some + cases. + +2007-11-09 Marek Habersack + + * SmtpClient.cs: Connect only after reading in the fields that may + specify the port to connect to. Fixes bug #340501. Patch submitted + by Hubert FONGARNAND , thanks! + +Mon Jul 9 13:04:37 CEST 2007 Paolo Molaro + + * SmtpClient.cs: fixed Vladimir's refactoring that broke + loading Mono.Security. + +2006-08-03 Gonzalo Paniagua Javier + + * MailAddress.cs: allow the space before '<' to be omitted. + +2006-04-26 Vladimir Krasnov + + * SmtpClient.cs, SmtpStream.cs: Added SMTP over TLS support, + refactoring + +2006-03-23 Vladimir Krasnov + + * SmtpMail.cs: removed TARGET_JVM part from Send method. + +2006-03-23 Vladimir Krasnov + + * MailMessageWrapper.cs: fixed Fields property, casting to string + changed to ToString method call. + +2006-01-08 Konstantin Triger + + * SmtpClient.cs, SmtpMail.cs, MailMessage.cs, MailMessageWrapper.cs, + MailAttachment.cs: TARGET_JVM changes to let the compilation + pass with csc 1.1. + +2005-11-28 Chris Toshok + + * SmtpClient.cs: ignore warning 618 (obsolete) when compiling an + already obsolete api (in the 2.0 case). + + * MailAttachment.cs: same. + + * MailMessageWrapper.cs: same. + + * MailMessage.cs: same. + 2005-09-15 Gert Driesen * MailPriority.cs: Marked obsolete in 2.0 profile. Fixed line endings.