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

        當前位置:論文格式網 -> 畢業論文 -> 計算機論文
        畢業論文標題:

        一個SMTP客戶端程序的設計與實現

         本文ID:LWGSW14170 價格:收費積分/100
        掃一掃 掃一掃
        本站會員可自行下載:下載地址 一個SMTP客戶端程序的設計與實現 (收費:1000 積分)  

        論文字數:15980,頁數:34

        摘  要
        本論文是在實現了SMTP協議的客戶端軟件MyEMail開發的基礎上完成的,涉及到軟件的設計、實現以及測試等方面。通過本設計可以掌握SMTP協議,了解到當前郵件服務的一些不足。論文著重對郵件服務所使用的SMTP協議進行了分析,并根據ESMTP協議的規定添加了身份驗證的功能增加了郵件服務的安全性。
        MyEMail軟件是根據SMTP協議的原理、協議的模型以及工作過程,而設計出一款完整、實用的基于SMTP協議的客戶端軟件。該軟件的實現過程中對協議的工作模式和流程進行分析。從常規的郵件發送過程出發,采用C++語言在VC++6.0的平臺下,借助VC++6.0提供的應用程序框架MFC加以實現。該軟件實現了SMTP協議,具有向郵件服務器發送身份驗證消息以及郵件的功能,使用戶能夠在本地通過客戶端程序向服務器發送郵件信息。
        目前,雖然協議規定在正文中可以使用網頁信息。但使用該手段發送的郵件正文可能包含有惡意代碼,從而出現安全隱患,因此,在本設計中并沒有提供相關支持。

        關鍵詞:SMTP協議;郵件;C++;客戶端
        The design and implementation of a SMTP Client
        Abstract
        This thesis is completed in the foundation of the SMTP protocol client software MyEMail. It relates to the software design, implementation, testing and so on. Through the design, the SMTP protocol can be mastered and the deficiencies of current mail service can be understood. The thesis focuses on analyzing the SMTP protocol used by the mail service and adds the authentication function which will increase the mail service security according to the provisions of the protocol ESMTP.
        MyEMail SMTP software is based on the principles of the protocol, the model and working processes of agreement. And it is a practical and SMTP protocol based client software. The software analyzes the working model and processes of protocol. It starts with the conventional mail process and uses the C++ language and MFC framework in VC++ 6.0 platform. The SMTP protocol is implemented in this software. It can send authentication information and e-mail to the mail server. The users can send authentication information and E-mail to the server through local software.
        At present, although the protocol stipulates that the website information can be used in the text, it means that the mail content can contain malicious code, which has potential safe problems. So, the support is not provided in the design.

        Key words:SMTP Protocol; E-Mail; C++; Client

        目  錄

        1引言 1
        2 SMTP協議概述 1
        2.1 協議簡介 1
        2.2 協議原理 1
        2.2.1 工作模型 2
        2.2.2 工作過程 3
        2.3 相關協議的簡單介紹 6
        3軟件開發背景與環境 7
        3.1 軟件開發背景 7
        3.2 軟件開發環境 7
        3.2.1系統環境 7
        3.2.2 工具簡介 8
        4 SMTP協議客戶端軟件設計與實現 8
        4.1 需求分析與總體設計 8
        4.1.1 功能分析 8
        4.1.2 總體設計 9
        4.2 各模塊設計 10
        4.2.1 實現SMTP協議的核心類庫 10
        4.2.2 實現軟件的界面類 16
        4.2.3 模塊之間的關系 17
        4.3 核心模塊實現與核心功能編碼 17
        4.3.1 郵件發送實現 17
        4.3.2 郵件內容相關實現 20
        4.3.3 郵件的編碼方式 22
        5 軟件測試 24
        結    論 26
        參考文獻 26
        致    謝 27
        聲    明 28


        相關論文
        本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
        上一篇:一個簡單木馬程序的設計與開發 下一篇:基于VC的五子棋游戲軟件的設計與..
        Tags:一個 SMTP 客戶端 程序 設計 實現 【收藏】 【返回頂部】
        最新文章
        熱門文章
        計算機論文
        推薦文章

        本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

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

        Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

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

        论文格式网:毕业论文格式范文
        <kbd id="emuyi"><pre id="emuyi"></pre></kbd>
      • <ul id="emuyi"><pre id="emuyi"></pre></ul>
        <ul id="emuyi"></ul>