Fix dot stuffing in SmtpClient
authormeum <meum@users.noreply.github.com>
Tue, 23 Jun 2015 15:03:59 +0000 (17:03 +0200)
committermeum <meum@users.noreply.github.com>
Tue, 23 Jun 2015 15:03:59 +0000 (17:03 +0200)
commit1d8284ed11b416641ed859e77a23b958c99c84b2
treef6477bb9c1df26814c8b5ac1708c38b94c954aad
parent5c4a0c67a99bd0853f0752155b7a8b878b0616a2
Fix dot stuffing in SmtpClient

As per RFC2821 section 4.5.2:
   -  Before sending a line of mail text, the SMTP client checks the
      first character of the line.  If it is a period, one additional
      period is inserted at the beginning of the line.
mcs/class/System/System.Net.Mail/SmtpClient.cs