1、I 电子邮件系统电子邮件系统 学生姓名:xxx 指导老师:xxx 所在院系:xxx 所学专业:xxx 研究方向:xxx xxx 大 学 xxx xxx II 电子邮件系统 摘 要 描述 internet 迅速发展,电子邮件已经成为信息交换的主要载体,电子邮件 成为目前互联网上流行,方便快捷的通讯工具,随着网络发展普及,电子邮件的应 用更加广泛。 本文提出一款适合大众用户的电子邮件系统,该电子邮件系统的主要功能模 块包括登陆模块,收发模块和通讯录模块等。 首先概括性的介绍电子邮件系统软件的发展趋势及其电子邮件收发系统应 用到相关知识,SMTP 协议,POP 协议等基本概念以及 JS
2、P 概述。从 JSP 技术分析 着手,分析利用 JSP 技术对本系统设计开发的过程。描述电子邮件收发系统的开 发环境和编程语言然后对电子邮件系统进行总体设计。 再分别对各功能模块进行 详细的分析设计,最后使用用例对系统进行测试。 本文来自毕设资料网()关键词关键词:电子邮件,SMTP,POP3, JSP II Email system Abstract Description the internet rapid development, The email already became the exchange of information the main carrier. Th
3、e E-mail is most convenient, most swift communication tool on Internet at present, with the popularization of the network its application will be more extensive. This article proposed section electronic mail system which is suited to the populace users. The main function module of mail system includ
4、ing the module of users landing, the module of receiving and dispatching mail, the module of address book and so on. First concise quality introduction electronic mail system software development and its email receiving and dispatching system application related knowledge SMTP POP basic concept and
5、JSP summarize. The article will analysis from the JSP technology, dissect the process of design development of this system using JSP technology. The description email receiving and dispatching system development environment and the programming language then carries on the system design to the electr
6、onic mail system. Then separately carries on the detailed analysis design to the function module, finally uses with the example carries on the test for the system. Keyword:Email ,Simple Mail Transfer Protocol , Post Office Protocol 3. 目 录 摘 要 II ABSTRACT. II 第一章 绪论. 1 1.1 引言 1 1.2 国内外研究现状及发展趋势 1 1.3 课题的主要研究内容 2 第二章 系统需求及可行性分析. 3 2.1 系统的初步调查 3 2.1.1 系统调查方法 3 2.2 系统设计目标 3 2.3 系统可行性分析 3 2.4 基本技术介绍 4 2.4.1 POP3 协议中文版RFC1939 简介 4 2.4.2 POP3 协议简介 4 2.4.3 SMTP 协议简介 4 2.4.4 JSP 技术概述. 4 2.4.5 JSP 工作原理. 5 2.4.6 Orac