Fix-mime-charset automatically detects character sets of email message and
modifies the Content-Type header appropriately. It can be used as mail
filter in mailing lists where users often set the charset of their messages
incorrectly. It processes messages fast and accurately, ignoring
attachments, and correctly interprets transfer-encodings. None but the
Content-Type header is changed.
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
maildrop is a replacement for your local mail delivery agent,
similar to mail/procmail.
- maildrop reads a mail message from standard input,
then delivers the message to your mailbox.
- maildrop will optionally read instructions from a file,
which describes how to filter incoming mail.
Instructions can be provided having mail delivered to
alternate mailboxes, or forwarded somewhere else.
Unlike procmail, maildrop uses a structured filtering language.
- maildrop knows how to deliver mail to mbox-style mailboxes and maildirs.
- maildrop is written in C++, and handles resources more efficiently.
maildrop can be used with sendmail, qmail, and other MTAs.
Python binding of the notmuch mail search and indexing library.
The sendmail Mail Filter API (Milter) is designed to allow third-party
programs access to mail messages as they are being processed in order to
filter meta-information and content.
spamass-milter is a plugin for the Sendmail Milter (Mail Filter) library
that pipes all incoming mail (including things received by rmail/UUCP)
through the SpamAssassin, a highly customizable spam filter.
Elm is an interactive screen-oriented mailer program that
supersedes mail and mailx. This is the 2.5.x distribution.
SpamAssassin is a mail filter which attempts to identify spam using text
analysis and several internet-based realtime blacklists.
Using its rule base, it uses a wide range of heuristic tests on mail
headers and body text to identify "spam", also known as unsolicited
commercial email.
Once identified, the mail can then be optionally tagged as spam for later
filtering using the user's own mail user-agent application.
Additional drop-in rule sets are available at
http://wiki.apache.org/spamassassin/CustomRulesets
The express way to send mail from Ruby.
Send email in one command:
Pony.mail(:to => 'someone@example.com', :body => 'hello')
Pony uses /usr/sbin/sendmail to send mail if it
is available, otherwise it uses SMTP to localhost.
Also, you may need rubygem-smtp_tls if you want to
send via tls/ssl and are using ruby < 1.8.7
mu is a tool for dealing with e-mail messages stored in the
Maildir-format, on Unix-like systems. mu's main purpose is to help you
to find the messages you need, quickly; in addition, it allows you to
view messages, extract attachments, create new maildirs, ...