freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

一個(gè)smtp客戶端程序的設(shè)計(jì)與實(shí)現(xiàn)—畢業(yè)設(shè)計(jì)論文(已修改)

2024-12-15 11:23 本頁面
 

【正文】 畢業(yè)設(shè)計(jì) ( 論文 ) 一個(gè) SMTP 客戶端程序的設(shè)計(jì)與實(shí)現(xiàn) 論文作者姓名: 申請學(xué)位專業(yè): 申請學(xué)位類別: 指導(dǎo)教師姓名(職稱): 論文提交日期: 一個(gè) SMTP 客戶端程序的設(shè)計(jì)與實(shí)現(xiàn) 摘 要 本論文是在實(shí)現(xiàn)了 SMTP 協(xié)議的客戶端軟件 MyEMail 開發(fā)的基礎(chǔ)上完成的,涉及到軟件的設(shè)計(jì)、實(shí)現(xiàn)以及測試等方面。通過本設(shè)計(jì)可以掌握 SMTP 協(xié)議,了解到當(dāng)前郵件服務(wù)的一些不足。論文著重對郵件服務(wù)所使用的 SMTP 協(xié)議進(jìn)行了分析,并根據(jù) ESMTP 協(xié)議的規(guī)定添加了身份驗(yàn)證的功能增加了 郵件服務(wù)的安全性。 MyEMail 軟件是根據(jù) SMTP 協(xié)議的原理、協(xié)議的模型以及工作過程 ,而設(shè)計(jì)出一款完整、實(shí)用的基于 SMTP 協(xié)議的客戶端軟件。該軟件的實(shí)現(xiàn)過程中對協(xié)議的工作模式和流程進(jìn)行分析。從常規(guī)的郵件發(fā)送過程出發(fā),采用 C++語言在 VC++的平臺下,借助 VC++ 提供的應(yīng)用程序框架 MFC加以實(shí)現(xiàn)。該軟件實(shí)現(xiàn)了 SMTP協(xié)議,具有向郵件服務(wù)器發(fā)送身份驗(yàn)證消息以及郵件的功能,使用戶能夠在本地通過客戶端程序向服務(wù)器發(fā)送郵件信息。 目前,雖然協(xié)議規(guī)定在正文中可以使用網(wǎng)頁信息。但使用該手段發(fā)送的郵件正文可能 包含有惡意代碼,從而出現(xiàn)安全隱患,因此,在本設(shè)計(jì)中并沒有提供相關(guān)支持。 關(guān)鍵詞 : SMTP協(xié)議 ; 郵件 ; C++; 客戶端 The design and implementation of a SMTP Client Abstract This thesis is pleted 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++ platform. The SMTP protocol is implemented in this software. It can send authentication information and to the mail server. The users can send authentication information and Email 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。 EMail。 C++。 Client 目 錄 論文總頁數(shù): 28頁 1 引言 .............................................................................................................................. 5 2 SMTP 協(xié)議概述 ............................................................................................................. 5 協(xié)議簡介 ............................................................................................................ 5 協(xié)議原理 ............................................................................................................ 5 工作模型 ................................................................................................... 6 工作過程 ................................................................................................... 7 相關(guān)協(xié)議的簡單介紹 ......................................................................................... 10 3 軟件開發(fā)背景與環(huán)境 ....................................................................................................11 軟件開發(fā)背景 ....................................................................................................11 軟件開發(fā)環(huán)境 ....................................................................................................11 系統(tǒng)環(huán)境 ...................................................................................................11 工具簡介 ................................................................................................. 12 4 SMTP 協(xié)議客戶端軟件設(shè)計(jì)與實(shí)現(xiàn) ............................................................................... 12 需求分析與總體設(shè)計(jì) ......................................................................................... 12 功能分析 ................................................................................................. 12 總體設(shè)計(jì) ................................................................................................. 13 各模塊設(shè)計(jì) ....................................................................................................... 14 實(shí)現(xiàn) SMTP 協(xié)議的核心類庫 .................................................................... 14 實(shí)現(xiàn)軟件的界面類 ................................................................................... 20 模塊之間的關(guān)系 ...................................................................................... 21 核心模塊實(shí)現(xiàn)與核心功能編碼 ........................................................................... 21 郵件發(fā)送實(shí)現(xiàn) .......................................................................................... 21 郵件內(nèi)容相關(guān)實(shí)現(xiàn) ................................................................................... 24 郵件的編碼方式 ...................................................................................... 26 5 軟件測試 .................................................................................................................... 28 結(jié) 論 ........................................................................................................................ 30 參考文獻(xiàn) ........................................................................................................................ 30 致 謝 ........................................................................................................................ 31 聲 明 ........................................................................................................................ 32 1 引言 隨著信息技術(shù)的發(fā)展、互聯(lián)網(wǎng)的普及,電子郵件已經(jīng)逐漸稱為人們正常工作和生活中進(jìn)行溝通的重要手段。采用電子郵件服務(wù)可以方便快捷的與朋友、同事或合作伙伴進(jìn)行溝通, 傳遞信息。電子郵件技術(shù)具有方便、快捷、成本低廉等特性。能夠大大減少信息傳遞的時(shí)間,比傳統(tǒng)的信件傳遞方式更快捷,成本也更低。在實(shí)現(xiàn)過程中加入了認(rèn)證機(jī)制,因而,更安全、可靠。 目前與郵件相關(guān)的協(xié)議大概可以分為兩種:一種是郵件發(fā)送協(xié)議―― SMTP協(xié)議;另一種是郵件接收協(xié)議―― POP 協(xié)議。本軟件實(shí)現(xiàn)的是用于發(fā)送郵件的SMTP 協(xié)議。目前, SMTP 協(xié)議已經(jīng)有了大量的實(shí)現(xiàn),應(yīng)用廣泛。本軟件是為了研究 SMTP 協(xié)議而作的一個(gè)實(shí)驗(yàn)型項(xiàng)目。目的在于掌握 SMTP 的工作原理,并實(shí)現(xiàn)一個(gè)能夠發(fā)送郵件的完整郵件客戶端。 本畢業(yè)設(shè)計(jì)以 SMTP 協(xié)議為理論基礎(chǔ),以面向?qū)ο蟮姆绞皆?VC++ 平臺下進(jìn)行實(shí)現(xiàn)。用計(jì)算機(jī)語言對 SMTP 協(xié)議的工作原理進(jìn)行了描述。實(shí)現(xiàn)了與郵件發(fā)送有關(guān)的基礎(chǔ)類,根據(jù)面向?qū)ο蟮奶匦裕杆俚拇罱肃]件的客戶端。在實(shí)現(xiàn)過程中,用到了 VC++中的 MFC 框架,
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
公安備案圖鄂ICP備17016276號-1