The procmail mail processing program can be used to create mail-servers,
mailing lists, sort your incoming mail into separate folders/files (real
convenient when subscribing to one or more mailing lists or for prioritising
your mail), preprocess your mail, start any programs upon mail arrival
(e.g. to generate different chimes on your workstation for different
types of mail) or selectively forward certain incoming mail automatically
to someone.
Procmail can be used:
- and installed by an unprivileged user (for himself only).
- as a drop in replacement for the local delivery agent /bin/mail
(with biff/comsat support).
- as a general mailfilter for whole groups of messages (e.g. when
called from within sendmail.cf rules).
The accompanying formail program enables you to generate autoreplies,
split up digests/mailboxes into the original messages, do some very
simple header-munging/extraction, or force mail into mail-format (with
leading From line).
RMail is a lightweight mail library containing various
utility classes and modules that allow ruby scripts to
parse, modify, and generate MIME mail messages.
WWW https://github.com/terceiro/rmail
ArchiveSMTP is a mail archiver designed to be run on an SMTP mail server. It
uses rule-based matching to collect and store mail passing through an MTA to
specific locations in mbox format. Adding headers and piping output to other
programs is also supported. The libmilter interface is used and must be
supported by the MTA for ArchiveSMTP to work.
Version: 1.2
Provides access to GData (Google services) for Claws Mail.
The only currently implemented feature is inclusion of
Google contacts into the address completion.
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.
Verify mail address,is it exists. For example,
% vrfy -n -vv kaz@kobe1995.net
NAKAMURA Kazushi@KOBE <mailto:kaz@kobe1995.net>
The purpose of this mail library is to provide a portable, efficient
middleware for different kinds of mail access. When using the drivers
interface, the interface is the same for all kinds of mail access, remote
and local mailboxes.
This is RubyMail, a lightweight mail library containing various mail
utility classes and modules.
Lens is a mail filter written in Ruby. Lens can filter an
incoming mail when it is received and filter mails in a Maildir.
Email::Abstract provides module writers with the ability to write
representation-independent mail handling code. For instance, in the
cases of Mail::Thread or Mail::ListDetector, a key part of the code
involves reading the headers from a mail object. Where previously
one would either have to specify the mail class required, or to
build a new object from scratch, Email::Abstract can be used to
perform certain simple operations on an object regardless of its
underlying representation.