搜索资源列表
一个可移植的邮件接收(支持POP3协议)程序.rar
- 本程序是一个可移植的(Win32/Linux)邮件接收(支持POP3协议)程序,并编写了可移植SOCKET和POP3封装类,希望能为初学者提供一些帮助。
用Visual C实现POP3邮件接收程序
- 支持pop3协议,实现pop3邮件接受,用c#语言编写。经过测试合格。-support pop3 agreement and achieve pop3 mail acceptance, with c # language. After tested.
pop
- 自己学习VC编写的POP3邮件接收程序,编译通过,提供参考!
POP3
- 简单的基于pop3协议的邮件接收程序,用C#语言编写。
编程实现POP3邮件接收程序
- 详细介绍pop3
pop3邮件接收程序MFC
- 基于POP3的邮件接收程序,在MFC环境中实现,对初学涉及这方面的有很好的参考,邮件读取是在另外的对话框中~~~~~~~~~~~~~
csharpmail
- 完整版的C#邮件收发系统,含一个POP3邮件接收程序和一个邮件发送程序,程序可以生成EXE安装文件,在VS2005下编译通过,测试时记得POP3接收邮件的端口号为110,smtp发送的端口为25,注意不要设错了,否则连不上邮件服务器。-The full version of C# e-mail sending and receiving systems, including a POP3 e-mail to receive an e-mail programs and send the prog
一个可移植的邮件接收(支持POP3协议)程序
- 本程序是一个可移植的(Win32/Linux)邮件接收(支持POP3协议)程序,并编写了可移植SOCKET和POP3封装类,希望能为初学者提供一些帮助。- This procedure is may transplant (Win32/Linux) the mail receive (to support the POP3 agreement) the procedure, and compiled has been possible to transplant SOCKET and the
mysvr
- 本程序是一个可移植的(Win32/Linux)邮件接收(支持POP3协议)程序,并编写了可移 植SOCKET和POP3封装类,希望能为初学者提供一些帮助。 编译: Win32: 在VC++6.0下编译通过,并运行良好。 Linux: 在G++下编译通过,请查看Makefile文件。-This procedure is a portable (Win32/Linux) to receive e-mail (support POP3 protocol) procedures, and t
a full mail client with support for POP3 and SMTP
- 支持附件的邮件发送接收程序-In support of the annex to receive e-mail program
mpop-1.0.17.tar
- 一个开源的POP3邮件接收程序,非常好用,里面有很多值得学习的地方,希望大家先试试,可以共享学习心得。-A POP3 e-mail to receive open-source program, very easy to use, there are many places to learn, try to hope that we can share learning experiences.
MyMailPost
- VC实现的邮件接收程序,供初学者了解POP3协议及Winsock的使用-VC receive e-mail program to achieve for the beginner understand the POP3 protocol and the use of Winsock
MobileEMail
- 手机邮件接收程序,J2ME,应用SMTP协议来接收邮件-Mobile e-mail to receive procedures, J2ME, application of SMTP protocol to receive e-mail
pop3
- 基于WinSock的邮件接收客户端程序实例-POP3 mail reciever application source files
POP3
- C#网络编程实 共学习用的简单的pop3邮件接收程序-C# Network Programming real total learning simple pop3 mail receiving program
java-for-pop3-by-socket
- 利用socket的实现的pop3邮件接收的java程序,文档中有完整的说明和程序,适合初学者使用学习。-Pop3 mail received socket implementations java program, complete instructions and procedures document, use for beginners to learn.
pop3
- Linux 网络编程 简单邮件接收程序pop3,基于邮局协议pop3的小程序.简单明了-Linux Network Programming Simple Mail the receiving program pop3 Post Office Protocol pop3-based applet. Straightforward
java-for-pop3-by-socket
- 利用socket的实现的pop3邮件接收的java程序,文档中有完整的说明和程序,适合初学者使用学习。Pop3 mail received socket implementations java program, complete instructions and procedures document, use for beginners to learn.-Pop3 mail received socket implementations java program, complete ins
POP3mail
- C#自写的POP3邮件接收程序源代码,通过这个接收客户端可接收指定邮箱地址内的邮件,查看邮件内容等功能,在使用之前,请先设定相关参数:POP3地址、用户名、密码、邮件编号等,设置完成可点击连接测试。用110端口新建POP3服务器连接,根据邮件编号从服务器获得相应邮件,向服务器发送QUIT命令从而结束和POP3服务器的会话,更新按钮的状态,注意到连接与断开(收取邮件)状态是互斥的-Desde que escribí el código fuente en C# para recibir corre
Visual C实现POP3邮件接收程序
- 用pop3实现邮件的接收功能,图形化界面,基于MFC(please read Chinese comments,thank you)