[Mono-bugs] [Bug 392875] SmtpClient doesn't escape dots

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat May 30 08:08:57 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=392875

User stifu at free.fr added comment
http://bugzilla.novell.com/show_bug.cgi?id=392875#c4


Thomas Goldstein <stifu at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stifu at free.fr




--- Comment #4 from Thomas Goldstein <stifu at free.fr>  2009-05-30 06:08:56 MDT ---
The `data == String.Empty` check isn't optimal.
Performances would be better using either `data.Equals(String.Empty)` or
`String.IsNullOrEmpty(data)`. Or possibly `data.length == 0`, if you're sure
it's not null.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list