1984.电子邮件客户端软件论文.doc
《1984.电子邮件客户端软件论文.doc》由会员分享,可在线阅读,更多相关《1984.电子邮件客户端软件论文.doc(61页珍藏版)》请在优知文库上搜索。
1、本 科 毕 业 设 计 说 明 书毕业设计说明书电子邮件客户端软件作 者:学 号:学院(系):电子与计算机科学技术学院计算机科学与技术系专 业:计算机科学与技术指导教师: 评 阅 人: 电子邮件客户端软件摘要电子邮件在当今社会中扮演了一个很重要的角色。越来越多的人在使用它。而且用它的人数势必会继续增加。虽然,现在已经有很多的邮件收发软件例如著名的FoxMail 但是对于大多数的非专业的人来说它还是有点难度稍嫌负责。因此,我们就利用SMTP和Pop协议从底层开发了这个软件。SMTP全称是简单邮件传输协议,它专门用来发送邮件用的。Pop全称是邮局协议,是专门用于接收邮件的。我主要是负责如何实现发送
2、邮件功能的。MailSend命名空间是我整个程序的核心。它包括两个类。在SmtpMail的类中包含了一个SendMail的方法,它从底层详细地实现了和服务器的交互操作。你既可以用它发送一个纯文本邮件,也可以发送一个带有附件的邮件,理所当然地,你也可以使用不同的SMTP服务器。经过测试,证实此软件是一个支持多收信人,多附件的群发软件。虽然它没有FoxMail那么强大的功能,但是它容易掌握和使用。关键词:SMTP,命名空间,类,附件E-Mail Client SoftWareAbstractE-Mail play a very important role in modern times.More
3、 and more people are using it,and the number of it will larger and larger.Though there are a lot of software for sending and receiving letters such as FoxMail which are also multifunctional,it is difficult and complicated to the Most of people who are curbstone.For this reason,we do this software wi
4、th the rock-bottom protocol of SMTP and Pop. The full name of SMTP is Simple Mail Transfer Protocol.It is Used to sending letters.The full name of Pop is Post Office Protocol which is Special to receive letters.I basically take charge to how to realize the function of sending letters. A namespace wh
5、ich is named MailSend is the soul of my programe.It includes two classes.A method named sendmial which realize the fuction step by step belongs to the class of SmtpMail. It detailedly note the track of client exchange to the server. You can use the software to send either a text E Mail or a textE-ma
6、il with Attachments.You also can Send a letter to many addressee. In the nature of things,you can use a different SMTP service. The software I did support multiletters and multisender after I test.It is simplier than FoxMail and other professional softwares,but it is easy to hold and use.Key Words:S
7、MTP,nameSpace,Class,Attachment 目 录1 引言111 电子邮件介绍112 开发背景213 开发环境及运行环境22 软件架构及系统用例图321 系统架构322 系统总体用例324 发送邮件类425 附加小功能类43 SMTP协议的研究431 SMTP协议简介及工作原理532 SMTP协议的命令和应答6321 SMTP协议的命令64 RFC8221441 RFC822简单介绍1442 信件的头部145 命名控件MailSend2051 发送邮件类SmtpMail2052 AddExtra类27521 调用Windows API 所需的命名空间28523 在程序中具体的
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 1984. 电子邮件 客户端 软件 论文