Utilities scripts - Top 4 Download

Utilities script downloads

PMilter

PMilter is an attempt to reimplement Sendmail's milter (mail filter) protocol in pure Perl. There are many reasons for this, including independence from Sendmail's libmilter, as well as freedom from POSIX threads (helps stability for Perl filters), etc. In addition, PMilter provides a milter protocol specification document and a package of ...

Postfix

Postfix is an alternative to the widely-used Sendmail program.Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible.Postfix runs on AIX, BSD, HP-UX, IRIX, LINUX, MacOS X, Solaris, Tru64 UNIX, and other UNIX systems. It requires ANSI C, a POSIX.1 library, and BSD ...

TradeClient

TradeClient is a UNIX mail client and personal information manager. It uses GTK and includes support for multiple accounts, both POP3 and IMAP, SMTP, and LDAP. It includes an address book that can interact fully with an LDAP server, and a personal calendaring system. Requirements: · GTK+ ...

Vorpal Mail

Vorpal Mail is intended as a more user-friendly (or should that be admin-friendly) replacement for the standard sendmail package. It aims to provide all the features that are required of a modern mail server, without all the complexity caused by sendmail's rules based configuration file. Vorpal Mail is intended to be ...

Vacation Mail Responder

This is the port of the 386bsd vacation program to Linux. Vacation is the automatic mail answering program found on many Unix systemcation >is ...

MAPI Send

MAPI Send script represents a simple solution for sending MAPI mail within Python and at the cmd prompt. ...
Python

Reading and writing mbox style mailbox files

This script demonstrates reading and writing an mbox style mailbox. This script is an mbox filter. It scans through an entire mbox and writes the messages to a new file. Each message is passed through a filter function which may modify the document or ignore it. hich may >/ ...
Python

ANPOP POP3 COMPONENT

ANPOP is a high performance POP3 & IMAP4 component and email parser. It fully supports asynchronous operating mode and event firing. With ANPOP, your ASP, VB, VBA, Visual C , C#, JScript, WScript, VB.NET, ASP.NET or other COM environment applications can retrieve email from mail server based on POP3 protocol and ...
ASP.NET

AdvSMTP

AdvSMTP is an easy, reliable and cost-effective way to build or support SMTP applications.AdvSMTP is the basic component used to send e-mail using Simple Mail Transfer Protocol (SMTP).It supports multiple file attachments, multiple recipients, CCs, BCCs, plain/HTML message, US ASCII/ISO-8859-1 character sets. It does not require a SMTP server to execute. Access ...
ASP.NET

AdvMX

The component provides you a way to get MX (mailhost) records for the specified domain name. It takes domain name as an input and return its MX records along with their preferences. In addition to MX records, the component also provides DNS lookup and reverse DNS lookup. It also verifies the ...
ASP.NET

Rebex Mail for NET

Whenever you need to send mail via SMTP, download it with POP3 or access a remote mailbox using IMAP from your .NET application, Rebex Mail for .NET will provide the required infrastructure. It allows you to retrieve, create, load, process, save and send e-mail messages in MIME format using a simple ...
ASP.NET

Rebex Secure Mail for NET

Rebex Secure Mail for .NET script allows you to send more secure emails.Major features - Supports .NET 1.0, .NET 1.1 and .NET 2.0 - Upload and download to or from RAM. TLS/SSL for SMTP, POP3 and IMAP. S/MIME signatures and encryption. - Free one-year support. - ...
ASP.NET

mail2chart

mail2chart generates various statistical charts from a bunch of mail messages. The code for generating a certain type of chart is plugged into the program.OPTIONS-a alias-file--aliases=alias-fileIf the same person wrote mail from varying addresses this file can list all the aliases. Then each address is treated as if it came from ...

Sendmail Sender Address Validator

This tool is a lightweight, fast and reliable Sendmail filter that implements a real-time Sender e-Mail Address Verification technology. This technology can stop some kinds of SPAM with a spoofed sender's e-Mail address. Also it implements a real-time Recipient e-Mail Address Verification technology. It can be useful if your machine is a ...

IMAP mailwatcher program using Tkinter

This script polls an IMAP inbox for unread messages and displays the sender and subject in a scrollable window using Tkinter. It reads servername, user, and password from ~/.imap file. They must be on one line, separated with spaces. ...
Python

Unpack a multipart MIME message

This script is an example of using the email module to unpack and decode a MIME message. This example uses the message's walk() method. ...
Python