java邮件管理系统简单版,javaweb邮件管理系统

【实例简介】

该邮件收发管理系统基于Java Web开发技术主要实现了用户的注册登录、个人信息管理、收发邮件、个人邮箱管理(收件箱、发件箱、草稿箱管理)、通讯录管理、文件上传与下载等功能,使用springmvc框架以及jsp+servlet混合实现,内含sql文件(mysql)以及文档。

【实例截图】

【核心代码】

邮件管理系统

└── 邮件管理系统

├── email.sql

├── springmvc

│   ├── build

│   │   └── classes

│   │   ├── com

│   │   │   ├── bean

│   │   │   │   ├── Email.class

│   │   │   │   └── UserInfo.class

│   │   │   ├── controller

│   │   │   │   ├── EmailController.class

│   │   │   │   └── UserController.class

│   │   │   ├── filter

│   │   │   │   └── UTFFilter.class

│   │   │   └── util

│   │   │   └── DBConnection.class

│   │   ├── dao

│   │   │   └── EmailDao.class

│   │   └── servlets

│   │   ├── FileDown.class

│   │   ├── UploadHandleServlet$1.class

│   │   └── UploadHandleServlet.class

│   ├── src

│   │   ├── com

│   │   │   ├── bean

│   │   │   │   ├── Email.java

│   │   │   │   └── UserInfo.java

│   │   │   ├── controller

│   │   │   │   ├── EmailController.java

│   │   │   │   └── UserController.java

│   │   │   ├── filter

│   │   │   │   └── UTFFilter.java

│   │   │   └── util

│   │   │   └── DBConnection.java

│   │   ├── dao

│   │   │   └── EmailDao.java

│   │   └── servlets

│   │   ├── FileDown.java

│   │   └── UploadHandleServlet.java

│   └── WebContent

│   ├── addfriend.jsp

│   ├── css

│   │   ├── select.css

│   │   ├── style.css

│   │   └── upload.css

│   ├── delete.jsp

│   ├── editor

│   │   ├── kindeditor.js

│   │   ├── plugins

│   │   │   ├── about.html

│   │   │   ├── emoticons

│   │   │   │   ├── etc_01.gif

│   │   │   │   ├── etc_02.gif

│   │   │   │   ├── etc_03.gif

│   │   │   │   ├── etc_04.gif

│   │   │   │   ├── etc_05.gif

│   │   │   │   ├── etc_06.gif

│   │   │   │   ├── etc_07.gif

│   │   │   │   ├── etc_08.gif

│   │   │   │   ├── etc_09.gif

│   │   │   │   ├── etc_10.gif

│   │   │   │   ├── etc_11.gif

│   │   │   │   ├── etc_12.gif

│   │   │   │   ├── etc_13.gif

│   │   │   │   ├── etc_14.gif

│   │   │   │   ├── etc_15.gif

│   │   │   │   ├── etc_16.gif

│   │   │   │   ├── etc_17.gif

│   │   │   │   ├── etc_18.gif

│   │   │   │   ├── etc_19.gif

│   │   │   │   ├── etc_20.gif

│   │   │   │   ├── etc_21.gif

│   │   │   │   ├── etc_22.gif

│   │   │   │   ├── etc_23.gif

│   │   │   │   ├── etc_24.gif

│   │   │   │   ├── etc_25.gif

│   │   │   │   ├── etc_26.gif

│   │   │   │   ├── etc_27.gif

│   │   │   │   ├── etc_28.gif

│   │   │   │   ├── etc_29.gif

│   │   │   │   ├── etc_30.gif

│   │   │   │   ├── etc_31.gif

│   │   │   │   ├── etc_32.gif

│   │   │   │   ├── etc_33.gif

│   │   │   │   ├── etc_34.gif

│   │   │   │   ├── etc_35.gif

│   │   │   │   └── etc_36.gif

│   │   │   ├── flash.html

│   │   │   ├── image.html

│   │   │   ├── link.html

│   │   │   ├── media.html

│   │   │   ├── plainpaste.html

│   │   │   ├── remote_image.html

│   │   │   └── wordpaste.html

│   │   └── skins

│   │   ├── default.css

│   │   ├── default.gif

│   │   ├── div.gif

│   │   ├── dl.gif

│   │   ├── editor.css

│   │   ├── ol.gif

│   │   ├── p.gif

│   │   ├── tinymce.css

│   │   ├── tinymce.gif

│   │   └── ul.gif

│   ├── email_info.jsp

│   ├── error.html

│   ├── friend.jsp

│   ├── images

│   │   ├── 001.jpg

│   │   ├── 404.png

│   │   ├── add.png

│   │   ├── btnbg1.png

│   │   ├── btnbg2.png

│   │   ├── btnbg.png

│   │   ├── buttonbg.png

│   │   ├── c01.png

│   │   ├── c02.png

│   │   ├── c03.png

│   │   ├── cbg.png

│   │   ├── clist.png

│   │   ├── close1.png

│   │   ├── close.png

│   │   ├── cloud.png

│   │   ├── d01.png

│   │   ├── d02.png

│   │   ├── d03.png

│   │   ├── d04.png

│   │   ├── d05.png

│   │   ├── d06.png

│   │   ├── d07.png

│   │   ├── diskbg.png

│   │   ├── dp.png

│   │   ├── f01.png

│   │   ├── f02.png

│   │   ├── f03.png

│   │   ├── f04.png

│   │   ├── f05.png

│   │   ├── f06.png

│   │   ├── help.png

