From 41920ecf7e5d00f460aaa1546deac9e172291755 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sun, 21 Jul 2013 14:14:57 +0200 Subject: [PATCH] Some further cleanup Signed-off-by: Sven Strickroth --- src/Utils/HwSMTP.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/Utils/HwSMTP.cpp b/src/Utils/HwSMTP.cpp index 048d4d257..07b0915ea 100644 --- a/src/Utils/HwSMTP.cpp +++ b/src/Utils/HwSMTP.cpp @@ -149,7 +149,6 @@ BOOL CHwSMTP::SendSpeedEmail if(pNext == NULL) ret = false; - //SendEmail(itr1.first,NULL,NULL,false,lpszAddrFrom,,lpszFromname); if (pDnsRecord) DnsRecordListFree(pDnsRecord,DnsFreeRecordList); } @@ -249,7 +248,6 @@ BOOL CHwSMTP::SendEmail ( return ret; } - BOOL CHwSMTP::GetResponse ( LPCTSTR lpszVerifyCode, int *pnCode/*=NULL*/) { if ( !lpszVerifyCode || lstrlen(lpszVerifyCode) < 1 ) @@ -429,15 +427,6 @@ BOOL CHwSMTP::SendHead() if ( !GetResponse ( _T("250") ) ) return FALSE; } -#if 0 - for ( int i=0; i\r\n"), m_StrAryCC.GetAt(i) ); - if ( !Send ( str ) ) return FALSE; - if ( !GetResponse ( _T("250") ) ) return FALSE; - } -#endif - if ( !Send ( CString(_T("DATA\r\n") ) ) ) return FALSE; if ( !GetResponse ( CString(_T("354") )) ) return FALSE; -- 2.11.4.GIT