2、可以发送指定帐户的邮件,并且可以接收到指定帐户上的邮件,这些帐户都是用户可以在本邮件管理系统中设置的,同时,还可以将自己发送的邮件保存到发件箱供以后查看。本论文以软件工程理论为指导,论述了系统的设计构想,分析了系统开发各个阶段的主要任务,并详细阐述了系统各个功能模块的实现原理及解决方案。是对系统开发过程的详细说明与总结。关键词:MySQL,Java,SMTP;POP3IVAbstractEmail has been increasingly popular these days since it is simple, instantaneous,
3、 globally used, cheap and easy to save. The current mainstream email systems embrace more and more complicated functions, far beyond the basics like sending and receiving mails. However, people do not really use all these fancy and impractical functions, especially for those
4、who know few about computers. Therefore, it would be of great users’ convenience to develop a simple, practical and user-friendly email system, which integrates sending and receiving functions with email managemenThe Web based internet email system, which uses the MYSQLdataba
5、se and is developed by JAVA technology, is one computer software system that combines sending and receiving emails with personal emails management. Its main features include sending and replying emails. Users can send and receive mails of pre-setting mail accounts, and save a
6、nd view the sent emails later. The present paper, with software engineering theory as guidance, discussed the system design concept and analysis the main task of the various stages of system development and introduced the system principle and solutions of the various functio
7、nal modules. The paper summarized the system development process. Key Words : MYSQL ;SMTP;POP3;JAMESIV目录 1绪论11.1课题研发背景11.2选题的意义12可行性分析22.1经济可行性分析22.2技术可行性22.2.1Struts2简介22.2.2Spring简介32.2.3Hibernate简介42.2.4NetBeans开发工具简介42.2.5MySQL简介52.2.6Tomcat服务器简介52.2.7pop3协议简介62.2.8SMTP简介