文档详情

java实现邮件推送系统 基于WEB的电子邮件系统邮件协议研究与系统功能实现-论文.doc

发布:2017-06-10约2.23万字共45页下载文档
文本预览下载声明
java实现邮件推送系统 基于WEB的电子邮件系统邮件协议研究与系统功能实现-论文 本科毕业论文(设计) 题 目 基于WEB的电子邮件系统邮件协议研究与系统功能实现 学 院 专 业 年 级 2005级学 号 222005080611033 姓 名 李光平 指 导 教 师 任 柯 成 绩 ___________________ 2009年4月20日 基于WEB的电子邮件系统邮件协议研究与系统功能实现 李光平 西南大学计算机与信息科学学院,重庆 400715 摘要:通过分析JavaMail的实现原理,采用开源框架Struts,Spring,Hibernate和面向对象的方法实现基于WEB的电子邮件系统功能。论文研究了接收邮件的和解析邮件的工作原理,并阐述了如何实现。本系统中我主要负责用户注册、登陆、退出、接收站内信、读取站内信、移动站内信、删除站内信、设置其他邮箱、收取其他邮箱邮件、解析其他邮箱邮件、删除其他邮箱邮件、系统管理等功能的实现。 关键词:JavaMail;Struts;Spring;Hibernate E-mail system based on web with e-mail protocol and system functions Li Guangping Computer and Information Science Faulty, Southwest China University, Chongqing 400715, China Abstract:Through analysis JavaMail of the realization of the principle of open-source framework for the use of Struts, Spring, Hibernate and object-oriented method of web-based e-mail system. Research papers to receive e-mail messages and the work of analytic theory, and explained how to achieve it. This system is mainly responsible for my user registration, login, exit, receiving station within the letter, read a letter station, mobile station letter letter to delete stations, set up other mail, receive mail to other e-mail, Mail resolve to delete the other E-mail messages, the system management functions to achieve. Keywords: JavaMail;Struts;Spring;Hibernate 目录 第1章 引言 4 1.1 基于WEB的电子邮件选题目的和意义 4 1.2 基于WEB的电子邮件国内外研究现状 5 1.3 基于WEB的电子邮件系统开发研究方法与策略 5 1.4 基于WEB的电子邮件系统软件开发的可行性 5 1.5 系统开发与运行环境 6 1.5.1 系统开发环境 6 1.5.2 软件运行环境 7 第2章 系统开发相关技术 7 2.1 Struts简介 7 2.1.1 优点: 7 2.1.2 缺点: 7 2.2 Spring简介 8 2.3 Hibernate简介 8 2.4 MVC简介 9 2.5 JavaMail API研究 9 2.5.1 JavaMail API简介 9 2.5.2 相关协议一览 9 2.5.3 JavaMail安装 10 2.5.4 JavaMail API 详解 11 2.5.5 使用JavaMail API 15 2.5.6 邮件认证 16 第3章 概要设计 17 第4章 详细设计与编码实现 18 4.1 程序包的结构 18 4.2系统的功能模块的详细设计与实现 18 4.2.1 用户注册登录模块 18 4.2.2 站内接收邮件模块 20 4.2.3 其他邮箱模块 23 4.2.4 系统管理模块 28 第5章 结论 29 第6章
显示全部
相似文档