文件名称:ReceiveMailTest
介绍说明--下载内容均来自于网络,请自行研究使用
POP协议-Post Office Protocol,现在常用的是第三版,简称POP3,默认端口号为110。通过POP3,客户机登录服务器后,可以对自己的邮件进行删除或下载,下载后,电子邮件客户端软件就可以在本地对邮件进行处理,Windows操作系统默认安装的Outlook Express就采用这种工作方式。
实际上,收发邮件使用了两种协议,一种是TCP,用于收发数据;另一种是POP3,用于解析传送的命令。(POP protocol -Post Office Protocol, now commonly used is the third version, referred to as POP3, the default port number is 110. After POP3, the client is able to delete or download its own mail after logging on to the server. After downloading, the email client software can handle the mail locally, and the Outlook Express, which is installed by the Windows operating system by default, uses this mode of work.
Actually, there are two protocols for sending and receiving mail, one is TCP, which is used for sending and receiving data, the other is POP3, which is used to parse the command transmitted.)
实际上,收发邮件使用了两种协议,一种是TCP,用于收发数据;另一种是POP3,用于解析传送的命令。(POP protocol -Post Office Protocol, now commonly used is the third version, referred to as POP3, the default port number is 110. After POP3, the client is able to delete or download its own mail after logging on to the server. After downloading, the email client software can handle the mail locally, and the Outlook Express, which is installed by the Windows operating system by default, uses this mode of work.
Actually, there are two protocols for sending and receiving mail, one is TCP, which is used for sending and receiving data, the other is POP3, which is used to parse the command transmitted.)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
ReceiveMailTest | 0 | 2018-01-25 |
ReceiveMailTest\ReceiveMailTest | 0 | 2018-01-25 |
ReceiveMailTest\ReceiveMailTest.sln | 934 | 2008-12-27 |
ReceiveMailTest\ReceiveMailTest.suo | 12800 | 2008-12-27 |
ReceiveMailTest\ReceiveMailTest\bin | 0 | 2018-01-25 |
ReceiveMailTest\ReceiveMailTest\bin\Debug | 0 | 2018-01-25 |
ReceiveMailTest\ReceiveMailTest\bin\Debug\ReceiveMailTest.exe | 24576 | 2008-12-27 |
ReceiveMailTest\ReceiveMailTest\bin\Debug\ReceiveMailTest.pdb | 28160 | 2008-12-27 |
ReceiveMailTest\ReceiveMailTest\bin\Debug\ReceiveMailTest.vshost.exe | 5632 | 2005-11-11 |
ReceiveMailTest\ReceiveMailTest\Form1.cs | 6550 | 2008-12-27 |
ReceiveMailTest\ReceiveMailTest\Form1.Designer.cs | 10725 | 2008-12-27 |
ReceiveMailTest\ReceiveMailTest\Form1.resx | 5814 | 2008-12-27 |
ReceiveMailTest\ReceiveMailTest\obj | 0 | 2018-01-25 |
ReceiveMailTest\ReceiveMailTest\obj\Debug | 0 | 2018-01-25 |
ReceiveMailTest\ReceiveMailTest\obj\Debug\ReceiveMailTest.csproj.GenerateResource.Cache | 842 | 2008-12-27 |
ReceiveMailTest\ReceiveMailTest\obj\Debug\ReceiveMailTest.exe | 24576 | 2008-12-27 |
ReceiveMailTest\ReceiveMailTest\obj\Debug\ReceiveMailTest.Form1.resources | 180 | 2008-12-27 |
ReceiveMailTest\ReceiveMailTest\obj\Debug\ReceiveMailTest.pdb | 28160 | 2008-12-27 |
ReceiveMailTest\ReceiveMailTest\obj\Debug\ReceiveMailTest.Properties.Resources.resources | 180 | 2008-12-27 |
ReceiveMailTest\ReceiveMailTest\obj\Debug\Refactor | 0 | 2008-12-27 |
ReceiveMailTest\ReceiveMailTest\obj\Debug\TempPE | 0 | 2008-12-27 |
ReceiveMailTest\ReceiveMailTest\obj\ReceiveMailTest.csproj.FileListAbsolute.txt | 796 | 2008-12-27 |
ReceiveMailTest\ReceiveMailTest\Program.cs | 474 | 2008-12-27 |
ReceiveMailTest\ReceiveMailTest\Properties | 0 | 2018-01-25 |
ReceiveMailTest\ReceiveMailTest\Properties\AssemblyInfo.cs | 1186 | 2008-12-27 |
ReceiveMailTest\ReceiveMailTest\Properties\Resources.Designer.cs | 2886 | 2008-12-27 |
ReceiveMailTest\ReceiveMailTest\Properties\Resources.resx | 5612 | 2008-12-27 |
ReceiveMailTest\ReceiveMailTest\Properties\Settings.Designer.cs | 1100 | 2008-12-27 |
ReceiveMailTest\ReceiveMailTest\Properties\Settings.settings | 249 | 2008-12-27 |
ReceiveMailTest\ReceiveMailTest\ReceiveMailTest.csproj | 3237 | 2008-12-27 |