毕业论文 基于javamail的电子邮件系统的设计与实现.doc

约37页DOC格式手机打开展开

毕业论文 基于javamail的电子邮件系统的设计与实现,摘 要本文主要阐述了基于javamail电子邮件系统的设计与实现,较为系统地介绍了电子邮件用户的登录、收发电子邮件、邮件目录操作、邮件群发、通讯录建立与维护等功能。邮件服务器按照提供的服务类型,可以分为发送邮件服务器(简称发送服务器)和接收邮件服务器(简称接收服务器)。发送邮件服务器使用邮件发送协议,现在常用的是smt...
编号:20-196572大小:1.45M
分类: 论文>计算机论文

内容介绍

此文档由会员 ljjwl8321 发布

摘 要
本文主要阐述了基于javamail电子邮件系统的设计与实现,较为系统地介绍了电子邮件用户的登录、收发电子邮件、邮件目录操作、邮件群发、通讯录建立与维护等功能。邮件服务器按照提供的服务类型,可以分为发送邮件服务器(简称发送服务器)和接收邮件服务器(简称接收服务器)。发送邮件服务器使用邮件发送协议,现在常用的是SMTP,所以通常发送邮件服务器也称为SMTP服务器;接收邮件服务器使用接收邮件协议,常用的有POP3协议和IMAP协议,所以通常接收邮件服务器也称为POP3服务器或IMAP服务器。
本系统基于JavaMial API采用B/S设计结构。使用Apache Tomcat做为WEB服务器和JSP Servlet的容器。JDK中并不包含JavaMail API。为了开发JavaMail应用程序,需要从SUN公司的网站下载JavaMail API及其实现的类库,该类库由两个JAR文件组成: mail.jar和activation.jar。
本系统分析中给出了电子邮件服务器和电子邮件客户端的简介,同时给出了本次试验中客户端的主要功能和总体框图。

关键词:JavaMail,电子邮件服务器,电子邮件客户端

ABSTRACT
This paper mainly discusses javamail E-mail system based on the design, realization and systematically introduces the email login, email, mail, E-mail group operating directory, contacts the establishment and the maintenance etc. Function. Mail server according to provide service type, can be divided into the email server (referred to send and receive E-mail servers server) (hereinafter referred to as the receiving server). Send mail server use email to send agreement, now commonly used is so often send e-mails SMTP server is also called SMTP server, Receiving mail server use E-mail agreement, commonly have POP3 and IMAP protocol, so usually receive E-mail server also called POP3 server or IMAP server.
This system based on B/S JavaMial API using structure design. Use a WEB server and I can with Apache Tomcat Servlet JSP containers. Does not contain JavaMail JDK API. In order to develop JavaMail applications, need to download from the web from JavaMail API and realize the class library, library consists of two components: the JAR file activation and E-mail. J JAR JAR.
This system are analyzed in the email server and email client introduction is given, and the main functions of the client and the overall diagram.


KEY WORDS: JavaMail, E-mail server, Email client

目 录
第1章 前 言 1
1.1 概述 1
1.2 国内现状 1
1.3 系统特点 1
第2章 需求分析 4
2.1 产品可行性分析 4
2.2 产品功能需求分析 6
2.2.1 系统总体功能 6
2.2.2电子邮件系统收发邮件的过程 6
第3章 总体设计 8
3.1 本系统的总体分析模型(类图): 8
3.2 系统模块的划分 9
第4章 详细设计 10
4.1 登录模块 10
4.2 接收邮件和附件模块 11
4.3 发送和回复邮件模块 11
4.4 邮件处理模块 12
4.5 邮件文件夹管理模块 12
第5章 系统功能编码的实现 13
5.1 服务器的安装和配置 13
5.2 客户端的实现 14
第6章 系统功能测试 19
6.1 登录和注销模块的测试: 19
第7章 结论与展望 30
7.1 结论 30
7.2 展望 30
致谢 31
参考文献 32