Ports Search

Results 101110 of 990 for /mail/.(0.003 seconds)
mail/procmail-3.22 (Score: 0.21601641)
Local mail delivery agent
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).
mail/rmail-1.1.2 (Score: 0.21136904)
Lightweight mail library
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
mail/archivesmtp-1.2 (Score: 0.21082503)
SMTP mail archiver
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
mail/gdata-3.14.0 (Score: 0.20912611)
Plugin providing Google Contacts in the Tab-address completion
Provides access to GData (Google services) for Claws Mail. The only currently implemented feature is inclusion of Google contacts into the address completion.
mail/imapfilter-2.6.7 (Score: 0.2075274)
IMAP mail filtering utility
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.
mail/vrfy-1.0 (Score: 0.20729062)
Verify mail address
Verify mail address,is it exists. For example, % vrfy -n -vv kaz@kobe1995.net NAKAMURA Kazushi@KOBE <mailto:kaz@kobe1995.net>
mail/libetpan-1.7.2 (Score: 0.20727585)
Mail framework for C language
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.
mail/rmail-0.17 (Score: 0.20723517)
Lightweight mail manipulating library for Ruby
This is RubyMail, a lightweight mail library containing various mail utility classes and modules.
mail/lens-0.2 (Score: 0.20660959)
Mail filter written in Ruby
Lens is a mail filter written in Ruby. Lens can filter an incoming mail when it is received and filter mails in a Maildir.
mail/Email-Abstract-3.008 (Score: 0.20410009)
Unified interface to mail representations
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.