基于C/S的电子邮件简单收发系统设计与实现 摘 要 电子邮件作为互联网中交换信息广泛的通信工具之一,如今都已被广大用户接受。早期的电子邮件只是从一个计算机终端向另外一个计算机终端传送文本信息,而现在的电子邮件不仅可以发送文本信息,还可以传送声音、图片、文档等多种信息。很多邮件邮件客户端软件不断地被用户利用起来,例如outlook, Foxmail,但是这些邮件客户端对于很多用户来说却过于复杂。 为了方便用户快捷地收发邮件,本课题利用SMTP协议和POP3协议,经过前期对系统的需求分析和对相关协议的了解,设计并实现了简单的电子邮件收发系统。为了保证本系统功能的完整性,在实现该系统过程中,设计了邮件用户注册模块,当用户首次使用本系统时,须注册一个邮件账号,然后才能进行其他的操作。作为一个电子邮件客户端,邮件的发送与收取是其核心功能,本系统邮件发送块实现电子邮件的发送,支持邮件的单个发送和群发,在邮件收取块,实现了电子邮件的简单收取。另外还增加了地址薄管理块让用户更方便地管理自己的联系人,对联系人进行添加、修改、删除等。 关键词:电子邮件;SMTP;POP3;邮件收发系统
Design and Implementation of Simple Email Receivingand Sending System Based on C/S Abstract Email is thecommunication tool which is widely used in the internet to exchangeinformation. Now it has been accepted by many people. In the early days, email isonly used in transmitting pure text information from a computer terminal toanother. But at present, it is notlimited in this, it can support many types of information, such as voice,picture, document and so on. Much software has been used by users. such as Outlook,Foxmail and so on. But they are too complex to many users. In order to sendand receive email conveniently, a simple email sending and receiving system has been designed based onSMTP and POP3 protocol after requirement analysis and protocols learning. To proveintegrality of the system, the block of accounts registering is necessary. Whenusing this system first time, users should register one account. It has the kernelfunction of sending and receiving email. In the block of sending email, groupsending is supported. In addition, there is an address management block. Key words: E-mail; SMTP; POP3; Mail Receivingand Sending System
|