c语言版 电子邮件客户端软件毕业设计答辩版.rar

RAR格式版权申诉手机打开展开

c语言版 电子邮件客户端软件毕业设计答辩版,57本文共计3.6万余字,本文采用rar压缩格式。包含开题报告,毕业论文完整文件、答辩ppt、客户端源程序源代码、服务端源程序源代码、外文文献原文及译文等内容,是一篇不错的参考论文e-mail client softwareabstracte-mail play a very important role in mod...
编号:58-19780大小:1.15M
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 20023286 发布

57
本文共计3.6万余字,本文采用rar压缩格式。包含开题报告,毕业论文完整文件、答辩ppt、客户端源程序源代码、服务端源程序源代码、外文文献原文及译文等内容,是一篇不错的参考论文
E-Mail Client SoftWare

Abstract

E-Mail play a very important role in modern times.More 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 with 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 which 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-mail 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:SMTP,nameSpace,Class,Attachment

电子邮件客户端软件

摘要

电子邮件在当今社会中扮演了一个很重要的角色。越来越多的人在使用它。而且用它的人数势必会继续增加。虽然,现在已经有很多的邮件收发软件例如著名的FoxMail 但是对于大多数的非专业的人来说它还是有点难度稍嫌负责。因此,我们就利用SMTP和Pop协议从底层开发了这个软件。SMTP全称是简单邮件传输协议,它专门用来发送邮件用的。Pop全称是邮局协议,是专门用于接收邮件的。我主要是负责如何实现发送邮件功能的。MailSend命名空间是我整个程序的核心。它包括两个类。在SmtpMail的类中包含了一个SendMail的方法,它从底层详细地实现了和服务器的交互操作。你既可以用它发送一个纯文本邮件,也可以发送一个带有附件的邮件,理所当然地,你也可以使用不同的SMTP服务器。经过测试,证实此软件是一个支持多收信人,多附件的群发软件。虽然它没有FoxMail那么强大的功能,但是它容易掌握和使用。

关键词:SMTP,命名空间,类,附件
目 录
1 引言 1
1.1 电子邮件介绍 1
1.2 开发背景 2
1.3 开发环境及运行环境 2
2 软件架构及系统用例图 3
2.1 系统架构 3
2.2 系统总体用例 3
2.4 发送邮件类 4
2.5 附加小功能类 4
3 SMTP协议的研究 4
3.1 SMTP协议简介及工作原理 5
3.2 SMTP协议的命令和应答 6
3.2.1 SMTP协议的命令 6
4 RFC822 14
4.1 RFC822简单介绍 14
4.2 信件的头部 14
5 命名控件MailSend 20
5.1 发送邮件类SmtpMail 20
5.2 AddExtra类 27
5.2.1 调用Windows API 所需的命名空间 28
5.2.3 在程序中具体的使用 28
6 软件运行时的界面 29
6.1 新建邮件帐号 29
7 系统测试 32
7.1 同一SMTP服务器发送邮件的测试 32
7.2 利用不同的SMTP服务器发送邮件的测试 32
8 结论 34
参考文献 35
致 谢 36
外文文献原文
译文

参考文献
[1] Simon Robinson, K.Scott Allen等.C#高级编程. 北京:清华大学出版社, 2002,3
[2] Tom Archer. C#技术内幕. 北京:清华大学出版社, 2002,1
[3]沉舟.Microsoft.NET编程语言C#. 北京:希望电子出版社 2001,3
[4]罗军舟,黎波涛,杨明等.TCP/IP 协议及网络编程技术. 北京: 清华大学出版 2004,10
[5] Tim Parker .TCP/IP 协议及网络编程技术. 北京: 机械工业出版社 , 2000,7
[6] 周存杰 . Visual C#.NET网络核心编程. 北京:清华大学出版社, 2002,11
[7] 电脑编程技巧与维护杂志社.C#编程技巧典型案例解析. 北京:中国电力出版社,
2005,8