IMAP4 サーバー側の機能を提供する .NET 用の無料 (非 GPL) ライブラリはありますか?
たとえば、IMAP4 クライアント (outlook など) がメッセージを取得、読み取り、編集、および/または削除できるように、ソケット レベルとメッセージ ハンドシェイクを処理します。
私は IMAP4 サーバーに接続しようとはしていません。実装するための支援が必要です。
IMAP4 サーバー側の機能を提供する .NET 用の無料 (非 GPL) ライブラリはありますか?
たとえば、IMAP4 クライアント (outlook など) がメッセージを取得、読み取り、編集、および/または削除できるように、ソケット レベルとメッセージ ハンドシェイクを処理します。
私は IMAP4 サーバーに接続しようとはしていません。実装するための支援が必要です。
私は自分の質問に答えていることを知っていますが、さらに検索した後、自分のニーズに合ったものを見つけたかもしれません:
特徴
IMAP サーバーの機能
SMTP サーバーの機能
Lumisoft Mail Serverを確認できます。ライセンスはフリーウェアです。
全般的:
* 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
Indy (以前は一連の Delphi コンポーネントでした) を試したことがあるかどうかはわかりませんが、CodePlex ハブと同様に Web ページが少し空白であるため、IMAP4 を実行するかどうかはわかりません。彼らのウェブサイトにアクセスしてください。それ以外はよくわかりません-Googleでさえクライアントしか表示しません。