基于.NET的内部邮件系统的实现
摘 要
电子邮件已经成为日常生活中信息交流最为常用的方式,各种内部信息交流平台也随之发展,应用到各行各业。本文主要讨论了一个局域网内部邮件系统的设计与开发,具体阐述了该内部邮件系统的实现原理,功能结构和系统开发。该内部邮件系统采用B/S结构,以Visual Studio .NET 2005为开发工具,使用Access数据库,结合HTML、ASP.NET和C#语言来完成系统的开发。系统实现了用户间邮件的发送和接收,同时支持附件和图片的收发,对已收到和已发送的邮件进行查阅,过期或废弃邮件的删除,个人的信息的存储等管理功能,为用户提供了一个方便快捷的信息交流平台。
关键词: 内部邮件;邮件管理;ASP.NET
The Implementation of Internal Mail System Based on .Net
Abstract
Email has already become the most commonly used of communication in daily life, and various of internal information communicating platform for email service also applied into lots of industries. This thesis mainly talks about and analyzes into the designing and developing of an internal email system, explains in details of the theoretical realization, functional structure and systematical developing. This internal email system which developed by Visual Studio and .NET 2005 is constructed under B/S structure, and with the joint help Access database HTML, ASP.NET and C#. This system has accomplished the goal of sending and receiving emails, meanwhile sending and receiving attachments and pictures is supported too. Additional it also can read emails in in-box and sent, delete mails abandoned and expired, help the users to store and manage their personal information, so this system can be considered completely as an information communication platform for all users.
Key words: Internal Mail; Mail Management; ASP.NET
目 录
论文总页数:22页
1引 言 1
2内部邮件系统系统分析 1
2.1内部邮件介绍 1
2.2系统需求分析 1
2.2.1用户身份要求 1http://www.16sheji8.cn/
2.2.2系统功能模块设置 2
2.3系统开发环境及工具 4
2.3.1系统开发环境 4
2.3.2系统开发工具 4
2.3.3系统运行环境 5
3内部邮件系统系统设计 5
3.1 数据库设计 5
3.2系统模块设计 7
3.3 WEB页面设计 7
3.4邮箱系统功能模块说明 8
3.4.1系统流程图 8
3.4.2用户注册和登录模块 9
3.4.3写信模块 11
3.4.4收信模块 12
3.4.5删除邮件功能 13
3.4.6.邮箱选项模块 13http://www.16sheji8.cn/
4邮箱系统功能模块具体实现 14
4.1邮箱系统写信功能模块核心代码 14
4.2邮箱系统收信箱模块核心代码 16
5邮箱系统功能模块测试 17
5.1测试内容 17
5.2测试结果 17
5.3测试结论 17
结论 19
参考文献 20
致 谢 21
声 明 22
1引 言
随着互联网技术的迅猛发展,网络高效高速的信息化给人们带来了很多便利,使得人们借助于网络进行信息传递变得更加方便。如今电子邮件在其传递速度和功能,已经全面改善了传统纸信邮件收发时间周期,随地理位置越远周期越长,纸信书写麻烦,效率低,收发不便利等缺点。随着电邮的不断发展,取代传统邮件已成必然趋势。一个好的邮件系统不仅能帮助用户方便快捷的收发邮件,还能帮助用户管理繁琐的信息和邮件,使用户不必再为成堆的信息烦恼。电子邮件的方便快捷也被越来越多的人所接受,随之不断发展,更加人性化的设计,更加丰富的功能,使的电子邮件已经超出信息传递这最基本的作用,在人们日常生活中扮演着越来越重要的角色。
内部邮件系统也随各公司企业员工之间信息交流需求而不断发展,它高速高效,高安全性等特点被越来越广泛的应用,各种内部信息交流平台层出不穷。因此根据用户的需求,该内部邮件系统采用WEB开放式框架,结合数据库的应用实现了一个内部信息交流平台,不仅能够实现内部用户间的相互通信以及系统的各项功能,也能够解决邮件和信息的相关管理功能。同时简单明了的界面操作可以使多层次的用户方便的使用该内部邮件系统。http://www.16sheji8.cn/
2内部邮件系统系统分析
2.1内部邮件介绍
内部邮件系统是用户信息交流的一个平台,通过数据库的应用实现用户间以邮件的方式进行信息交流。而内部邮件就是指用户间通信的内容,拥有邮件传递速度快,对外安全性高等有点。