国产精品婷婷久久久久久,日本中文字幕平台,天天躁夜夜躁av天天爽,国内极度色诱视频网站

畢業(yè)論文 基于javamail的電子郵件系統(tǒng)的設計與實現(xiàn).doc

約37頁DOC格式手機打開展開

畢業(yè)論文 基于javamail的電子郵件系統(tǒng)的設計與實現(xiàn),摘 要本文主要闡述了基于javamail電子郵件系統(tǒng)的設計與實現(xiàn),較為系統(tǒng)地介紹了電子郵件用戶的登錄、收發(fā)電子郵件、郵件目錄操作、郵件群發(fā)、通訊錄建立與維護等功能。郵件服務器按照提供的服務類型,可以分為發(fā)送郵件服務器(簡稱發(fā)送服務器)和接收郵件服務器(簡稱接收服務器)。發(fā)送郵件服務器使用郵件發(fā)送協(xié)議,現(xiàn)在常用的是smt...
編號:20-196572大小:1.45M
分類: 論文>計算機論文

內容介紹

此文檔由會員 ljjwl8321 發(fā)布

摘 要
本文主要闡述了基于javamail電子郵件系統(tǒng)的設計與實現(xiàn),較為系統(tǒng)地介紹了電子郵件用戶的登錄、收發(fā)電子郵件、郵件目錄操作、郵件群發(fā)、通訊錄建立與維護等功能。郵件服務器按照提供的服務類型,可以分為發(fā)送郵件服務器(簡稱發(fā)送服務器)和接收郵件服務器(簡稱接收服務器)。發(fā)送郵件服務器使用郵件發(fā)送協(xié)議,現(xiàn)在常用的是SMTP,所以通常發(fā)送郵件服務器也稱為SMTP服務器;接收郵件服務器使用接收郵件協(xié)議,常用的有POP3協(xié)議和IMAP協(xié)議,所以通常接收郵件服務器也稱為POP3服務器或IMAP服務器。
本系統(tǒng)基于JavaMial API采用B/S設計結構。使用Apache Tomcat做為WEB服務器和JSP Servlet的容器。JDK中并不包含JavaMail API。為了開發(fā)JavaMail應用程序,需要從SUN公司的網(wǎng)站下載JavaMail API及其實現(xiàn)的類庫,該類庫由兩個JAR文件組成: mail.jar和activation.jar。
本系統(tǒng)分析中給出了電子郵件服務器和電子郵件客戶端的簡介,同時給出了本次試驗中客戶端的主要功能和總體框圖。

關鍵詞:JavaMail,電子郵件服務器,電子郵件客戶端

ABSTRACT
This paper mainly discusses javamail E-mail system based on the design, realization and systematically introduces the email login, email, mail, E-mail group operating directory, contacts the establishment and the maintenance etc. Function. Mail server according to provide service type, can be divided into the email server (referred to send and receive E-mail servers server) (hereinafter referred to as the receiving server). Send mail server use email to send agreement, now commonly used is so often send e-mails SMTP server is also called SMTP server, Receiving mail server use E-mail agreement, commonly have POP3 and IMAP protocol, so usually receive E-mail server also called POP3 server or IMAP server.
This system based on B/S JavaMial API using structure design. Use a WEB server and I can with Apache Tomcat Servlet JSP containers. Does not contain JavaMail JDK API. In order to develop JavaMail applications, need to download from the web from JavaMail API and realize the class library, library consists of two components: the JAR file activation and E-mail. J JAR JAR.
This system are analyzed in the email server and email client introduction is given, and the main functions of the client and the overall diagram.


KEY WORDS: JavaMail, E-mail server, Email client

目 錄
第1章 前 言 1
1.1 概述 1
1.2 國內現(xiàn)狀 1
1.3 系統(tǒng)特點 1
第2章 需求分析 4
2.1 產(chǎn)品可行性分析 4
2.2 產(chǎn)品功能需求分析 6
2.2.1 系統(tǒng)總體功能 6
2.2.2電子郵件系統(tǒng)收發(fā)郵件的過程 6
第3章 總體設計 8
3.1 本系統(tǒng)的總體分析模型(類圖): 8
3.2 系統(tǒng)模塊的劃分 9
第4章 詳細設計 10
4.1 登錄模塊 10
4.2 接收郵件和附件模塊 11
4.3 發(fā)送和回復郵件模塊 11
4.4 郵件處理模塊 12
4.5 郵件文件夾管理模塊 12
第5章 系統(tǒng)功能編碼的實現(xiàn) 13
5.1 服務器的安裝和配置 13
5.2 客戶端的實現(xiàn) 14
第6章 系統(tǒng)功能測試 19
6.1 登錄和注銷模塊的測試: 19
第7章 結論與展望 30
7.1 結論 30
7.2 展望 30
致謝 31
參考文獻 32