搜索资源列表
gnu-pop3d-0.9.7.tar.gz
- 又小又快高效免费的POP3服务器
Pop3 Server.zip
- 超级Internet开发组件demo。
qpopper2.53.tar.Z
- pop3 server
电子邮件收发系统
- 利用SMTP POP3协议写的一个很好的电子邮件收发系统非常经典(不是本人所写因为不会)-A very good email receive and send system which using smtp and pop3 protocol. It is very classical!
Xmailsvr
- XMail version 0.39是个邮件服务器软件,具有如下功能: 1) SMTP 服务器 2) POP3 服务器 3) Finger 服务器 4) 多域名 5) 用户不需要实际的系统帐号 6) SMTP 中继检查 7) SMTP RBL 映象检查 (rbl.maps.vix.com) 8) SMTP RSS 映象检查 (relays.mail-abuse.org) 9) SMTP 垃圾邮件拒绝 10) 带外部POP帐号的POP3帐号同步器 11
xmail-1.22
- 互联网和内联网上的邮件服务器,支持 SMTP、POP、多域名、SMTP 转发校验、RBL 保护、外部 POP3 账户同步、更名、定制邮件处理、过滤、列表、远程管理、交换、登录等等。它虽然没有一个华丽的外表,但足以应付一般的应用。 -Internet and Intranet web-based mail server to support SMTP, POP, multi-domain, SMTP forward-checking, RBL protection, external syn
pop3_src
- 一个简单的CPop3的类,可以连接POP3服务器,并接受服务器的消息。-a simple CPop3 the category, can be connected to the POP3 server, the server and receive the news.
pop3
- 一个简单的POP3邮件接收协议,用Visual C++编写
pop3
- pop3服务器的命令解析(user pass stat list retr 等)。其中涉及到数据库数据存取的代码没有给出
POP3
- POP3和用户访问的授权检查 关于授权检查的研究
用java实现pop3邮件服务器
- 用java实现pop3服务器端.-pop3 email server implemented by java
gnu-pop3d-0.9.7.tar
- 又小又快高效免费的POP3服务器 -A small and quick fredd Pop3 server
qpopper2.53.tar.Z
- pop3 server
Pop3 Server
- 超级Internet开发组件demo。-Super Internet development component demo.
SMTP_POP3_src
- SMTP和POP3协议源代码,对与网络编程人员有用-SMTP and POP3 protocol source code, programmers and network of useful
email
- 一个简单的邮件服务器,实现了SMTP,POP3,实现了邮件收发!-A simple mail server to achieve the SMTP, POP3, realized the mail!
pop3
- vc pop3的程序的源码,很不错的demo,极具参考价值-vc pop3 program source code, very good demo, great reference value
pop3
- 该程序是一个能够从pop3服务器中检查所有邮件,并且可以查看邮件内容,也可以删除邮件但是没有实现附件的接收,使用时需要设定服务器地址以及用户名和密码;-The program is a check from the pop3 server all the messages, and you can view the message content, you can delete the message but did not achieve to receive attachments, usi
xmail-1.20
- VC++ MailServer邮件服务器端程序完整源代码,支持SMTP/POP3,还带有Daytime、Telnet、Webmail 等功能。(VC++ MailServer mail server program complete source code, support SMTP/POP3, Daytime, Telnet, Webmail with other functions.)
用POP3协议实现邮件接收
- 用户登录时执行三步操作:初始化、连接和身份验证,所有代码都位于Pop3.cpp中。连接成功后,程序就进入与邮件服务器会话的第一个阶段——认证阶段。 认证执行Login()方法代码。 身份认证后,用户就可以登录服务器,进行各种操作了,此时也就进入POP3会话的第二个阶段——邮件操作阶段。 List()方法代码。 Pop3Recv()和GetMailSum()函数的代码在后面列出。 Retrieve()方法代码。 操作完邮件后安全退出,进入POP3会话的第三个阶段——更新阶段。 Qui