搜索资源列表
POP3_Sample
- 用c语言实现的pop3程序,老师上课的范例,对编程技巧很有帮助,写得很经典!-Pop3 using c language of the program, an example of class the teacher, very helpful on the programming skills to write a very classic!
Network-programmingl
- 《网络编程综合资料》 介绍 常用网络协议编程 怎样接收电子邮件(POP3协议简介) POP3协议封装类 POP3协议命令原始码及工作原理 RFC1939-POP3协议中文版 RFC821-简单邮件传输协议(SMTP)中文版 SMTP协议原始命令码和工作原理 TCP IP网络通信程序设计 TCP IP协议详解 TCPIP协议的化学专家实时交流系统 VC++SMTP协议电子邮件传送剖析 WINDOWS SOCKET API 使用经验 WINDO
libspopc-0.12.tar
- C语言编写的pop3客户端库,提供高级和低级两种API,调用方便。-libspopc is a thin pop3 client library written in C. It internally uses sort of blocking sockets (15s timeout). It exports a high-level API that does not expose the socket to you, unless you want to use the l
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.)