是否有提供 IMAP4 服务器端功能的 .NET 的免费(非 GPL)库?
例如,处理套接字级别和消息握手,以便 IMAP4 客户端(例如 Outlook)可以检索、读取、编辑和/或删除消息。
我不是在尝试连接到 IMAP4 服务器,我希望帮助实施一个。
是否有提供 IMAP4 服务器端功能的 .NET 的免费(非 GPL)库?
例如,处理套接字级别和消息握手,以便 IMAP4 客户端(例如 Outlook)可以检索、读取、编辑和/或删除消息。
我不是在尝试连接到 IMAP4 服务器,我希望帮助实施一个。
我知道我正在回答我自己的问题,但经过更多搜索后,我想我可能找到了符合我需求的东西:
特征
IMAP 服务器功能
SMTP 服务器功能
您可以检查Lumisoft 邮件服务器。许可证是免费软件。
一般的:
* SMTP/POP3/IMAP4/WebMail
* IP access filtering
* User mailbox size limit
* Supports XML or MSSQL databases
* Nice GUI for administation
* Well commented source code included
SMTP:
* All basic smtp features
* Supports multiple domains
* Supports multiple e-address for one mailbox
* Supports aliases(Mailing lists). Supports public and private
(needs authentication) lists.
* Supports email routing. eg *ivar* pattern routes all addresses containing
ivar to specified mailbox or remote address
* SMTP AUTH (LOGIN CRAM-MD5) (supported authentication types)
* SMTP SIZE, PIPELINING, 8BITMIME, CHUNCKING support
* SMTP custom message filters
* Relay can be controlled by IP access or authentication
POP3:
* All basic pop3 features
* APOP command for secure authentication
* POP3 AUTH (LOGIN CRAM-MD5) (supported authentication types)
* POP3 remote accounts
网络邮件(ASP.NET):
* Standalone webmail, can be used any with IMAP based mailserver
* Supports XML or MSSQL databases
* Multiple UI languages