POP3 downloader

Retrieves a message list from a POP3 server and downloads the messages into local .EML files.

Usage

=====================================================================
 Pop3Download.exe
=====================================================================

Downloads e-mail messages from POP3 server.

The program is a sample for Rebex Mail for .NET component.
For more info, see http://www.rebex.net/mail.net/

Syntax: Pop3Download.exe server[:port] -username username
  -password password

More info

The sample demonstrates:

  • Retrieving message list from a POP3 server
  • Downloading message from a POP3 server
  • Saving MailMessage to a local file
  • Connecting using TLS/SSL
  • Using custom certificate validators