资源描述:
《毕业论文——Web Mail收发系统设计与开发》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、WebMail收发系统设计与开发摘要互联网络技术的不断发展,电子邮件服务已经成为人们基本的信息交互手段,也是网络服务中最早和最基本的服务之一。传统邮件系统大多是基于C/S结构,如Lotusnotes、MicrosoftExchangeServer等,这些邮件系统占用相对较多的服务器资源,对服务器性能有更高的要求,同时也增加了管理负担。并且,由于不同服务器需要特定的客户端软件,增加了系统的开发和管理成本。基于Web的邮件服务提供了更快捷、高效的服务,使得新一代的WebMail能解决传统邮件的不足之处。本文设计并实现的邮件收发系统基于B/S模式,以组件技术为基础,利用System.Web.Ma
2、il命名空间构造函数,分别调用Mailmessage,Mailattachment和SMTPmail方法,实现以Web网页的形式收发电子邮件,用户只需要通过Web页面就可以实现带附件邮件的发送。本论文分为四个部分,分别是:一、选题意义及系统构成;二、介绍邮件收发系统的工作原理、优缺点及开发环境;三、程序编码及页面设计;四、对Web邮件系统进行测试并获得测试的结果。关键词:WebMail;ASP;SMTP协议;POP协议DesignandImplementofWebMailSystemAbstractWiththedevelopmentoftheInternettechnology,mail
3、servicehasbeenabasicmeanofinformationcommunication,whichisalsooneoftheearliestandthemostbasicservicesoftheInternet.However,traditionalmailservicesisbasedonclientandserver,forexample,Lotusnotes,MicrosoftExchangeServer,whichhaveusedmoreresourcesoftheserver,thus,affectthecapabilityofserverandneedhigh
4、performanceofserver.Meanwhile,eachserverneedsspecialclient,whichincreasesthecostofdevelopingandmanagingthesystem.BasedonWebmailserversystemprovidesfaster,moreefficientWebmailservices,withthestrongcapability,thenewgenerationoftheWebmailcanchangethedisadvantageofthetraditionalmail.Thispaperdesignsan
5、dimplementsaWebmailreceiving-sendingsystem,whichisbasedonbrowserandserveraswellascomponentstechnology,sendingmailsthroughWebanduserscanuseittosendmailswithattachments.Thispaperisdividedintofourmainmodules,respectivelyareFirst,introductionthebackgroundoftheselectingthetopicaswellastheconstitutionof
6、thesystem;Second,introductionofworkprinciple,superiorsandinferiorsandthedevelopingenvironmentofthemailsending-receivingsystem;Third,introductionofthecodeproceduresanddesignoftheWebpage;Last,testofthemailsystemandtheresultofthetest.Keywords:WebMail;ASP;SMTPprotocol;POP3protocol1引言随着互联网技术的迅猛发展,WebMa
7、il系统的应用已经成为非常流行、方便、快捷的通信方式。传统的基于C/S模式邮件系统由发送系统和接收系统组成,发送部分负责从邮件从客户端接收到服务器,从邮件服务器发送到另一个邮件服务器。接收部分负责把邮件从服务器上接收下来,使用特定的客户端邮件收发程序。虽然已经使得人们感到满足,但是由于传统邮件开发的难度很大,只有经过专业学习的程序员才能去设计开发,有一定的不足之处。Microsoft公司开发的.NET强大平台,为广大的程