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

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=377463#c4





--- Comment #4 from Sebastien Pouliot <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to