资源列表
中国联通短信接口SGIP协议的API
- 中国联通短信接口SGIP协议的API,对开发短信平台有帮助.-China Unicom messaging interface API SGIP agreement, SMS platform for the development of any help.
用java实现pop3邮件服务器
- 用java实现pop3服务器端.-pop3 email server implemented by java
mailbysmtp
- 使用java语言,socket服务。利用smtp连接已有服务器,登陆验证后转发其他服务器。-use java language socket services. Connect using smtp server, after verification transponder landing other servers.
邮件管理_Program
- 对写邮件服务器的程序员很有效,其中有组件和应用程序代码-it is very useful for programmer who write email server, including groupware and code.
SIMPLE_MAPI_DEMO
- 是一个实现了SMTP服务的程序源码,通过Windows提供的MAPI实现邮件的接收和发送功能,对需要使用MAPI实现邮件的收发功能的同学非常有用,请赶快下载吧,物超所值呀!-is a realization of the procedures for SMTP source, through the MAPI Windows Mail receive and transmit functions, the need to use MAPI to achieve mail transceiver
新yahoo-ypops-src-0[1].9.5.4
- 截至09年2月最新的ypops源代码,修正了原来的BUG和失效的功能 众所周知yahoo的邮箱是不提供免费SMTP和POP服务的,但ypops却能够帮助建立一个邮件SMTP\POP服务端来收发yahoo的邮箱邮件。原理是通过HTTP请求模拟浏览器访问邮箱,自动登陆和得到邮箱中的邮件...
邮件管理系统
- 邮件管理系统
Email服务器端和客户端
- Email服务器端和客户端
imail
- imail小型群发邮件系统 imail小型群发邮件系统编辑自已的群发邮件-imail imail small mass mail system mail system for small mass edit their own mass-mailing
antyspamplugin-51488
- sample for an outlook spam filter plugin
python文件对比html
- python进行两个文件的对比,将对比结果生成html,并邮件发送
用POP3协议实现邮件接收
- 用户登录时执行三步操作:初始化、连接和身份验证,所有代码都位于Pop3.cpp中。连接成功后,程序就进入与邮件服务器会话的第一个阶段——认证阶段。 认证执行Login()方法代码。 身份认证后,用户就可以登录服务器,进行各种操作了,此时也就进入POP3会话的第二个阶段——邮件操作阶段。 List()方法代码。 Pop3Recv()和GetMailSum()函数的代码在后面列出。 Retrieve()方法代码。 操作完邮件后安全退出,进入POP3会话的第三个阶段——更新阶段。 Qui