Ports Search

Results 8,8518,860 of 17,660 for descr%3A%22spam filter%22.(0.012 seconds)
mail/mew-6.7 (Score: 1.3917367E-4)
Messaging in the Emacs World for emacs
Mew is a user interface for text messages, multimedia messages(MIME), news articles and security functionality including PGP, SSH and SSL.
mail/nmh-1.6 (Score: 1.3917367E-4)
Cleaned up MH mailer suite
----------- What is it? ----------- nmh (new MH) is an electronic mail handling system - a MUA (Mail User Agent) package for end-users to handle their e-mail. It was originally based on the package MH-6.8.3, and is intended to be a (mostly) compatible drop-in replacement for MH. nmh consists of a collection of fairly simple single-purpose programs to send, receive, save, retrieve, and manipulate e-mail messages. Since nmh is not a single comprehensive program, you may freely intersperse nmh commands with other shells commands, or write custom scripts which utilize these commands in flexible ways.
mail/nmzmail-0.1.3 (Score: 1.3917367E-4)
Fast mail searching for mutt
nmzmail is a tool to use the namazu2 search engine from within a mail reader such as mutt to search mail stored in maildir folders. Based on the result of the namazu query, nmzmail generates a maildir folder containing symbolic links to the mails matching the query. Mutt and other mail readers can make it easy to use nmzmail with a simple macro. Features: * fast mail searching even with large number of mails * incremental index building * rich query language including regular expressions (see the namazu documentation) * integrates nicely into mutt * query history
mail/mu4e-0.9.16 (Score: 1.3917367E-4)
Emacs frontend for Mu
mu4e is an Emacs frontend for mu, a tool for dealing with e-mail messages stored in the Maildir-format, on Unix-like systems.
mail/openwebmail-2.53 (Score: 1.3917367E-4)
Webmail system designed to manage big mail folder files efficiently
Open WebMail is a webmail system designed to manage very large mail folder files in a memory efficient way. It also provides a range of features to help users migrate smoothly from Microsoft Outlook to Open WebMail. Open WebMail has the following features: multiple languages, multiple iconsets/styles, strong MIME support, virtual host/login alias, PAM support, online password changing, convenient folder/message operations, draft folder, confirmed reading support, full content search, a spelling checker, auto reply, mail filtering, POP3 support, and message count previewing.
mail/Email-FolderType-Net-1.04.1 (Score: 1.3917367E-4)
Recognize folder types for network based message protocols
Registers several mail folder types that are known as network based messaging protocols. Folder names for these protocols should be specified using a URI syntax.
mail/Email-Stuffer-0.013 (Score: 1.3917367E-4)
More casual approach to creating and sending Email
Email::Stuffer, as its name suggests, is a fairly casual module used to stuff things into an email and send them. It is a high-level module designed for ease of use when doing a very specific common task, but implemented on top of the light and tolerable Email:: modules. Email::Stuffer is typically used to build emails and send them in a single statement, as seen in the synopsis. And it is certain only for use when creating and sending emails. As such, it contains no email parsing capability, and little to no modification support.
mail/IMAP-Sieve-0.4.9 (Score: 1.3917367E-4)
Perl module to edit Sieve scripts on an Cyrus IMAP server
A Perl module used by websieve for creating Sieve scripts on an Cyrus IMAP mail server. Sometimes also referenced as 'perlsieve'.
mail/Mail-Audit-Attach-0.96 (Score: 1.3917367E-4)
Mail::Audit plugin for attachment handling
This is a Mail::Audit plugin which provides easy access to files attached to mail messages. Besides Mail::Audit, it requires the MIME::Entity module.
mail/Mail-IMAPTalk-4.03 (Score: 1.3917367E-4)
IMAP client interface with lots of features
This module communicates with an IMAP server. Each IMAP server command is mapped to a method of this object. Although other IMAP modules exist on CPAN, this has several advantages over other modules: - It parses the more complex IMAP structures like envelopes and body structures into nice Perl data structures. - It correctly supports atoms, quoted strings and literals at any point. Some parsers in other modules aren't fully IMAP compatiable and may break at odd times with certain messages on some servers. - It allows large return values (eg. attachments on a message) to be read directly into a file, rather than into memory. - It includes some helper functions to find the actual text/plain or text/html part of a message out of a complex MIME structure. It also can find a list of attachements, and CID links for HTML messages with attached images. - It supports decoding of MIME headers to Perl utf-8 strings automatically, so you don't have to deal with MIME encoded headers (enabled optionally). While the IMAP protocol does allow for asynchronous running of commands, this module is designed to be used in a synchronous manner. That is, you issue a command by calling a method, and the command will block until the appropriate response is returned. The method will then return the parsed results from the given command.