This Horde package provides interfaces for connecting to a SMTP (RFC 5321)
server to send e-mail messages.
The libgmail project is a pure Python binding to provide access to Google's
Gmail web-mail service.
This is an implementation of DomainKeys Identified Mail (DKIM) draft standard
for the Postfix mail transfer agent. DKIM is a scheme to sign and verify
e-mail messages on a per-domain basis.
Details regarding the protocol and other issues related to the draft standard
can be found at http://mipassoc.org/dkim/.
mbox2mdir is a small program to convert mail stored in UNIX mbox format to
qmail's Maildir format. It can (optionally) also truncate the source mbox file
upon successful conversion. I use it to move mail delivered by /bin/mail or
sendmail to qmail Maildir folders, but of course there are many other possible
uses for it.
SpamBayes is a tool used to segregate unwanted mail (spam) from the mail you
want (ham). Before SpamBayes can be your spam filter of choice you need to
train it on representative samples of email you receive. After it's been
trained, you use SpamBayes to classify new mail according to its spamminess
and hamminess qualities.
It's a lightweight, fast and reliable Sendmail milter 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 backup MX for the recipient's
domains or if your machine forwards all e-Mail messages as a relay host for your
domains to another internal or external e-Mail servers.
It's a lite alternative for the spamilter, milter-sender and milter-ahead
milters.
spampd is a program used within an e-mail delivery system to scan messages for
possible Unsolicited Commercial E-mail (UCE, aka spam) content.
It uses an excellent program called SpamAssassin (SA) to do the actual message
scanning. spampd acts as a transparent SMTP/LMTP proxy between two mail servers,
and during the transaction it passes the mail through SA. If SA decides the
mail could be spam, then spampd will ask SA to add some headers and a report to
the message indicating it's spam and why. spampd is written in Perl and should
theoretically run on any platform supported by Perl and SpamAssassin.
Inno Setup is a tool to create installers for Microsoft Windows applications.
innoextract allows to extract such installers under non-windows systems without
running the actual installer using Wine.
IceGenerator is a direct streaming generator for Icecast/Shoutcast. It runs
as a daemon.Three child processes handle all the stuff. A fourth (optional)
child cares about telnet communication. Main idea for this program is radio
automation on a Icecast/Shoutcast server. If you have many server processes and
CPU saving is your priority, u can use IceGenerator. Obviously mp3s/oggs will
be already resampled to allow their streaming on your bandwidth capability.
For more information see share/doc/icegenerator/README.
Class::OOorNO
Class::OOorNO helps your module handle the input for its subroutines
whether called in object-oriented style (as object methods or class
methods with the arrow syntax ->), or in functional programming style
(as subroutines imported to the caller's namespace via Exporter).