搜索资源列表
Linux的安全漏洞与防范措施
- 介绍Linux的Internet安全漏洞与防范措施,希望对大家有一定的帮助,主要包括的就是FTP安全、电子邮件安全、Telnet安全、Web服务器安全和安全Web协议。-introduced Linux Internet security loopholes and preventive measures, we hope to have some help, including FTP is security, email security, Telnet security, Web serv
securityE-MAIL
- 1. 了解INTERNET上的安全隐患。 2. 了解网络通信安全及相关协议。 3. 了解WEB安全和邮件安全的漏洞和原理。 4. 能熟练配置WEB安全和邮件安全
加密电子邮件
- 利用网络信息加密技术实现电子邮件的安全传输,其中有加密算法和使用mfc的csmtp类构成的一个发送电子邮件的程序-network information using encryption technology to achieve the e-mail transmission security, including encryption algorithm and the use mfc csmtp constitutes a category of email procedures
仿金山安全卫士界面
- 仿金山卫士源码,可以监控邮件
OA
- 办公自动化系统的开发,使得上网查收发邮件、收发文件、查看公司公文公告变得极为方便,因为系统提供了所有办公所需要的基本功能。并且简单易操作,无论单位内部有多少个部门,总部外有多少个分支机构,通过本系统可以实现无地域办公,操作简单,稳定安全,可以称为网络办公理念的一次变革。-The development of office automation system, making Internet search e-mail, send and receive files, view the comp
protectemails
- 利用PGP加密技术保护电子邮件安全,很不错的-The use of PGP encryption technology to protect e-mail security, very good
E-mail
- 基于97码加密解密算法的安全电子邮件系统的设计与实现-Encryption and decryption algorithm is based on 97 yards of the secure e-mail system design and implementation of
youjian
- 此源程序是利用网络信息加密技术实现电子邮件的安全传输。非常实用。-This source code is the use of network information e-mail encryption technology to achieve secure transmission. Very useful.
QMail
- 安全可靠的邮件系统 利用PHP网络编程技术实现B/S模式下的邮件系统,主要完成邮件维护、联系人管理、信件收发等功能。-Safe and reliable e-mail system uses PHP web programming technology to achieve B/S mode, e-mail system, mainly to complete e-mail maintenance, contact management, mail sending and receiving f
SMTP_POP3_Mail_Server
- 这是一个使用C#基于.NET1.1实现的SMTP与POP3邮件服务器源代码。其中,MailServerComponent实现POP3和SMTP的服务端控件,负责处理底层的POP3和SMTP消息。MailServer 处理MailServerComponent的事件,并进行邮件接收和存储的工作。 包含的功能: 基本的: * SMTP/POP3/IMAP4/WebMail * IP访问过滤 * 用户邮件大小限制 * 支持XML和MSSQL数据库存储 * 很好的G
PHP-learning-classical-case
- 通过采用PHP经典例子,如PHP实现处理文件技术、电子邮件安全技术、异常处理、过滤器和数据库操作等例子,精炼讲述PHP高级语法。-Classic example through the use of PHP, such as PHP technology to achieve processing documents, e-mail security technology, exception handling, such as filters and examples of database
Tprotectemailh
- 利用PGP加密技术保护电子邮邮件安全,很不错的可直接使用。 -PGP encryption technology to protect the security of e-mail messages, very good can be used directly.
XX
- PGP电子邮件 加密解密 流程(图) 电子邮件安全——PGP 的原理与使用-PGP e-mail encryption and decryption process (Figure)
MailScanner.tar
- MailScanner是一个高度受尊重的电子邮件安全系统,并遵循著GPL的精神,为开放原始码的软体,资料统计,它每天处理超过五亿封的邮件,移除二百万封的病毒信件及辨识七百五十万封已知的spam讯息及具有攻击行为的非善意讯息 ,目前MailScanner已经被使用在超过二万个站台,保护著政府部门、商业机构及学校单位,成为许多ISP及企业在过泸病毒信件及广告信时的必要工具,它是一个可以和超过十四种virus scanner搭配的套件,允许去搭配任何一种最适合的scanner核心来使用,例如著名的
02473208
- 易语言编写的QQ邮件群发程序 带有发送报告()
mrycger
- 潇枫邮件群发器易语言源码,很不错的易语言源码,适合易语言爱好者学习,()
creaoion-constrain-independent
- 易语言键盘记录 记录键盘 发送邮件 制作玩的 ,主要是想要这个网站的一些源码啊()
utxj
- 易语言邮件收发模块可以快速的收发邮件无任何限制()
qqznc
- 易语言邮件收发源代码,集收取,发送,等等发送接受邮件所需的所有功能()
用POP3协议实现邮件接收
- 用户登录时执行三步操作:初始化、连接和身份验证,所有代码都位于Pop3.cpp中。连接成功后,程序就进入与邮件服务器会话的第一个阶段——认证阶段。 认证执行Login()方法代码。 身份认证后,用户就可以登录服务器,进行各种操作了,此时也就进入POP3会话的第二个阶段——邮件操作阶段。 List()方法代码。 Pop3Recv()和GetMailSum()函数的代码在后面列出。 Retrieve()方法代码。 操作完邮件后安全退出,进入POP3会话的第三个阶段——更新阶段。 Qui