资源描述:
《BS结构下的邮件系统的设计与开发.doc》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、BS结构下的邮件系统的设计与开发摘要随着网络的逐渐普及,Email在人们生活中应用日益广范,除了专业的邮件服务系统之外,一般大型网站与单位都提供了email服务。因此,本次设计是通过对SMTP、pop3协议的熟悉和理解、以及对JSP编程和网页设计技能的掌握,开发出一个简单的B/S结构下的邮件服...
摘 要
随着网络的逐渐普及,Email在人们生活中应用日益广范,除了专业的邮件服务系统之外,一般大型网站与单位都提供了email服务。因此,本次设计是通过对SMTP、pop3协议的熟悉和理解、以
2、及对编程和网页设计技能的掌握,开发出一个简单的B/S结构下的邮件服务系统。能完成邮件的发送、接收、以及附件处理功能等。主要运用的软件有Eclipse,SQLServer,在JAVA环境下,利用编程来实现邮件系统的各种功能。该系统主要支持用户的身份验证,用户只有通过正确注册后才能进入该系统。在系统中可以查看自己的邮件也可以发送邮件到任意的邮箱,发邮件的时候可以进行附件的发送。通过本次课题的学习和研究掌握了基本的web编程技能,更实践了自我的动手能力。同时认识到在信息化高速发展的今天,高效、快速、方便的邮件收发系统
3、将得到越来越多的人关注和使用,它将给人们带来更方便快捷的生活。(所有权:毕业设计网QQ:)
关键词: B/S;邮件系统;SMTP;POP3;JSP
ThedesignanddevelopmentofE-mailsystembasedonB/S
Abstract
Nowadays,withtheincreasingpopularityofthenetwork,Emailsystemisusedwidelymoreandmore.Sincethee-mai
4、lcomestoourlife,peopledonotjustdependonthetraditionalletters,either.It’sreliable,fast,convenientandflexible,whichmakespeopleacceptanduseitwidely.ThegraduationdesignmentisawaytoletusknowhowtodevelopanemailsystembasedonWEB.Thissystemusesanagentmailwhichgetsthr
5、oughSMTPandPOP3protocoltoachievetheemailsystem.ItissimilartoOUTLOOKwhichisbasedonWEBService.ThemainlyusedsoftwaresareEclipse,SQLServer.JAVAisalsousedtoo,underwhichwecanuseJSPprogrammingtoachieveforvariousfunctions.Thissystemsupportsusers’authentication.Befor
6、eaccessingthesystem,usersmusthaveaproperregistration.Inthissystem,userscannotonlychecktheirmailbutalsosendthemtoanymailboxes.Whensendingthee-mail,theycanalsosendtheattachment.Duringthisperiod,notonlycanIdeepentheunderstandingofprofessionalknowledge,butalsoIp
7、racticemyself-agility.Atthesametime,Irealizedthat,withtherapiddevelopmentoftheinformationaltechnology,moreandmorepeoplewillbeconcernedwiththeefficient,fastandconvenientmailsystem.Afterthat,perhapsmostofthemwillhaveatry.Inaword,e-mailwillmakeourlifemoreeffici
8、entandconvenient.
Keywords:B/S;mailsystem;SMTP;POP3;JSP
整个系统开发完全采用Browser/Server模式,开发平台为JAVA平台,以Tomcat为JSP引擎和Web服务器,后台数据库使用SQLServer2000。
在开发模式上选择Brows