[Mono-bugs] [Bug 377463] SmtpClient does not support SSL (throw NIE)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Apr 20 11:03:03 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=377463

User spouliot at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=377463#c4





--- Comment #4 from Sebastien Pouliot <spouliot at novell.com>  2008-04-20 09:03:01 MST ---
Hola Gonzalo,

Looks great to me except the last part. It there any reason to change this ?

-                       status = SendCommand (Convert.ToBase64String
(Encoding.ASCII.GetBytes (Username),
Base64FormattingOptions.InsertLineBreaks));
+                       status = SendCommand (Convert.ToBase64String
(Encoding.ASCII.GetBytes (Username)));
                        if (((int) status.StatusCode) != 334) {
                                throw new SmtpException (status.StatusCode,
status.Description);
                        }

-                       status = SendCommand (Convert.ToBase64String
(Encoding.ASCII.GetBytes (Password),
Base64FormattingOptions.InsertLineBreaks));
+                       status = SendCommand (Convert.ToBase64String
(Encoding.ASCII.GetBytes (Password)));


I seem to recall something on the mailing-list (or maybe bugzilla) about
this...
As for a maintainer I have no clue, probably no one right now, so feel free to
commit your fix and close the bug.


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


More information about the mono-bugs mailing list