diff --git a/README.md b/README.md index db195cb..234debe 100644 --- a/README.md +++ b/README.md @@ -52,15 +52,15 @@ E-Mail play a veryimportant role in modern times.More and more people are using 软件的总体架构如图2.1: -![](http://www.write-bug.com/myres/static/uploads/2021/10/19/f5697381b3f73e1c5b367806504faf46.writebug) +![](http://www.writebug.com/myres/static/uploads/2021/10/19/f5697381b3f73e1c5b367806504faf46.writebug) ## 2.2 系统总体用例 -![](http://www.write-bug.com/myres/static/uploads/2021/10/19/c8730c54819a23ec07b0e7df337d6972.writebug) +![](http://www.writebug.com/myres/static/uploads/2021/10/19/c8730c54819a23ec07b0e7df337d6972.writebug) ## 2.3 程序功能框图 -![](http://www.write-bug.com/myres/static/uploads/2021/10/19/65d6d3b9ac483a0cea716825471b1af0.writebug) +![](http://www.writebug.com/myres/static/uploads/2021/10/19/65d6d3b9ac483a0cea716825471b1af0.writebug) ## 2.4 发送邮件类 @@ -695,7 +695,7 @@ ShellAbout(this.Handle ,"邮件收发系统#","版本"+myVersion.FileMajorPart 用户打开软件之后,需要新建一个邮件帐号,在这个信件帐号的过程中,需要指定SMTP服务器,SMTP的端口,以及用于ESMTP验证的用户名和密码。指定这些发邮件的必须参数之后,再回到系统的主界面如下所示: -![](http://www.write-bug.com/myres/static/uploads/2021/10/19/77be6c0aebf63eb585173d218026d338.writebug) +![](http://www.writebug.com/myres/static/uploads/2021/10/19/77be6c0aebf63eb585173d218026d338.writebug) ## 6.2 发送邮件界面 @@ -703,19 +703,19 @@ ShellAbout(this.Handle ,"邮件收发系统#","版本"+myVersion.FileMajorPart 在新建帐号的过程中已经指定了邮件地址,和帐号名称,所以默认的以这些参数来发送邮件。通过调用参数的不同程序会自动的调用相对应的代码来执行不同的操作。发送简单的邮件运行界面如下。 -![](http://www.write-bug.com/myres/static/uploads/2021/10/19/fbaee57a8ad7d3f2d5573abdaabdccfb.writebug) +![](http://www.writebug.com/myres/static/uploads/2021/10/19/fbaee57a8ad7d3f2d5573abdaabdccfb.writebug) ### 6.2.2 发送带附件的邮件 和简单的邮件不同之处在于多了发送附件的功能,软件模拟FoxMail里面发送邮件时,在程序的下面自动显示增添的附件的名称,以及图标等信息。并且邮件支持添加,删除,排列图标等功能。运行界面如下所示: -![](http://www.write-bug.com/myres/static/uploads/2021/10/19/5738fe30843dd3f4849664417c9c3bf1.writebug) +![](http://www.writebug.com/myres/static/uploads/2021/10/19/5738fe30843dd3f4849664417c9c3bf1.writebug) ## 6.3 验证邮件发送是否成功 邮件发送出去之后,用FoxMail跟踪接收之后,证明邮件和附件都可以正常接收,具体的FoxMail的接收界面如下所示: -![](http://www.write-bug.com/myres/static/uploads/2021/10/19/cbb9a806fa39a148991f313ae1555a9f.writebug) +![](http://www.writebug.com/myres/static/uploads/2021/10/19/cbb9a806fa39a148991f313ae1555a9f.writebug) # 7 系统测试