Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第15,30115,310项(搜索用时0.015秒)
mail/Email-Outlook-Message-0.918 (Score: 9.2782444E-5)
Read e-mail messages stored as .msg files
This module reads e-mail messages stored as .msg files (such as generated by Outlook), and converts them to Email::MIME objects. It also includes a command-line interface in the form of the msgconvert script. Such files may be identified by file(1) as follows: Composite Document File V2 Document You do not need Outlook installed to use this module.
mail/Email-Simple-2.210 (Score: 9.2782444E-5)
Simple parsing of RFC2822 message format and headers
Email::Simple is the first deliverable of the "Perl Email Project", a reaction against the complexity and increasing bugginess of the Mail::* modules. In contrast, Email::* modules are meant to be simple to use and to maintain, pared to the bone, fast, minimal in their external dependencies, and correct.
mail/Email-Valid-Loose-0.05 (Score: 9.2782444E-5)
Variation of Email::Valid which allows dot before at mark
Email::Valid::Loose is a subclass of Email::Valid, which allows . (dot) before @ (at-mark). It is invalid in RFC822, but is commonly used in some of mobile phone addresses in Japan (like docomo.ne.jp or jp-t.ne.jp).
mail/LMAP-CID2SPF-0.9 (Score: 9.2782444E-5)
Module to convert between Microsoft's Caller-ID and SPF
This module can be used to convert between two of the LMAP (Lightweight MTA Authentication Protocol) formats currently being proposed: CID = Microsoft's Caller-ID SPF = Sender Policy Framework It will convert an XML-fragment as proposed by CID to a record that can be added to DNS as proposed by SPF. SEE ALSO SPF: http://spf.pobox.com/
mail/Mail-Verp-0.06 (Score: 9.2782444E-5)
Encodes and decodes Variable Envelope Return Paths (VERP) addresses
Mail::Verp encodes the address of an email recipient into the envelope sender address so that a bounce can be more easily handled even if the original recipient is forwarding their mail to another address and the remote Mail Transport Agents send back unhelpful bounce messages. The module must also be used to decode bounce recipient addresses.
mail/archiveopteryx-3.2.0 (Score: 9.2782444E-5)
Advanced PostgreSQL-based IMAP/POP server
Archiveopteryx is an Internet mail server, optimised to support long-term archival storage. It seeks to make it practical not only to manage large archives, but to use the information therein on a daily basis instead of relegating it to offline storage.
mail/Mail-Box-IMAP4-SSL-0.03 (Score: 9.2782444E-5)
Missing part of Mail::Box::IMAP4
This is a thin subclass of Mail::Box::IMAP4 to provide IMAP over SSL (aka IMAPS). It hides the complexity of setting up Mail::Box::IMAP4 with IO::Socket::SSL, Mail::IMAPClient and Mail::Transport::IMAP4. In all other respects, it resembles Mail::Box::IMAP4. See that module for documentation.
Perl extension to analyze bounce messages
Mail::DeliveryStatus::BounceParser analyzes RFC822 bounce messages and returns a structured description of the addresses that bounced and the reason they bounced; it also returns information about the original returned message including the Message-ID. It works best with RFC1892 delivery reports, but will gamely attempt to understand any bounce message no matter what MTA generated it.
mail/Mail-Field-Received-0.26 (Score: 9.2782444E-5)
Perl5 modules for parsing of `Received' headers in e-mails
Mail-Field-Received is a Perl5 modules for parsing of `Received' headers in e-mails. Any program which requires detailed information about the journey an e-mail took in order to arrive at its present location should find this parser very handy.
mail/cclient-20130621 (Score: 9.2782444E-5)
Mark Crispin's C-client mail access routines forked from UW
C-client is a common API for accessing mailboxes. It is used internally by the popular PINE mail reader as well as the University of Washington's IMAP server. This is the version forked from UW by the original author Mark Crispin. For more information, please see the repository homepage: