//根据pop3写 的收邮件程序,为什么在读取邮件信息时
//这个receive函数总是调用不成功,#define RESPONSE_BUFFER_SIZE 1024//缓冲区大小
CString m_sPOP3ServerHostName;//服务器主机名CString sMSg=1;
CString sRetr;
sRetr.Format("RETR %d\r\n",nMsg);int nChars=m_wsPOP3Server.Receive(response_buf,RESPONSE_BUFFER_SIZE);