是否有任何用於.NET的免費(非GPL)庫可提供IMAP4服務器端功能?用於.NET的IMAP4服務器
E.g.處理套接字級別和消息握手,以便IMAP4客戶端(如Outlook)可以檢索,讀取,編輯和/或刪除消息。
我不是想連接到IMAP4服務器,我想要協助來實現一個。
是否有任何用於.NET的免費(非GPL)庫可提供IMAP4服務器端功能?用於.NET的IMAP4服務器
E.g.處理套接字級別和消息握手,以便IMAP4客戶端(如Outlook)可以檢索,讀取,編輯和/或刪除消息。
我不是想連接到IMAP4服務器,我想要協助來實現一個。
我知道我回答我的問題,但畢竟還沒有更多的搜索我想我可能已經找到了匹配我的需求:
特點
IMAP服務器功能ACL的
SMTP服務器功能的SSL/TLS加密
我不確定您是否嘗試過Indy(以前是一組Delphi組件) - 儘管我不確定他們是否做IMAP4,因爲它們的網頁有點空白,它們的CodePlex集線器也是如此。請轉至their website。除此之外,我不確定 - 即使Google只顯示客戶端。
您可以檢查Lumisoft Mail Server。許可證爲FREEWARE。
一般:
* 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