搜索资源列表
i017_e-checker
- 使用Winsock控制检测是否有邮件邮件服务器必须支持POP3-Winsock Control to test if an e-mail mail servers must support POP3
checkmail164110
- 这个程序可以检查pop3邮件信息,纯粹的Winsock和Win32 API,不用 MFC以及Winsock2。所使用的API函数用到了CreateThread,GetOpenFileName,trayicons,SetTimer,sndPlaySound,GetExitCodeThread,TerminateThread等。消息通讯安全功能包括 1. 身份验证,使收件人确信发件人就是他或她就是公开密钥所对应的那个人 2. 机密性,确保只有预期的收件人能够阅读邮件 3. 完整性,确
一个通过POP3收邮件的VC++工程
- 一个通过POP3收邮件的VC++工程,可以将email附件解开,POP3 incoming mail through the VC project, you can email the annex to untie
MyMailPost
- VC实现的邮件接收程序,供初学者了解POP3协议及Winsock的使用-VC receive e-mail program to achieve for the beginner understand the POP3 protocol and the use of Winsock
2
- Pop3邮件检查程序 这个程序可以检查pop3邮件信息,纯粹的Winsock和Win32 API,不用 MFC以及Winsock2。所使用的API函数用到了CreateThread,GetOpenFileName,trayicons, SetTimer,sndPlaySound,GetExitCodeThread,TerminateThread等。-Pop3 e-mail screening procedures by: Andrew Heinlein This process
pop3
- 基于WinSock的邮件接收客户端程序实例-POP3 mail reciever application source files
20081122864796
- 使用Winsock控制检测是否有邮件, 邮件服务器必须支持POP3 -Using the Winsock control and test whether the e-mail, POP3 mail server must support
Network-programmingl
- 《网络编程综合资料》 介绍 常用网络协议编程 怎样接收电子邮件(POP3协议简介) POP3协议封装类 POP3协议命令原始码及工作原理 RFC1939-POP3协议中文版 RFC821-简单邮件传输协议(SMTP)中文版 SMTP协议原始命令码和工作原理 TCP IP网络通信程序设计 TCP IP协议详解 TCPIP协议的化学专家实时交流系统 VC++SMTP协议电子邮件传送剖析 WINDOWS SOCKET API 使用经验 WINDO
C语言实现基于winsock的邮件系统
- C语言开发的邮件系统,使用了smtp协议和pop3协议,分为客户端和服务器,使用了windows下的socket来实现。仅供借鉴参考。(The mail system developed in C language uses smtp protocol and pop3 protocol, which is divided into client and server, and is implemented using sockets under windows.)