- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
E-mail客户端管理程序的设计与实现
摘 要
电子邮件(E-mail)服务作为Internet上应用最多和最广的服务项目,在网络中起到非常重要的作用。如同其他的网络服务,电子邮件系统也有其使用的传输协议,包括简单邮件传输协议 (SMTP, Simple Mail Transfer Protocol)、邮局协议(POP, Post Office Protocol)等这些应用于电子邮件发送和接收的协议。
首先我们设计了E-mail客户端管理程序的总体框架,在不打开用户邮箱主页情况下,可以实现接收邮箱中的邮件及向其他邮箱发送信件的功能;其次以SMTP、POP3协议为研究对象,按照SMTP、POP3协议通过套接字发送SMTP、POP3命令,并使用MD5散列算法进行加密传输,接收并处理邮件服务器的反馈信息;然后利用在Microsoft Visual Studio .NET 2003编程环境下实现SMTP、POP3协议的功能,开发出一个既简单又实用的具有发送和接收功能的E-mail客户端程序;最后,通过实测表明,本论文开发出的E-mail客户端程序达到了预期设计的目标。
关键词:SMTP/POP3协议,MD5散列算法,邮件客户端
Abstract
E-mail service as the most widely used in the Internet and the most extensive services in the network play a very important role. As with other network services, e-mail system also has the use of transmission protocols, including Simple Mail Transfer Protocol (SMTP), Post Office Protocol (POP) and so they used the protocol to send and receive e-mail.
First, we designed the E-mail client the overall framework of management procedures, without opening the home page under the users mailbox, the mailbox can be achieved to receive mail and send letters to other mail functions; followed by the SMTP, POP3 protocol for the study, in accordance with the SMTP, POP3 protocol through a socket to send SMTP, POP3 commands, and use the MD5 hashing algorithm to encrypt transmission, receiving and processing feedback from the mail server; then use the Microsoft Visual Studio. NET 2003 programming environment to achieve SMTP, POP3 protocol functions, developed a simple and practical E-mail client program with sending and receiving; finally, the test shows that the thesis developed E-mail client program to achieve the desired design goals.
Keywords: SMTP/POP3 protocols, MD5 hashing algorithm, E-mail client
目 录
第一章 前 言 1
1.1论文背景 1
1.2 开发背景 1
1.3 开发环境及运行环境 2
1.3.1 开发环境 2
1.3.2 运行环境 2
第二章 相关理论 3
2.1 SMTP 3
2.1.1 SMTP协议简介及工作原理 3
2.1.2 SMTP设计方案 5
2.2 POP3 7
2.2.1 POP3协议简介及工作原理 7
2.2.2 POP3设计方案 9
2.3 电子邮件 10
2.3.1 电子邮件与普通信件传送过程的区别 10
2.3.2 电子邮件格式 10
2.4 MD5散列算法 13
第三章 系统设计 15
3.1 系统架
您可能关注的文档
- DELTA机电产品在丝网印刷机的应用.doc
- 湖南省衡阳市八中2010年高一历史上学期结业考试试卷新人教版.doc
- 办公室文员绩效考核试题.doc
- Desperate Housewives 绝望的主妇 中英文剧本 S08E01.doc
- 办公室管理参考答案.doc
- 满分《21世纪课堂评价》结业测试题.doc
- 滋维博迪《投资学》第26章投资政策和CFA机构的投资框架.ppt
- Desperate Housewives 绝望的主妇 中英文剧本 S08E04.doc
- Desperate Housewives 绝望的主妇 中英文剧本 S08E06.doc
- Desperate Housewives 绝望的主妇 中英文剧本 S08E08.doc
文档评论(0)