Email Systems scripts - Top 4 Download

Email Systems script downloads

YPOPs

YPOPs! is an application that provides POP3 and SMTP access to Yahoo! Mail. How do we do it you ask? Well, this application is more like a gateway. It provides a POP3 server interface at o­ne end to talk to email clients and an HTTP client (browser) interface at the other ...

jwma

Primarily jwma is a WebMail implementation in Java, enabling the user to access, manage and compose email using a standard web browser. However, jwma is more than that. Targeted Audience:System administrators that want to enable their users to access, manage and compose email using a standard web browser. jwma offers sufficient ...

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

Amavisd new

amavisd-new is a high-performance and reliable interface between mailer (MTA) and one or more content checkers: virus scanners, and/or Mail::SpamAssassin Perl module. It is written in Perl, ensuring high reliability, portability and maintainability. It talks to MTA via (E)SMTP or LMTP protocols, or by using helper programs. No timing gaps exist ...

Batemail

Batemail is a Perl script that you could use between your MTA (e.g. Sendmail) and your local mailer (e.g. Procmail) to remove potentially nasty attachments from email messages. Basically, it takes input on STDIN, searches for (and possibly removes) MIME attachments with a given filename extension, and pipes the output to the local ...

renattach

renattach is a fast and efficient UNIX stream filter that can rename or delete potentially dangerous e-mail attachments. The filter is invoked as a simple pipe for use in a wide variety of systems. The 'kill' feature (which eliminates entire messages) can also help sites deal with resource strains caused by ...

6XMailer

6XMailer is a PHP POP3 mail reader with support for HTML mail, MIME attachments, embedded mail content, multilingual ready, and themes. It has an address book and centralized configuration file. ...

MIMEmail PHP

What do you need this script for? Basically, if you just want to send a simple message with plain text and don't want to attach any files to it, you don't need this script. Just use the PHP mail-function. However, if you want to send HTML mails including images and stylesheets, ...

MailDeliver

MailDeliver is a PHP script which permit to send emails,with attachments, to a list of addresses taken from a database by query and selected through checkboxes. Mails can contains variables which should be substituted with the corresponding query field. ...

MailZu

MailZu is a simple and intuitive quarantine management interface for amavisd-new.It allows users and administrators to view quarantined messages and release, request, or delete them.The interface is based on amavisd-new SQL reporting feature.List of features: - Multiple amavisd-new instance support - AM.PDP protocol support - Web based interface ...

Just Another Web mail

Just Another Web mail is a flexible, powerful and fast webmail client written in PHP. Technically, JAWmail's core is JAW - a flexible framework for web application development; JAWmail it's packed with some applications and a simple, web based installer. Features:- Connects to IMAP servers using PHP's IMAP extension - Has support ...

Spruce

Spruce is an X11 mail user agent (commonly known as an email client) written with the Gtk widget set. It is geared towards being extremely small and fast, supporting all the common features that users want or need without sacrificing usability or functionality. Spruce's basic feature set includes: - View, Save, ...

The Invisible Mailer TiM

TiM is an email client written in PHP with a MySQL backend for storing mail. It can currently retrieve messages from POP3 accounts. The script is very easy to install and use. It is compatible with all modern web browsers. ...

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 ...

MIMEmail Perl

If you want to send HTML mails including images and stylesheets, or want to attach files - this script is for you. Images and files will be included into the mail body and will be sent to the recipient(s). MIME mails (Multipurpose Internet Mail Extensions) can consist of more than just ...

CheckGmail

CheckGmail is an alternative Gmail Notifier for Linux and other *nix systems. It is fast, secure and uses minimal bandwidth via the use of Atom feeds. CheckGmail is a system tray application that checks a Gmail account for new mail. When new mail is present the tray icon changes, an optional ...

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 ...

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

Contact Form

This is a Perl script that you can run on your website in order to allow others to send you email through a web interface. Unlike other web to email gateways, Contact Form is designed to thwart spammers. It does not allow email to be sent to unknown addresses, nor does it reveal ...

SMTP wrapper

SMTP wrapper is a small SMTP wrapper designed to be used in chroot-ed environment as a sendmail command-line tool replacement. A wrapper can be used by php ( by function mail ) instead of using SMTP client written in php. ...