首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >用于.NET的IMAP 4服务器?

用于.NET的IMAP 4服务器?
EN

Stack Overflow用户
提问于 2018-08-02 00:49:40
回答 2查看 0关注 0票数 0

是否有任何免费(非GPL)的.NET库提供IMAP 4服务器端功能?

例如,处理套接字级别和消息握手,以便IMAP 4客户端(如Outlook)能够检索、读取、编辑和/或删除消息。

我不是试图连接到IMAP 4服务器,我希望帮助实现一个。

EN

回答 2

Stack Overflow用户

发布于 2018-08-02 09:09:26

特征

  • NMail是一个100%的.NET应用程序。
  • Windows安装程序和安装向导。
  • ASP.NET Webmail。
  • ASP.NET管理站点。

IMAP服务器特性

  • 对ACL的支持。
  • NTLM身份验证(Outlook和Outlook Express下的安全密码身份验证(SPA)。
  • 支持SSL/TLS加密。
  • SASL普通身份验证支持(当使用加密会话时)。

SMTP服务器特性

  • 支持SSL/TLS加密。
  • 用于过滤和更改消息的灵活API。例如:删除垃圾邮件或重写地址等。
票数 0
EN

Stack Overflow用户

发布于 2018-08-02 10:47:10

一般情况:

代码语言:txt
复制
* 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:

代码语言:txt
复制
* 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

POP 3:

代码语言:txt
复制
* All basic pop3 features
* APOP command for secure authentication
* POP3 AUTH (LOGIN CRAM-MD5) (supported authentication types)
* POP3 remote accounts

Webmail(ASP.NET):

代码语言:txt
复制
* Standalone webmail, can be used any with IMAP based mailserver
* Supports XML or MSSQL databases
* Multiple UI languages
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/-100000477

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档