|
From: creecode <icr...@us...> - 2006-03-12 04:32:08
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/tcp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16808 Modified Files: sendMail Log Message: when adding AUTH= xtext the sender Index: sendMail =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/tcp/sendMail,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sendMail 12 Mar 2006 03:01:18 -0000 1.4 --- sendMail 12 Mar 2006 04:32:06 -0000 1.5 *************** *** 3,6 **** --- 3,8 ---- on sendMail (recipient = "", subject = "", message = "", sender = user.prefs.mailAddress, cc = "", bcc = "", host = user.prefs.mailHost, mimeType = "text/plain", adrHdrTable = nil, timeOutTicks = 60 * 60, flMessages = true, port = user.prefs.mailHostPort, smtpAuth = user.prefs.mailSmtpAuth, senderPassword = user.prefs.mailPassword) { «Changes + «3/11/06; 8:25:21 PM by TAC + «when adding AUTH= xtext the sender «3/11/06; 6:53:41 PM by TAC «changed bad reference to string.hashHmacMd5 to crypt.hmacMD5 *************** *** 283,287 **** if flAuthenticated { ! s = s + " AUTH=" + sender}; executeCommand (s, "250"); --- 285,289 ---- if flAuthenticated { ! s = s + " AUTH=" + string.xtextEncode (sender)}; executeCommand (s, "250"); |