搜索资源列表
SY-LCMailer
- 该代码并非原创,是在luocong的基础上进行了修改并添加了发送html的功能.功能:对需要或不需要认证的smtp服务器发送文字,html源码,和发送附件的功能.该代码具有良好的阅读性.-The code is not the original, luocong is on the basis of the revised and added this html function. function : need or require authentication smtp server to
smtpandpop
- SMTP及pop3客户端程序代码。(C++)
mailserver
- 一个小型的邮件服务器代码,虽然体积比较小但是五脏俱全。有学习和研究的价值。
MailManageSystem
- 这是一个MailManageSystem程序代码,对有效处理垃圾文件有很大作用.
MailSend
- 这是一个MailSend程序代码,对有效处理垃圾文件有很大作用.
EmailServer
- 邮件服务器原代码
pop3
- pop3服务器的命令解析(user pass stat list retr 等)。其中涉及到数据库数据存取的代码没有给出
Email_server
- 一个Email服务器端源程序,代码完整,功能丰富-sourcecode of a email server. the code is completed and with ample function
newSendmail
- 这是本人在完成邮件发送系统中用JavaMail发送需要认证邮件的原代码,有实际应用价值。-This is the completion of my mail delivery system using JavaMail need to send certified mail of the original code, the practical application value.
邮件管理_Program
- 对写邮件服务器的程序员很有效,其中有组件和应用程序代码-it is very useful for programmer who write email server, including groupware and code.
POP3+Sample.简单的客户端代码
- 主要是简单的客户端代码,供初学者使用,内有用C实验的代码,可进行简单测试
JSPyoujian
- 简单的JSP邮件收发实例,需要自己设置POP3和SMTP,稍微改变下代码就可以了-E-mail to send and receive simple JSP examples of the need to set up their own POP3 and SMTP, slightly under the code will be able to change the
ZapMail
- 使用SMTP协议发送邮件编程代码.. 开发工具: Visual C++,-Send mail using SMTP protocol programming code .. development tools: Visual C++,
XiaoShuo
- 仿qq空间的blog源码,一个很好的c#学习代码,对c#用户是个学习的基础-Imitation qq source blog space, a very good study of c# code, on the c# user is a study of the basic
VC_programming_code_developed_classic_mail_system.
- VC编程开发的邮件系统经典代码VC programming code developed by the classic mail system -VC programming code developed by the classic mail system
用POP3协议实现邮件接收
- 用户登录时执行三步操作:初始化、连接和身份验证,所有代码都位于Pop3.cpp中。连接成功后,程序就进入与邮件服务器会话的第一个阶段——认证阶段。 认证执行Login()方法代码。 身份认证后,用户就可以登录服务器,进行各种操作了,此时也就进入POP3会话的第二个阶段——邮件操作阶段。 List()方法代码。 Pop3Recv()和GetMailSum()函数的代码在后面列出。 Retrieve()方法代码。 操作完邮件后安全退出,进入POP3会话的第三个阶段——更新阶段。 Qui