SmtpServer:用C#编写的SMTP服务器组件 源码
什么是SmtpServer? SmtpServer是一个简单但功能强大的SMTP服务器实现。 完全用C#编写,它充分利用了.NET TPL的优点,以实现最佳性能。 可通过使用SmtpServer 什么是新的? 有关版本8的新增功能,请参见。 它支持什么? SmtpServer当前支持以下ESMTP扩展: STARTTLS 尺寸 管道 8位MIME AUTH PLAIN登录 如何使用? 从最基本的角度来看,服务器只需要花费几行代码即可侦听传入的请求。 var options = new SmtpServerOptionsBuilder () . ServerName (
文件列表
SmtpServer:用C#编写的SMTP服务器组件
(预估有个133文件)
CustomEndpointListenerExample.cs
5KB
SmtpServerTests.cs
18KB
SmtpParserTests.cs
21KB
ServiceProvider.cs
5KB
TracingSmtpCommandVisitor.cs
4KB
DelegatingMailboxFilter.cs
5KB
SmtpParser.cs
69KB
SmtpCommandVisitor.cs
4KB
SmtpCommandFactory.cs
4KB
SmtpReplyCode.cs
7KB
暂无评论