文档详情

电子邮件客户端系统设计讲述.doc

发布:2016-12-27约5.67万字共63页下载文档
文本预览下载声明
毕业设计说明书 专业 学生姓名 班级 学号 指导教师 完成日期 SQL Server 2005数据库,使用ASP.NET技术开发而成,是一款融合了邮件发送、邮件接收、个人邮件管理等功能的计算机软件系统。其中邮件发送和接收是系统的两大特色,用户可以发送工作及问候邮件,并且可以接收到别人的邮件,同时还可以对自己的邮件进行相关的操作和管理。 本说明书以软件工程理论为指导,论述了系统的设计构想,分析了系统开发各个阶段的主要任务,并详细阐述了系统各个功能模块的实现原理及解决方案,最后对系统开发过程进行了总结。 关键词:网络邮件系统;简单邮件传输协议;邮局协议3 Design of Email Client System Abstract:Email has been increasingly popular these days since it is simple, instantaneous, reliable, cheap and easy to save. Besides the functions of receive and deliver mails, the mail system offers a few more features. However, people do not really use these flashy functions, especially for those who know few about computers. Therefore, it would be of great users’ convenience to develop a simple, practical and user-friendly email system, which integrates sending, receiving, and management functions. The email system is based on internet, using the SQL Server 2005 database ASP.NET technology. The system is one software system that combines the functions of sending, receiving, and managing emails. Its main features include sending and replying emails. Users can send mails on work and greetings, receive the mails, and manage the emails. Guided by software engineering theory, the system design concept is discussed in the instruction book. The main task of the various stages of system development is analyzed. The system principle and solutions of the various functional modules are described. The system development process is summarized in the end. Key Words:Net Email System; SMTP; POP3 目 录 1 概 述 1 1.1 系统的开发背景和开发意义 1 2 开发环境与技术介绍 2 2.1 系统开发环境 2 2.2 开发技术 2 2.3 ASP.NET 3 2.4 ADO.NET技术 5 2.5 C#技术 5 2.6 Visual Studio 2008 开发工具 7 2.7 SQL Server 2005 8 3 系统可行性分析 9 4 系统需求分析 9 5 系统概要设计 10 5.1 系统开发环境的安装与配置 10 5.2 数据库设计 11 5.3 系统结构图 13 5.4 系统功能模块设计 14 6 系统详细设计 16 6.1 用户登录模块设计与实现 16 6.2 用户注册模块设计与实现 16 6.3 邮件收发系统主页面 17 6.4 发送邮件模块的设计与实现 19 6.5 接收邮件模块的设计与实现 21 6.6 文件夹管理模块的设计与实现 23 6.7 系统配置模块的设计与实现 24 7系统测试 26 7.1 系统模块测试举例 26 7.2 系统集成测试 26 7.3 系统测试
显示全部
相似文档