Rebex POP3 for .NET について

リモートサーバーでPOP3メールボックスからのメールを取り出せます。

Rebex POP3 for .NET は、 .NET フレームワークアプリケーションからダウンロード、Eメールをリスト処理に必要とするすべてを含んでいます。メッセージの削除、取り出し、メッセージヘッダーのリスト取得を全てPOP3 over SSL(secure POP3)経由で手続き可能です。Rebex POP3 for .NET は最新技術及び旧式なPOP3サーバ両方と両立でき、2449、1734、1321、2195で RFC 1939に準拠します。

Rebex Mail for .NET major features

  • Download mail as an instance of MailMessage or MimeMessage.
  • Download mail to a disk file or stream.
  • Download message headers without the body.
  • Retrieve message list filled with the specified info, such as size, sequence number, unique ID or headers.
  • Automatically detects and uses supported POP3 extensions.
  • Both synchronous and asynchronous operations. Designed according to .NET Framework asynchronous operations design patterns.
  • Authentication to the POP3 server.
  • Events can raised when command is sent, response is receiving or data is transferred.
  • Custom commands and enhanced status codes.
  • Proxy support.
  • Compatible with both state-of-the-art and legacy POP3 servers.
  • Compliant with RFC 1939, 2449, 1734, 1321, 2195, etc.

Rebex Mail for .NET supported authentication methods

  • Auto - automatically choose the best method available.
  • Plain - RFC 2595 plaintext authentication.
  • NTLM - Microsoft's Integrated Windows Authentication.
  • Digest-MD5 - RFC 2831 DIGEST-MD5 authentication.
  • CRAM-MD5 - RFC 2195 CRAM-MD5 authentication.
  • Login - 'LOGIN' plaintext authentication.
  • ClearText - Legacy plaintext USER/PASS login.
  • APOP - POP3-specific challenge-response authentication.