Introduction - If you have any usage issues, please Google them yourself
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.
Packet : 61549810pop3_example.rar filelist
POP3 EXAMPLE\Client.clw
POP3 EXAMPLE\Client.cpp
POP3 EXAMPLE\Client.dsp
POP3 EXAMPLE\Client.dsw
POP3 EXAMPLE\Client.h
POP3 EXAMPLE\Client.plg
POP3 EXAMPLE\Client.rc
POP3 EXAMPLE\ReadMe.txt
POP3 EXAMPLE\Resource.h
POP3 EXAMPLE\StdAfx.cpp
POP3 EXAMPLE\StdAfx.h
POP3 EXAMPLE\说明.txt
POP3 EXAMPLE