微软的应用程序块列表
摘要:List of Microsoft patterns and practices for Application Architecture and Design Microsoft® patterns & practices for Application Architecture and Design include reference architectures and application...
阅读全文
posted @
2004-08-10 10:47
xpoint
阅读(448)
推荐(0)
了解POP3协议,使用简单的代码监控pop3邮箱,或者不用代码,直接使用telnet
摘要:了解POP3协议,使用简单的代码监控pop3邮箱,或者不用代码,直接使用telnet!
1.POP3协议要点
2.可以在命令行(cmd.exe)里使用telnet测试一下
3.客户可以发出的命令列表以及含义
4.Foxmail 和 Outlook 使用 pop3时的异同
5.简单的C#代码就可以实现pop3邮箱的监控
6.测试代码
阅读全文
posted @
2004-08-04 13:51
xpoint
阅读(1446)
推荐(0)