문제

IMAP4 서버측 기능을 제공하는 .NET용 무료(비GPL) 라이브러리가 있습니까?

예:IMAP4 클라이언트(예: Outlook)가 메시지를 검색, 읽기, 편집 및/또는 삭제할 수 있도록 소켓 수준 및 메시지 핸드셰이킹을 처리합니다.

IMAP4 서버에 연결하려고 하는 것이 아닙니다. 서버를 구현하는 데 도움이 필요합니다.

도움이 되었습니까?

해결책

나는 내 자신의 질문에 답하고 있다는 것을 알고 있지만, 더 많은 검색을 한 후에는 내 요구 사항에 맞는 것을 찾은 것 같습니다.

N메일

특징

  • NMail은 100% .net 애플리케이션입니다.
  • Windows 설치 프로그램 및 설정 마법사.
  • ASP.net 웹메일.
  • ASP.net 관리 사이트.

IMAP 서버 기능

  • ACL을 지원합니다.
  • NTLM 인증(Outlook 및 Outlook Express의 SPA(보안 암호 인증)).
  • SSL/TLS 암호화를 지원합니다.
  • SASL 일반 인증 지원(암호화된 세션을 사용하는 경우)

SMTP 서버 기능

  • SSL/TLS 암호화를 지원합니다.
  • 메시지 필터링 및 변경을 위한 유연한 API입니다.예:스팸을 제거하거나 주소 등을 다시 쓰기 위해

다른 팁

Indy(이전의 Delphi 구성 요소 집합)를 사용해 보셨는지 잘 모르겠습니다. 하지만 CodePlex 허브와 마찬가지로 웹 페이지가 약간 비어 있기 때문에 IMAP4를 사용하는지 확실하지 않습니다.이동 그들의 웹사이트.그 외에는 잘 모르겠습니다 - 심지어 Google 클라이언트만 보여줍니다.

당신은 확인할 수 있습니다 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
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top