-
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
-
tfagui
振动信号AOK时频分析源代码,采用小波变换AOK分析法替代传统小波函数(AOK time-frequency analysis source code of vibration signal, using wavelet transform AOK analysis instead of traditional wavelet function)
- 2018-12-03 10:04:14下载
- 积分:1
-
wireless
用于无线网络编程的学习,很实用,作为初学者的入门教材还是很有用的。(Wireless network programming for learning)
- 2013-12-02 17:25:50下载
- 积分:1
-
C# UDP 文件传输实例源码
C# UDP 文件传输实例源码
- 2014-06-19下载
- 积分:1
-
lpfw-master
说明: LPFW使用户可以控制允许哪些应用程序使用网络。它配备了一个GUI。
这些说明专门适用于64位Ubuntu 14.04,但很可能适用于其他Linux发行版。请注意,在32位Linux上,lpfw可能无法正常运行。(LPFW gives the user control over which applications are allowed to use the network. It comes with a GUI.
These instructions apply specifically to Ubuntu 14.04 64-bit but are very likely to work on other Linux distributions. Please note that on 32-bit Linuxes lpfw may function incorrectly.)
- 2020-06-22 00:00:01下载
- 积分:1
-
MY_ping_command(1)
Visual C++ 平台下实现ping命令过程,包括打包发送接受解包等
对网络编程初期学习者很有帮助
- 2011-04-23 12:55:18下载
- 积分:1
-
Tinyhttpd-master
说明: 简单http服务端,有简单的POST和GET请求,对于数据处理CGI程序,需要开一个子线程服务(The simple HTTP server has simple post and get requests. For data processing CGI program, it needs to open a sub thread service)
- 2020-08-16 16:26:18下载
- 积分:1
-
MATLAB编程2D
说明: 随机生成混凝土骨料,适用于混凝土的细观力学分析(Random generation of concrete aggregate)
- 2019-07-07 15:20:41下载
- 积分:1
-
ClientSocket
Socket通讯,用socket进行通讯开发(Socket ClientSocket)
- 2014-01-15 19:15:30下载
- 积分:1
-
scoket 聊天程序
scoket 聊天程序
- 2015-04-25下载
- 积分:1