- 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.
- 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 e-mail sending utility. Either accepts the
sender, recipient, subject, and body from the command line,
or loads the e-mail message from the supplied file.
Supports SMTP authentication and displays the list of rejected
recipients, if any.