文档介绍:摘要
本系统是用 java 语言实现的一个 Email客户端,主要用到 java GUI 图形界面设计和 java mail 工具包, 它适用于所有用户,无管理员设置,可以实现网络邮箱的邮件发送和邮件收取的基本功能,还具有通讯录的存储功能,针对用户的需求,本Email客户端具有以下两大模块:
;
此模块主要包括用户设置和邮箱设置两大内容:
用户设置:主要设置用户的一些基本信息,如用户名,用户密码等设置
邮箱设置:主要设置邮箱服务器,SMTP,POP3等
2. Email功能模块;
此模块根据大众用户的需求划分了以下三个部分:
;
;
;
该系统的开发过程为:
;
;
;
;
;
关键字:java,java GUI,java mail
Abstract
This email client system is developed in java language using java GUI and java mail tools .It can be used by any users who want to use it . The system is not including manager settings and it can finish the function of sending and accepting mails in web mail system, it can store user information a function like a address book in the web. The systems need to achieve the overall function to run two parts, as follows
1. The basic settings
Two parts are followed:
Maintenance System Administrators basic information;
Student response functions;
2. Email functions
Three function will be available
Sending mails
Receiving mails
Address book
The system development process :
1. Email client needs analysis;
2. Email client system analysis;
3. Email client function modules partition;
4. Email client design;
5. Email client interface design;
6. Email client functional design and code modules to achieve
Key word:java , java GUI ,java mail
目录
前言 7
第1章系统概述及系统分析 8
8
8
Email功能模块 8
需求分析 9
可行性分析 9
9
9
9
第2章系统开发基本介绍 10
选题背景与目的 10
2 .2 系统开发工具 10
2 .3 系统开发环境 10
2 .4开发技术概述 11
2 . J2EE概述 11
2 . Java GUI 11
2 . Java mail 12
第3章系统总体设计 13
3 .1 系统功能模块划分 13
3 .2系统具体功能模块基本介绍 14
3 . 发件箱 14
3 . 收件箱 14
3 . 通讯录 15
第4章系统详细设计及系统实现 16
4 .1 章节内容总体介绍 16
4 .2各模块功能详细设计 16
4 . 发送邮件功能的实现 16
4 . 发送普通邮件功能 17
4 . 邮件附件的功能实现 22
4 . 收取邮件功能的实现 23