Email Systems scripts - Top 4 Download

Email Systems script downloads

PhpXmail

PhpXmail is a web based management software for the Xmail mail server written in php. It's main usage is as a GUI (Graphic User Interface) to the Xmail administration extensions. Features: - It allows the administrator of the mail server to perform configuration management and monitoring tasks for the mail ...

Ishmail

Ishmail is a graphical mail reader for Unix systems. In addition to features you would expect in any decent GUI mail client, Ishmail: - is based on the UNIX philosophy - supports UNIX (mbox), mh and MMDF folder formats - e-mail aliases (also aliases for groups of people). ...

Use email module to bundle current directory

Use email module to bundle current directory script uses the email module to create a multipart MIME message. ...
Python

PowerSNMP

PowerSNMP for .NET is a family of .NET classes and components used to manage network devices and access remote information. Full support for SNMPv1, SNMPv2, SNMPv3 and ASN.1standards provide interoperability with enterprise devices. The Manager and Agent components provide for message transport and a suite of supporting classes provide MIB information, ...
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

Mail to News Gateway

m2n (mail to news gateway) mediates between a mail server (MTA) and a news server, both installed on the same machine. Incoming mails are processed and posted to a news group. This is useful for people, who want to read mailing lists like they read newsgroups. Unlike other mail2news gateways, m2n ...