-
POP3_EXAMPLE
Pop3客户端接收信件的整个流程:
1。连接到pop3服务器(默认端口110)
2。发送用户名(user)
3。发送密码(pass)
4。查询当前邮箱状态(stat)
5。查询服务器上所有邮件UID列表(UIDL)
6。查询本地所有邮件的UID列表,从而罗列出新邮件列表(本地UID列表是POP3客户端记录在日志文件中的)
7。对所有新邮件查询其大小(LIST)
8。下载所有新邮件(RETR)利用List提供的邮件大小信息
9。如果有必要,对所有新邮件标志为删除(DELE)
10。结束对话(QUIT)
11。解析本地下载邮件。(Pop3 client receives the entire flow of letters: 1. Connect to the pop3 server (default port 110) 2. Send user name (user) 3. Send password (pass) 4. Query current mail status (stat) 5. Query server UID list of all messages (UIDL) 6. Query local UID list of all messages, which set out the new mailing list (local UID is a POP3 client list recorded in the log file) 7. For all new e-mail inquiries about their size (LIST) 8. Download all new messages (RETR) to use List of information provided by message size 9. If necessary, for all new signs for the delete message (DELE) 10. The end of the dialogue (QUIT) 11. Analysis of local download your mail.)
- 2021-01-03 19:38:55下载
- 积分:1
-
SetFDMData
主要用于flightgear与matlab联合仿真中的udp通信(Mainly used udp communications flightgear joint simulation with matlab)
- 2016-03-30 16:24:21下载
- 积分:1
-
weiwenwu
MFC实现文件传输,望有志者增加多线程的功能(MFC to achieve file transfer, and hopes to increase multi-threading features people with lofty ideals)
- 2009-10-23 16:18:19下载
- 积分:1
-
pic16f630_sn
这个是EV1527的标准解码程序,电动型,四建功能独立。
- 2009-04-07 10:39:41下载
- 积分:1
-
GetIPDlg
通过注册表获取计算机网络信息,如IP、掩码、计算机名和DNS信息(through access to the registry computer network information, such as IP, mask, computers and DNS information)
- 2007-05-15 11:55:05下载
- 积分:1
-
hacker
学习网络安全的一本书籍。《黑客入侵(超级详细版)》(A learning network security books. " Hacking (super-detailed version)" )
- 2014-01-10 23:46:45下载
- 积分:1
-
ADOSocket
vc++对ado数据库访问的接口类,提供对数据库的连接访问等方法(vc right ado database access interface type, the right to access database methods)
- 2006-05-31 12:36:45下载
- 积分:1
-
CODE_UPLOAD1400
With KBSET you can set keyboard s delay value and the repeat rate. Also created by Chukhlebov Alex. Found at: http://www.cprogramming.com/source.html
- 2011-07-26 01:42:06下载
- 积分:1
-
netchatbar
一个很不错的网络聊天程序,分为客户端和服务段,总体的功能很不错的(a very good network chat procedures, and is divided into client services, the overall function of very good)
- 2006-12-26 16:54:24下载
- 积分:1
-
DevSearch
1.局域网内设备IP搜索
2.发送广播包出去,同时启动侦听接收
3.支持局域网内跨网断搜索(1.IP search in local network
2.send broadcast packet, and receive request
3.support different gateway.)
- 2015-08-19 11:58:11下载
- 积分:1