Rebex

Skip to content, Skip to navigation




Rebex Secure Mail Samples

Featured sample

  • MIME Explorer
    Views contents of structured MIME file (mail message or MHT file).

Command Line Utilities

  • POP3 Downloader
    Retrieves a message list from a POP3 server and downloads the messages into local .EML files.
  • IMAP Downloader
    Retrieves a message list from the specified folder of an IMAP server and downloads the messages into local .EML files.
  • Extract Attachments
    Extracts and saves all attachments from the specified message. Also validates and decrypts the message if appropriate.
  • Mail Address Verifier
    A simple command line application that verifies whether the specified e-mail address is valid by attempting to resolve its MX records.
  • Simple SMTP Mail Sender
    Very simple command line mail sending utility. Accepts sender, recipient, subject and body from the command line.
  • SMTP Mail Sender
    Command line mail sending utility. Either accepts the sender, recipient, subject and body from the command line, or loads the mail message from the supplied file. Supports SMTP authentication and displays the list of rejected recipients, if any.

Windows Forms Applications

  • Mail Editor
    Windows forms application for editing MIME (.EML) files.
  • WinForm Mail Sender Application
    Write an e-mail, add an attachment and send it, either synchronously or in the background, with or without progress bar dialog.
  • WinForms POP3 Client - Mailbox Browser
    Allows you to browse, view and manage mail messages in a remote POP3 mailbox, without actually downloading them. Demonstrates how to connect to POP3 server, download emails, read its content, work with attachments.
  • WinForms IMAP Client - Mailbox Browser
    Allows you to browse, view and manage mail messages in a remote IMAP mailbox, without actually downloading them. Demonstrates how to connect to IMAP server, download emails, read its content, work with attachments.

Interactive Command Line Clients

  • Advanced SMTP Mail Sender
    Advanced command line application for sending e-mail. Supports attachments and is able to send either using the specified SMTP server, through IIS pickup directory or directly to the recipients' mail servers determined from DNS MX records.
  • POP3 Console Client
    Complete command line POP3 client with full source code!
  • IMAP Console Client
    Complete command line IMAP client with full source code!