登录
首页 » Visual C++ » Visual C实现POP3邮件接收程序

Visual C实现POP3邮件接收程序

于 2021-01-16 发布 文件大小:28KB
0 181
下载积分: 1 下载次数: 5

代码说明:

  用pop3实现邮件的接收功能,图形化界面,基于MFC(please read Chinese comments,thank you)

文件列表:

8952856用Visual C实现POP3邮件接收程序\MailReceiver\.vs\MailReceiver\v14\.suo, 7168, 2002-05-01
8952856用Visual C实现POP3邮件接收程序\MailReceiver\App.ico, 1078, 2002-05-01
8952856用Visual C实现POP3邮件接收程序\MailReceiver\AssemblyInfo.cs, 1846, 2002-05-01
8952856用Visual C实现POP3邮件接收程序\MailReceiver\bin\Debug\MailReceiver.exe, 20480, 2002-05-01
8952856用Visual C实现POP3邮件接收程序\MailReceiver\bin\Debug\MailReceiver.pdb, 17920, 2002-05-01
8952856用Visual C实现POP3邮件接收程序\MailReceiver\Form1.cs, 12374, 2002-05-01
8952856用Visual C实现POP3邮件接收程序\MailReceiver\Form1.resx, 5315, 2002-05-01
8952856用Visual C实现POP3邮件接收程序\MailReceiver\MailReceiver.csproj, 4377, 2002-05-01
8952856用Visual C实现POP3邮件接收程序\MailReceiver\MailReceiver.csproj.user, 1772, 2002-05-01
8952856用Visual C实现POP3邮件接收程序\MailReceiver\MailReceiver.sln, 920, 2002-05-01
8952856用Visual C实现POP3邮件接收程序\MailReceiver\MailReceiver.suo, 7168, 2002-05-01
8952856用Visual C实现POP3邮件接收程序\MailReceiver\obj\Debug\MailReceiver.exe, 20480, 2002-05-01
8952856用Visual C实现POP3邮件接收程序\MailReceiver\obj\Debug\MailReceiver.exe.incr, 1928, 2002-05-01
8952856用Visual C实现POP3邮件接收程序\MailReceiver\obj\Debug\MailReceiver.Form1.resources, 324, 2002-05-01
8952856用Visual C实现POP3邮件接收程序\MailReceiver\obj\Debug\MailReceiver.pdb, 17920, 2002-05-01
8952856用Visual C实现POP3邮件接收程序\MailReceiver\obj\Debug\MailReceiver.projdata, 6792, 2002-05-01
8952856用Visual C实现POP3邮件接收程序\www.pudn.com.txt, 218, 2007-01-22
8952856用Visual C实现POP3邮件接收程序\MailReceiver\.vs\MailReceiver\v14
8952856用Visual C实现POP3邮件接收程序\MailReceiver\obj\Debug\temp
8952856用Visual C实现POP3邮件接收程序\MailReceiver\obj\Debug\TempPE
8952856用Visual C实现POP3邮件接收程序\MailReceiver\.vs\MailReceiver
8952856用Visual C实现POP3邮件接收程序\MailReceiver\bin\Debug
8952856用Visual C实现POP3邮件接收程序\MailReceiver\obj\Debug
8952856用Visual C实现POP3邮件接收程序\MailReceiver\.vs
8952856用Visual C实现POP3邮件接收程序\MailReceiver\bin
8952856用Visual C实现POP3邮件接收程序\MailReceiver\obj
8952856用Visual C实现POP3邮件接收程序\MailReceiver
8952856用Visual C实现POP3邮件接收程序

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

发表评论

0 个回复

  • xqspacket
    能让捕获IP层的网络封包(can capture IP network layer packet)
    2006-10-12 15:40:44下载
    积分:1
  • http
    基于HTTP的入侵检测程序,运行前需先装winpcap。(HTTP-based intrusion detection procedures, first installed before running winpcap.)
    2021-03-29 20:29:10下载
    积分:1
  • vcFtp
    学习网络编程的初学者必看的.(Learning Network Programming Watchable the beginners.)
    2004-12-06 14:00:15下载
    积分:1
  • ZXPortMap
    ZXPortMap 端口映射源代码 一个很好的端口映射工具(ZXPortMap port mapping source code for a good port mapping tool)
    2013-09-12 13:13:04下载
    积分:1
  • DNS_Lookup
    窗口方式下域名解析,DNS域名解析系统。(Window mode, DNS, DNS domain name system.)
    2009-11-02 13:08:46下载
    积分:1
  • WSSAMPLE
    Project that describe how use Windows Socket
    2010-06-02 11:20:25下载
    积分:1
  • lbmsim-0.8
    LBM格子波尔兹曼C程序,特别全,下载即可。(LBM Lattice Boltzmann C procedures, particularly full, download.)
    2014-03-04 09:20:45下载
    积分:1
  • findeclist
    实现列出机器上已安装网卡的一些信息.能够列出网卡描述,网卡名称.(Realize the machine has been installed are listed some of the information card. To describe the card list, card name.)
    2008-05-08 18:20:43下载
    积分:1
  • lesson-14
    孙鑫VC++教学课程lesson14:网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。(Sun Xin VC++ tutorial lesson14: the knowledge of the network, network program, Socket is connected applications and network drivers bridges, Socket application to create, build relationships bind driver. Thereafter, the data of the application to give socket, by the Socket handed driver and sent out on the network. After binding with the Socket IP+Port related data is received by the computer from the network, by the driver to the socket, the application can extract the data received from the Socket. Network application is sending and receiving data through the socket. TCP and UDP works and the writing process, how to link library files in the program. A character interface chat program.)
    2013-04-02 10:19:34下载
    积分:1
  • LoginQQ
    VC++自动登陆QQ的代码,VS2010的编译环境(The automatic landing VC++ QQ code, VS2010 the compiler environment)
    2013-04-26 17:14:24下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载