登录
首页 » QT » MailInfo

MailInfo

于 2020-06-20 发布 文件大小:21KB
0 225
下载积分: 1 下载次数: 0

代码说明:

  实现163邮箱的25端口发送smtp邮件(Implementation of Smtp Mail Sending on Port 25 of 163 Mailbox)

文件列表:

MailInfo, 0 , 2019-07-30
MailInfo\MailInfo, 0 , 2019-07-30
MailInfo\MailInfo\MailInfo.pro, 1920 , 2018-09-26
MailInfo\MailInfo\MailInfo.pro.user, 18709 , 2019-07-30
MailInfo\MailInfo\main.cpp, 183 , 2018-09-26
MailInfo\MailInfo\mainwindow.cpp, 2236 , 2019-07-30
MailInfo\MailInfo\mainwindow.h, 804 , 2018-09-26
MailInfo\MailInfo\mainwindow.ui, 7247 , 2019-07-30
MailInfo\MailInfo\sendemailapi, 0 , 2019-07-30
MailInfo\MailInfo\sendemailapi\emailaddress.cpp, 531 , 2014-03-03
MailInfo\MailInfo\sendemailapi\emailaddress.h, 517 , 2014-03-03
MailInfo\MailInfo\sendemailapi\mimeattachment.cpp, 299 , 2014-03-03
MailInfo\MailInfo\sendemailapi\mimeattachment.h, 327 , 2014-03-03
MailInfo\MailInfo\sendemailapi\mimecontentformatter.cpp, 1150 , 2014-03-03
MailInfo\MailInfo\sendemailapi\mimecontentformatter.h, 455 , 2014-03-03
MailInfo\MailInfo\sendemailapi\mimefile.cpp, 445 , 2014-03-03
MailInfo\MailInfo\sendemailapi\mimefile.h, 297 , 2014-03-03
MailInfo\MailInfo\sendemailapi\mimehtml.cpp, 356 , 2014-03-03
MailInfo\MailInfo\sendemailapi\mimehtml.h, 343 , 2014-03-03
MailInfo\MailInfo\sendemailapi\mimeinlinefile.cpp, 272 , 2014-03-03
MailInfo\MailInfo\sendemailapi\mimeinlinefile.h, 270 , 2014-03-03
MailInfo\MailInfo\sendemailapi\mimemessage.cpp, 5115 , 2014-03-03
MailInfo\MailInfo\sendemailapi\mimemessage.h, 1353 , 2014-03-03
MailInfo\MailInfo\sendemailapi\mimemultipart.cpp, 1522 , 2014-03-03
MailInfo\MailInfo\sendemailapi\mimemultipart.h, 1027 , 2014-03-03
MailInfo\MailInfo\sendemailapi\mimepart.cpp, 3117 , 2018-09-26
MailInfo\MailInfo\sendemailapi\mimepart.h, 1419 , 2014-03-03
MailInfo\MailInfo\sendemailapi\mimetext.cpp, 485 , 2014-03-03
MailInfo\MailInfo\sendemailapi\mimetext.h, 357 , 2014-03-03
MailInfo\MailInfo\sendemailapi\quotedprintable.cpp, 1390 , 2018-09-26
MailInfo\MailInfo\sendemailapi\quotedprintable.h, 348 , 2014-03-03
MailInfo\MailInfo\sendemailapi\smtpclient.cpp, 10857 , 2019-07-30
MailInfo\MailInfo\sendemailapi\smtpclient.h, 2570 , 2019-07-30
MailInfo\MailInfo\sendemailapi\smtpmime.h, 267 , 2014-03-03

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • FSO-Simulator-MATLAB-master
    说明:  this is a matlab code for simulating of free space communication.
    2021-02-05 20:17:23下载
    积分:1
  • RiChengBiao
    一个实用的日程表工具,可以快速记事,安排任务,可以自动排序;可以标记是否完成,可以查询历史记录。(Schedule a practical tool that can quickly notes, schedule tasks, can automatically sort can mark it complete, you can check the history.)
    2011-10-19 18:22:13下载
    积分:1
  • Rappaport.Wireless.Communications.CHN
    Rappaport版无线通信原理。改书对无线通信的关键技术MIMO技术做了非常详细的介绍和分析,具有非常强的实用性。(Rappaport version of the principle of wireless communications. Book to the key technology of wireless communications MIMO technology has done a very detailed description and analysis, with a very strong practical.)
    2009-06-03 07:44:44下载
    积分:1
  • homework
    信息登记系统,可以登记姓名照片等基本信息。可以更改字体颜色等(Information registration)
    2020-06-25 17:00:01下载
    积分:1
  • lyapunov_wolf
    说明:  这个是源代码,能够实现最大李雅普诺夫函数,(Can realize the maximum Lyapunov function)
    2019-10-28 10:22:43下载
    积分:1
  • 基于matlab仿真的单(双)极性(不)归零码,及功率谱
    基于matlab仿真的单(双)极性(不)归零码,及其功率谱-based on Matlab simulation single (double) polarity (not) NRZ, and the power spectrum
    2022-01-22 05:37:38下载
    积分:1
  • 用VB开发的一个很方便的模拟雪花的程序,希望对各位有所帮助~!...
    用VB开发的一个很方便的模拟雪花的程序,希望对各位有所帮助~!-VB developed a convenient simulated snowflakes procedures, and I hope to help you ~!
    2023-03-04 09:45:03下载
    积分:1
  • 读者写者问题
    说明:  1、定义一个数据缓存buffer及用于实现同步互斥的信号量。 2、定义一个读者函数: ?当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。 ?当有其他读者在占用buffer时,读者可对buffer进行读取操作。 ?当buffer中有数据时,则从其中读取一个数据,并显示然后退出。 ?当buffer中没有数据时,应等待,直到buffer中有数据可读。 3、定义一个写者函数 ?当有读者在占用buffer时,写者应该等待,直到所有的读者都退出为止。 ?当有其他写者占用buffer时,该写者应该等待,直到占用buffer的写者退出为止。 ?当buffer有空闲时,写者应该在buffer中写入一个数据并退出。 ?当buffer满时,写者应该等待,直到buffer有空闲为止。 4、定义主函数,在其中可以任意创建读者与写者。 可根据用户输入创建读者或写者进程(线程)。(1. Define a data buffer and semaphores for synchronization and mutual exclusion. 2. Define a reader function: When a writer is occupying the buffer, the reader should wait until the writer no longer uses the buffer. When other readers occupy the buffer, they can read the buffer. When there is data in the buffer, read a data from it, display and exit. When there is no data in the buffer, wait until the data in the buffer is readable. 3. Define a writer function When a reader is occupying the buffer, the writer should wait until all readers quit. When other writers occupy the buffer, the writer should wait until the writer who occupies the buffer exits.)
    2019-12-27 18:49:46下载
    积分:1
  • Archive 3
    说明:  潜在特征 机器学习 数据挖掘 数据分析 代码(latent feature ml data mining data analyst code)
    2020-06-21 16:00:01下载
    积分:1
  • 人工势场法(3维alpha)
    人工势场三维仿真图,程序可以运行。。。。。。。。(Artificial potential field three-dimensional simulation diagram , the program can run.)
    2021-02-21 22:49:41下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载