│   │   ├── i01.png

│   │   ├── i02.png

│   │   ├── i03.png

│   │   ├── i04.png

│   │   ├── i05.png

│   │   ├── i06.png

│   │   ├── i07.png

│   │   ├── i08.png

│   │   ├── i09.png

│   │   ├── iadd.png

│   │   ├── ibtnbg.png

│   │   ├── ico01.png

│   │   ├── ico02.png

│   │   ├── ico03.png

│   │   ├── ico04.png

│   │   ├── ico05.png

│   │   ├── ico06.png

│   │   ├── icon01.png

│   │   ├── icon02.png

│   │   ├── icon03.png

│   │   ├── icon04.png

│   │   ├── icon05.png

│   │   ├── icon06.png

│   │   ├── img01.png

│   │   ├── img02.png

│   │   ├── img03.png

│   │   ├── img04.png

│   │   ├── img05.png

│   │   ├── img06.png

│   │   ├── img07.png

│   │   ├── img08.png

│   │   ├── img09.png

│   │   ├── img10.png

│   │   ├── img11.png

│   │   ├── img12.png

│   │   ├── img13.png

│   │   ├── img14.png

│   │   ├── img15.png

│   │   ├── inputbg.gif

│   │   ├── itabbg1.png

│   │   ├── itabbg.png

│   │   ├── leftico01.png

│   │   ├── leftico02.png

│   │   ├── leftico03.png

│   │   ├── leftico04.png

│   │   ├── leftico.png

│   │   ├── leftline.gif

│   │   ├── leftmenubg.gif

│   │   ├── lefttop.gif

│   │   ├── libg.png

│   │   ├── light.png

│   │   ├── line1.png

│   │   ├── line.gif

│   │   ├── list1.gif

│   │   ├── list2.png

│   │   ├── list.gif

│   │   ├── loginbg1.png

│   │   ├── loginbg2.png

│   │   ├── loginbg3.png

│   │   ├── logininfo.png

│   │   ├── loginpassword.png

│   │   ├── loginsj.png

│   │   ├── loginuser.png

│   │   ├── msg.png

│   │   ├── navbg.png

│   │   ├── next.gif

│   │   ├── pre.gif

│   │   ├── px.gif

│   │   ├── righttop.gif

│   │   ├── rlist.gif

│   │   ├── search.png

│   │   ├── sj.png

│   │   ├── sun.png

│   │   ├── t01.png

│   │   ├── t02.png

│   │   ├── t03.png

│   │   ├── t04.png

│   │   ├── t05.png

│   │   ├── tbg.png

│   │   ├── tcbg.gif

│   │   ├── th.gif

│   │   ├── ticon.png

│   │   ├── time.png

│   │   ├── toolbg.gif

│   │   ├── topbg.gif

│   │   ├── topleft.jpg

│   │   ├── topright.jpg

│   │   ├── ub1.png

│   │   ├── uew_icon_hover.png

│   │   ├── uew_icon.png

│   │   ├── ulist.png

│   │   ├── userbg.png

│   │   └── user.png

│   ├── inbox.jsp

│   ├── index.jsp

│   ├── js

│   │   ├── cloud.js

│   │   ├── format+zh_CN,default,corechart.I.js

│   │   ├── jquery.ba-resize.min.js

│   │   ├── jquery.gvChart-1.0.1.min.js

│   │   ├── jquery.idTabs.min.js

│   │   ├── jquery.js

│   │   ├── jsapi.js

│   │   ├── PIE.htc

│   │   ├── script.js

│   │   └── select-ui.min.js

│   ├── left.html

│   ├── login.jsp

│   ├── main.jsp

│   ├── META-INF

│   │   └── MANIFEST.MF

│   ├── outbox.jsp

│   ├── reg.jsp

│   ├── save.jsp

│   ├── search,jsp.jsp

│   ├── send.jsp

│   ├── src

│   │   └── jquery.gvChart-1.0.1.js

│   ├── top.html

│   ├── user_add1.jsp

│   ├── user_add2.jsp

│   ├── user_add3.jsp

│   ├── user_add4.jsp

│   └── WEB-INF

│   ├── lib

│   │   ├── commons-fileupload-1.3.3.jar

│   │   ├── commons-io-2.6.jar

│   │   ├── com.springsource.org.aopalliance-1.0.0.jar

│   │   ├── com.springsource.org.apache.commons.fileupload-1.2.0.jar

│   │   ├── com.springsource.org.apache.commons.io-1.4.0.jar

│   │   ├── com.springsource.org.apache.commons.logging-1.1.1.jar

│   │   ├── mysql-connector-java-5.1.37-bin.jar

│   │   ├── org.springframework.aop-3.0.2.RELEASE.jar

│   │   ├── org.springframework.asm-3.0.2.RELEASE.jar

│   │   ├── org.springframework.beans-3.0.2.RELEASE.jar

│   │   ├── org.springframework.context-3.0.2.RELEASE.jar

│   │   ├── org.springframework.context.support-3.0.2.RELEASE.jar

│   │   ├── org.springframework.core-3.0.2.RELEASE.jar

│   │   ├── org.springframework.expression-3.0.2.RELEASE.jar

│   │   ├── org.springframework.web-3.0.2.RELEASE.jar

│   │   └── org.springframework.web.servlet-3.0.2.RELEASE.jar

│   ├── springmvc-servlet.xml

│   └── web.xml

└── 基于Java-web的邮件管理系统的设计与实现-毕业设计(论文).doc

31 directories, 253 files

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值