• <del id="cgeec"></del>
    <tfoot id="cgeec"><input id="cgeec"></input></tfoot>
  • 論文格式
    電氣工程 會計論文 金融論文 國際貿(mào)易 財務(wù)管理 人力資源 輕化工程 德語論文 工程管理 文化產(chǎn)業(yè)管理 信息計算科學(xué) 電氣自動化 歷史論文
    機械設(shè)計 電子通信 英語論文 物流論文 電子商務(wù) 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學(xué)工程 漢語言文學(xué) 免費獲取
    制藥工程 生物工程 包裝工程 模具設(shè)計 測控專業(yè) 工業(yè)工程 教育管理 行政管理 應(yīng)用物理 電子信息工程 服裝設(shè)計工程 教育技術(shù)學(xué) 論文降重
    通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學(xué) 藝術(shù)設(shè)計 新聞專業(yè) 信息管理 給水排水工程 化學(xué)工程工藝 推廣賺積分 付款方式
    • 首頁 |
    • 畢業(yè)論文 |
    • 論文格式 |
    • 個人簡歷 |
    • 工作總結(jié) |
    • 入黨申請書 |
    • 求職信 |
    • 入團申請書 |
    • 工作計劃 |
    • 免費論文 |
    • 合作期刊 |
    • 論文同學(xué)網(wǎng) |
    搜索 高級搜索

    當(dāng)前位置:論文格式網(wǎng) -> 畢業(yè)論文 -> 計算機論文
    畢業(yè)論文標(biāo)題:

    Web Mail 收發(fā)系統(tǒng)設(shè)計與開發(fā)

     本文ID:LWGSW14015 價格:收費積分/100
    掃一掃 掃一掃
    本站會員可自行下載:下載地址 Web Mail 收發(fā)系統(tǒng)設(shè)計與開發(fā) (收費:1000 積分)  

    論文字?jǐn)?shù):9242,頁數(shù):21

    摘  要
    互聯(lián)網(wǎng)絡(luò)技術(shù)的不斷發(fā)展,電子郵件服務(wù)已經(jīng)成為人們基本的信息交互手段,也是網(wǎng)絡(luò)服務(wù)中最早和最基本的服務(wù)之一。傳統(tǒng)郵件系統(tǒng)大多是基于C/S結(jié)構(gòu),如Lotus notes、Microsoft Exchange Server等,這些郵件系統(tǒng)占用相對較多的服務(wù)器資源,對服務(wù)器性能有更高的要求,同時也增加了管理負(fù)擔(dān)。并且,由于不同服務(wù)器需要特定的客戶端軟件,增加了系統(tǒng)的開發(fā)和管理成本。
    基于Web的郵件服務(wù)提供了更快捷、高效的服務(wù),使得新一代的Web Mail能解決傳統(tǒng)郵件的不足之處。本文設(shè)計并實現(xiàn)的郵件收發(fā)系統(tǒng)基于B/S模式,以組件技術(shù)為基礎(chǔ),利用System.Web.Mail命名空間構(gòu)造函數(shù),分別調(diào)用Mailmessage,Mailattachment和SMTPmail方法,實現(xiàn)以Web網(wǎng)頁的形式收發(fā)電子郵件,用戶只需要通過Web頁面就可以實現(xiàn)帶附件郵件的發(fā)送。
    本論文分為四個部分,分別是:一、選題意義及系統(tǒng)構(gòu)成;二、介紹郵件收發(fā)系統(tǒng)的工作原理、優(yōu)缺點及開發(fā)環(huán)境;三、程序編碼及頁面設(shè)計; 四、對Web郵件系統(tǒng)進行測試并獲得測試的結(jié)果。

    關(guān)鍵詞: Web Mail;ASP;SMTP協(xié)議;POP協(xié)議
    Design and Implement of Web Mail System
    Abstract
    With the development of the Internet technology, mail service has been a basic mean of information communication, which is also one of the earliest and the most basic services of the Internet. However, traditional mail services is based on client and server, for example, Lotus notes, Microsoft Exchange Server, which have used more resources of the server, thus, affect the capability of server and need high performance of server. Meanwhile, each server needs special client, which increases the cost of developing and managing the system.
     Based on Web mail server system provides faster, more efficient Web mail services, with the strong capability, the new generation of the Web mail can change the disadvantage of the traditional mail. This paper designs and implements a Web mail receiving-sending system, which is based on browser and server as well as components technology, sending mails through Web and users can use it to send mails with attachments.
    This paper is divided into four main modules, respectively are First, introduction the background of the selecting the topic as well as the constitution of the system; Second, introduction of work principle, superiors and inferiors and the developing environment of the mail sending-receiving system; Third, introduction of the code procedures and design of the Web page; Last, test of the mail system and the result of the test.

    Key words: Web Mail; ASP; SMTP protocol; POP3 protocol

    目    錄

    1  引言 1
    1.1 選題意義 1
    1.2 基于C/S模式郵件的運行機理 1
    1.3 郵件的發(fā)送和SMTP服務(wù)器 2
    1.4 郵件協(xié)議及原理 2
    1.5 SMTP簡介 3
    1.6 SMTP的運行過程 4
    1.7 SMTP中繼服務(wù)的設(shè)置 4
    2 總體分析 4
    2.1 工作原理 4
    2.1.1 單域網(wǎng)絡(luò)下的單Web 郵件服務(wù)器系統(tǒng) 4
    2.1.2 多域網(wǎng)絡(luò)下的單Web郵件服務(wù)器系統(tǒng) 5
    2.1.3 多域網(wǎng)絡(luò)下的多Web郵件服務(wù)器系統(tǒng) 5
    2.1.4 將內(nèi)部網(wǎng)絡(luò)的電子郵件發(fā)送Internet 5
    2.2 IIS WEB郵件發(fā)送的特點 5
    2.3 IIS WEB郵件發(fā)送的不足 6
    2.4 IIS WEB環(huán)境建立 6
    2.5 開發(fā)環(huán)境 6
    3 程序的設(shè)計與實現(xiàn) 6
    3.1 SYSTEM.WEB.MAIL命名空間介紹 6
    3.2 程序設(shè)計主要步驟 7
    3.3 界面設(shè)計 7
    3.4 主要代碼 12
    4 軟件測試 14
    結(jié)   論 15
    參考文獻(xiàn) 15
    致    謝 16
    聲    明 17


    相關(guān)論文
    本論文在計算機論文欄目,由論文格式網(wǎng)整理,轉(zhuǎn)載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
    上一篇:一種網(wǎng)上交易平臺的設(shè)計和實現(xiàn) 下一篇:體育城場地預(yù)約系統(tǒng)的設(shè)計與實現(xiàn)
    Tags:Web Mail 收發(fā) 系統(tǒng) 設(shè)計 開發(fā) 【收藏】 【返回頂部】
    最新文章
    熱門文章
    計算機論文
    推薦文章

    本站部分文章來自網(wǎng)絡(luò),如發(fā)現(xiàn)侵犯了您的權(quán)益,請聯(lián)系指出,本站及時確認(rèn)刪除 E-mail:349991040@qq.com

    論文格式網(wǎng)(www.donglienglish.cn--論文格式網(wǎng)拼音首字母組合)提供計算機論文畢業(yè)論文格式,論文格式范文,畢業(yè)論文范文

    Copyright@ 2010-2018 LWGSW.com 論文格式網(wǎng) 版權(quán)所有 蜀ICP備09018832號

    感谢您访问我们的网站,您可能还对以下资源感兴趣:

    论文格式网:毕业论文格式范文
  • <fieldset id="kcwgw"><table id="kcwgw"></table></fieldset>
    • <ul id="kcwgw"></ul>
    • <fieldset id="kcwgw"></fieldset>
      <ul id="kcwgw"></ul>