搜索资源列表
一个可移植的邮件接收(支持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.
Pop3Temp
- C#编写一个Pop3邮件接收组件包含一个测试的Windows Forms程序。是公司软件中的一个邮件模块的代码.主要使用协议来实现接受邮件的功能.要对协议有一定的了解才行哦.-prepared a Pop3 mail receiver module includes a test-Windows Forms sequence. Software company is a mail module code. Mainly use to achieve acceptable agreement ma
pop
- 自己学习VC编写的POP3邮件接收程序,编译通过,提供参考!
POP3
- 简单的基于pop3协议的邮件接收程序,用C#语言编写。
email
- 电子邮件的发送和接受,这个实例实现了smtp电子邮件发送程序的一些功能,用户可以利用某个网站的smtp电子邮件发送服务器来发送电子邮件。你必须是该网站的注册用户,并在该网站申请了免费邮箱。用户可以利用某个网站的pop3电子邮件接收服务器来接收你在该网站的电子邮箱里的信件。首先填入pop3服务器地址、邮箱用户名和口令,并决定是否要删除邮箱里的邮件。-Email pop3
一个可移植的邮件接收(支持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
pop3
- pop3高级程序开发是一个能够从pop3服务器中检查所有邮件,并且可以查看邮件内容,也可以删除邮件但是没有实现附件的接收,使用时需要设定服务器地址以及用户名和密码。-pop3 is a senior program development can check all pop3 mail server, and can view the message content, you can delete a message but did not receive the achievement of
Email
- 邮件软件:该程序需要两个服务器,一个用来发送邮件,一个用来接受邮件,一般我们用pop3协议来接收邮件,用smtp协议来发送邮件。-E-mail software: the program requires two servers, one used to send a message, a message to accept the general protocol we use to receive mail pop3, smtp protocol used to send messages.
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
pop3
- 基于WinSock的邮件接收客户端程序实例-POP3 mail reciever application source files
pop3
- 电子邮件的发送程序 发送邮件的程序必须能够做3件事情: ①与接收电子邮件的服务器相连接; ②将相关的信息送入收件人的信箱; ③程序还应可以判断整个过程是否能正常运行,如果不正常运行,必须给出错误信息。-Send e-mail program to send e-mail program must be able to do three things: ① and receive e-mail server is connected ② related information
EmailClientBISHE
- 毕业设计题目 基于POP3的邮件接收程序-Graduation subject receiving program based POP3 e-mail
POP3
- C#网络编程实 共学习用的简单的pop3邮件接收程序-C# Network Programming real total learning simple pop3 mail receiving program
pop3
- Linux 网络编程 简单邮件接收程序pop3,基于邮局协议pop3的小程序.简单明了-Linux Network Programming Simple Mail the receiving program pop3 Post Office Protocol pop3-based applet. Straightforward
POP3-Mail-Reseption
- 这是一个POP3邮件接收软件,供广大程序员学习-This is a POP3 mail reception software, for the majority of programmers to learn
Visual C实现POP3邮件接收程序
- 用pop3实现邮件的接收功能,图形化界面,基于MFC(please read Chinese comments,thank you)