1 / 57
文档名称:

电子邮件客户端.doc

格式:doc   大小:783KB   页数:57页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

电子邮件客户端.doc

上传人:aideliliang128 2018/6/15 文件大小:783 KB

下载得到文件列表

电子邮件客户端.doc

文档介绍

文档介绍:摘要
电子邮件是一种通过电子手段提供信息交换的通信方式。如今越来越多的企业单位通过电子邮件来协同工作, 打破时间与地域的限制, 实现办公自动化, 大大地提高了工作效率。可以说, 电子邮件已经成为人们生活中不可缺少的一部分。
本论文首先阐述了电子邮件客户端应用程序的开发背景和系统的开发平台,并对系统开发所采用的技术进行相应的介绍。在系统的分析阶段,分析电子邮件的结构和邮件文本格式,介绍电子邮件系统工作原理,并对SMTP和POP3协议进行深入研究。在系统的设计与实现中,确定系统的开发思想以及开发环境。最后给出了系统中模块的详细设计与实现,并对系统模块涉及到的关键源代码进行了详细的分析。
系统使用Visual C#作为开发语言,Visual Studio 2005为开发工具,开发一个功能全面,应用广泛的电子邮件应用程序。系统实现的功能主要是帐号登录,发送与接收电子邮件及其附件,管理电子邮件等。
关键词:电子邮件电子邮件系统电子邮件客户端 SMTP POP3
Title The Design and Implementation of E-mail Client


Abstract
E-mail is a means of providing information through electronic means munication exchange. Now, more and more municate through e-mail in order to work together to break the restrictions of time and victoria, realize office automation, and enhance the work efficiency greatly. It can be said that E-mail has e a indispensable part of people’s normal life.
Papers first illustrate the development background and system development platform of E-mail client application program and introduce the corresponding technology used in the system development. In the system analysis phase, papers analyze the structure of e-mail client and the type of text messages, describe the working principle of E-mail client, and study SMTP and POP3 protocol in a deep-seated level. In the design and implementation phase, the system identified the development thoughts and development environment. Finally, papers provide system modules for the detailed design and implementation, and a detailed analysis for the key source code related to system modules.
The system uses Visual C # as developing language, Visual Studio 2005 as developing tools for the development of a full-featured, widely used email client. The main function of the System is to login accounts, send and receive e-mail and its attachments, manage e-mail and so on.
Key Words: E-Mail E-Mail System E-Mail Client SMTP POP3
目次
1 引言 1
电子邮件介绍 1
开发背景 2
开发环境及运行环境 2
开发环境 2
运行环境 2
2 需求分析 3
对电子邮件系统功能的分析 3