1、 本科毕业设计(论文) 题 目: : 电子邮件客户端的设计与实现电子邮件客户端的设计与实现 院 系: 计算机科学系计算机科学系 专 业: 软件工程软件工程 姓 名: 学 号: 指导教师: 教师职称: 讲师讲师 填填写写日期:日期: 2012012 2 年年 5 5 月月 4 4 日日 I 摘要 电子邮件在当今社会中扮演了一个很重要的角色。越来越多的人在使用它。而且用它 的人数势必会继续增加。虽然,现在已经有很多的邮件收发软件例如著名的 FoxMail 但是 对于大多数的非专业的人来说它还是有点难度稍嫌复杂。因此,我就利用 SMTP 和 Pop 协 议从底层开发了这个软件。SMTP 全称是简单邮
2、件传输协议,它专门用来发送邮件用的。 Pop 全称是邮局协议,是专门用于接收邮件的。我主要实现的是发送邮件功能。MailSend 命名空间是我整个程序的核心。它包括两个类。在 SmtpMail 的类中包含了一个 SendMail 的方法, 它从底层详细地实现了和服务器的交互操作。 你既可以用它发送一个纯文本邮件, 也可以发送一个带有附件的邮件,理所当然地,你也可以使用不同的 SMTP 服务器。经过 测试,证实此软件是一个支持多收信人,多附件的群发软件。虽然它没有 FoxMail 那么强 大的功能,但是它容易掌握和使用。 关键词:SMTP,命名空间,类,附件 II Abstract E-Mail
3、 play a very important role in modern times.More and more people are using it,and the number of it will larger and larger.Though there are a lot of software for sending and receiving letters such as FoxMail which are also multifunctional,it is difficult and complicated to the Most of people who are
4、curbstone.For this reason,we do this software with the rock-bottom protocol of SMTP and Pop. The full name of SMTP is Simple Mail Transfer Protocol.It is Used to sending letters.The full name of Pop is Post Office Protocol which is Special to receive letters.I basically take charge to how to realize the function of sending letters. A names