网学网为广大网友收集整理了,JSP017邮件收发系统(最终版)基于Java的简易电子邮件接收系统,希望对大家有所帮助!
客服咨询,网学网竭诚为您服务,本站永久域名:myeducs.cn |
Abstract 第一章绪论 1.1本系统研究意义及国内外发展概况 1.2本系统的目的、内容、要求 第二章开发环境与技术的介绍 2.1 开发环境 2.1.1 硬件环境 2.1.2 软件环境 2.1.3 环境配置 2.2 技术的介绍 2.2.1邮件服务器简介 2.2.2 SMTP与POP3简介 2.2.3 JSP简介 第三章需求分析 3.1 可行性研究 3.2 理解需求 3.3 需求分析 3.4 编写目的 第四章 概要设计 4.1 系统总体设计 4.1.1系统功能模块设计 4.2 功能模块 4.2.1发送邮件流程图 4.2.2接收邮件流程图 4.2.3地址簿流程图 4.3 系统建模UML 4.3.1 系统用例图 4.3.2. 时序图 4.3.3 活动图 第五章详细设计 5.1 登录模块 5.2 接收邮件模块 5.3 发送邮件模块 5.4 文件夹模块 5.5 地址簿模块 第六章系统测试 6.1测试举例 6.1.1测试登录页面 6.1.2测试主页面 6.1.3用户退出系统 6.2测试项目 6.2.1单元测试 6.2.2组合测试 6.2.3确认测试 6.2.4系统测试 6.3测试方法 总结 参考文献(References) 致 谢 外文资料原文 外文资料译文 基于Java的简易电子邮件接收系统 摘 要 随着 Internet的迅速发展和普及,网络已经成为人们获取交换信息的重要方式,给人们带来了极大的便利。在各种网络服务中,电子邮件系统以其方便、快捷的特点成为人们进行信息交流的理想工具。通过电子邮件人们可以以十分低廉的价格(甚至免费,如现在普遍使用的免费电子邮件),以非常快的速度同世界上其他互联网用户联络。从某种程度上来说,电子邮件已经基本取代了传统的邮局通信方式。电子邮件的使用者数量呈几何级数增长。现在,除了一些必须通过传统的方式进行邮寄的邮件外,一般的日常交流都可以通过电子邮件的形式来进行。 本文采用了软件工程学方法实现了一个简易电子邮件接收系统的设计与开发,本系统简单地实现邮件的基本功能,包括邮件的接收,发送,读取。可以发送附件等,能对邮件列表进行管理的文件夹,可以进行添加,删除,修改联系人的地址簿。重点着重从客户端和用户界面的开发方面详细阐述了整个电子邮件接收实现的全过程。对开发过程中的难点进行了分析和研究,并通过系统结构图,功能模块图,UML等方式形象地描述出来,所实现的客户端界面应当是友好美观与易用。 经过分析,本文采用基于B/S模式,使用Windows XP操作系统,选择Web网络服务器,采用了目前流行的Java技术语言。 关键词:B/S模式,电子邮件,邮件服务器, Java Simple email receiving system based on Java Abstract Along with the Internet rapid development and the popularization, the network already became the people to gain the exchange information the important way, has brought the enormous convenience to the people. In each kind of network service, the electronic mail system by it sconet, the quick characteristic becomes the people to carry on the information exchange the ideal tool. Through the email people may by the extremely inexpensive price (even free, like present universal use free email), by extremely quick speed with world in other Internet user contacts. Said from some kind of degree that, the email basically has already substituted for the traditional post office mailing address. The email user quantity assumes the geometric series growth. Now, besides some must carry on the mail through the traditional way which mails, the general daily exchange all may carry on through the email form. This article used the software engineering method to realize a simple email receiving system design and the development, this system simply realized the mail basic function, including the mail receive, the transmit session, read takes. May transmit the appendix and so on, can tabulate to the mail carries on the management the folder, may carryon the increase, deletes, revises contact person''s address book. With emphasis emphatically in detail elaborated the entire email receiver that entire process from the customer end and the user contact surface development aspect. Has carried on the analysis and the research to in the performance history difficulty, and through the system structure drawing, the function module chart, way and so on UML vividly describes, the customer end contact surface which realizes must be friendly artistic and is easy to use. After the analysis, this article uses based on the B/S pattern, uses Windows the XP operating system, chooses the Web network server, has used the present popular Java technical language. Keyword: B/S pattern, email, server, Java 第一章绪论 1.1本系统研究意义及国内外发展概况 随着 Internet的迅速发展和普及,网络已经成为人们获取交换信息的重要方式,给人们带来了极大的便利。在各种网络服务中,电子邮件系统以其方便、快捷的特点成为人们进行信息交流的理想工具。通过电子邮件人们可以以十分低廉的价格(甚至免费,如现在普遍使用的免费电子邮件),以非常快的速度同世界上其他互联网用户联络。从某种程度上来说,电子邮件已经基本取代了传统的邮局通信方式。电子邮件的使用者数量呈几何级数增长,据统计,目前全世界的电子邮件账号超过15亿个,电子邮件成为Internet上所占比例最大的应用。中国互联网络信息中心关于中国互联网发展状况统计报告(2005年1月)表明,我国目前上网人数9400万,人均拥有电子邮箱1.5个。现在,除了一些必须通过传统的方式进行邮寄的邮件外,一般的日常交流都可以通过电子邮件的形式来进行。 |
本站发布的计算机毕业设计均是完整无错的全套作品,包含开题报告+程序+论文+源代码+翻译+答辩稿PPT |
本文选自计算机毕业设计http://myeducs.cn |