为什么我用得到的邮件头只有 +ok core mail
sprintf(msg , "TOP %d 1 \r\n" , index);
if(!m_Socket.Send( msg , strlen(msg)))
{
ShowMsg(m_Socket.m_sMsg);
return false;
}
//mail sum size
if(!m_Socket.Receive(&m_RecBuf,2048))
{
ShowMsg(m_Socket.m_sMsg);
return false;
}
AfxMessageBox(m_RecBuf);
改变top的值结果一样