Extended Tcl (TclX), is a set of extensions to Tcl, the Tool
Command Language invented by Dr. John Ousterhout of the University
of California at Berkeley. Tcl is a powerful, yet simple embeddable
programming language. Extended Tcl is oriented towards Unix system
programming tasks, with many additional interfaces to the Unix
operating system, It is upwardly compatible with Tcl. You take
the Extended Tcl package, add it to Tcl, and from that you get
Extended Tcl.
toLua is a tool that greatly simplifies the integration of C/C++
code with Lua. Based on a "cleaned" header file, toLua automatically
generates the binding code to access C/C++ features from Lua. Using
Lua-5.0 API and tag method facilities, the current version automatically
maps C/C++ constants, external variables, functions, namespace,
classes, and methods to Lua. It also provides facilities to create
Lua modules.
dot-forward reads sendmail's .forward files under qmail.
You can run it in the qmail startup script to support all
your existing .forward files automatically.
Individual users can switch to the .qmail mechanism at their leisure.
dot-forward supports forwarding, program deliveries, and comments.
It does not support file deliveries or :include:.
(However, it recognizes file delivery attempts,
and defers delivery to give you a chance to set up a .qmail file.)
Fancy biff program under X11 environment.
Hbiff is a replacement for xbiff that flashes when new mail arrives like the
traditional xbiff. In addition, if you click on the hbiff icon, a window
will popup showing the mail headers. This makes hbiff better than xlbiff
where privacy is an issue since the headers are only displayed when you
request. hbiff can also run the MUA for you.
IMAPFilter is a mail filtering utility. It connects to remote mail servers
using the Internet Message Access Protocol (IMAP), sends searching queries to
the server and processes mailboxes based on the results. It can be used to
delete, copy, move, flag, etc. messages residing in mailboxes at the same or
different mail servers.
IMAPFilter uses the Lua programming language as a configuration and extension
language.
KShowmail is a POP3 mail checker for KDE.
Main features:
o load mail headers from pop3 servers
o display relevant header fields in a list view
o display headers of selected mails
o display complete mails
o delete selected mails on servers
o launch external programs like fetchmail or sendmail
via configurable menu entries
o support multiple accounts
o sound support
o send complain mails to postmaster
readpst: A tool for converting Outlook .pst files to Unix mbox and other
formats.
This version can now convert both 32-bit Outlook files (pre-2003), and the
64-bit Outlook 2003 .pst files. Utilities are supplied to convert email messages
to both mbox and MH mailbox formats, and to DII load file format for use with
many of the CT Summation products. Contacts can be converted to a simple list,
to vcard format, or to .ldif format for import to an LDAP server.
libspf2 implements the Sender Policy Framework, a part of the SPF/SRS
protocol pair. libspf2 is a library which allows email systems such as
Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF records
and make sure that the email is authorized by the domain name that it
is coming from. This prevents email forgery, commonly used by spammers,
scammers and email viruses/worms.
Mlmmj (Mailing List Management Made Joyful) is a simple and slim
mailing list manager (MLM) inspired by ezmlm. It works with many
different Mail Transport Agents (MTAs) and is simple for a system
adminstrator to install, configure and integrate with other software.
As it uses very few resources, and requires no daemons, it is ideal
for installation on systems where resources are limited, such as
Virtual Private Servers (VPSes).
Mail::Procmailrc is a pure Perl module that can read and write
procmail(1) compatible rc files. The intent behind its creation was
to provide an abstracted interface for web clients wishing to edit
procmailrc files, but it could be used in any number of useful ways
(e.g., a procmail rc pretty printer--how useful is that!?).
Mail::Procmailrc does not process mail in any form; it only reads and
writes procmail(1) rc files.