Ports Search

Results 13,80113,810 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.016 seconds)
mail/libpst-0.6.66 (Score: 1.5420633E-4)
Tool for converting Outlook .pst files to mbox and other formats
readpst: A tool for converting Outlook .pst files to Unix mbox and other formats. This version can now convert both 32-bit Outlook files (pre-2003), and the 64-bit Outlook 2003 .pst files. Utilities are supplied to convert email messages to both mbox and MH mailbox formats, and to DII load file format for use with many of the CT Summation products. Contacts can be converted to a simple list, to vcard format, or to .ldif format for import to an LDAP server.
mail/libspf2-1.2.10 (Score: 1.5420633E-4)
Sender Rewriting Scheme 2 C Implementation
libspf2 implements the Sender Policy Framework, a part of the SPF/SRS protocol pair. libspf2 is a library which allows email systems such as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF records and make sure that the email is authorized by the domain name that it is coming from. This prevents email forgery, commonly used by spammers, scammers and email viruses/worms.
mail/mlmmj-1.2.19.0 (Score: 1.5420633E-4)
Simple and slim mailing list manager
Mlmmj (Mailing List Management Made Joyful) is a simple and slim mailing list manager (MLM) inspired by ezmlm. It works with many different Mail Transport Agents (MTAs) and is simple for a system adminstrator to install, configure and integrate with other software. As it uses very few resources, and requires no daemons, it is ideal for installation on systems where resources are limited, such as Virtual Private Servers (VPSes).
mail/Mail-CheckUser-1.21 (Score: 1.5420633E-4)
Perl module to check email addresses for validity
This Perl module provides routines for checking validity of email address. It makes several checks: 1. It checks the syntax of an email address. 2. It checks if there any MX records or A records for the domain part of the email address. 3. It tries to connect to an email server directly via SMTP to check if mailbox is valid. It uses a combination of MAIL and RCPT commands which simulates sending an email. It can detect bad mailboxes in many cases.
mail/Net-Server-Mail-0.18 (Score: 1.5420633E-4)
Implementation of SMTP, ESMTP, and LMTP protocols
This module is a versatile and extensible implementation of the SMTP protocol and its different evolutions like ESMTP and LMTP. The event driven object-oriented API makes easy to incorporate the SMTP protocol to your programs. Other SMTPd implementations don't support useful ESMTP extensions and the LMTP protocol. Their interface design precludes adding them later. So I've decided to rewrite a complete implementation with extensibility in mind.
mail/Mail-ListDetector-1.04 (Score: 1.5420633E-4)
Perl module for detecting mailing list messages
This module analyzses a Mail::Internet object and returns a Mail::ListDetector::List object representing the mailing list the email was sent to, if any. The RFC2369 mailing list detector is also capable of matching some Mailman and Ezmlm messages. It is deliberately checked last to allow the more specific Mailman and Ezmlm parsing to happen first, and more accurately identify the type of mailing list involved.
mail/Mail-Spool-0.50 (Score: 1.5420633E-4)
Pure Perl implementation of mail spooling, unspooling, and sending
Mail::Spool is a "pure perl" implementation of mail spooling, unspooling and sending. It is intended to be used with daemons such as Net::Server::SMTP (to be released soon), but it also contains its own daemon (based off of Net::Server::Fork) that can be used if necessary. It is also intended to be used as a quick spooling mechanism for perl scripts. As it can write straight to the queue without opening another process.
mail/Net-SMTP-SSL-1.03 (Score: 1.5420633E-4)
SSL support for Net::SMTP
Net::SMTP::SSL implements the same API as Net::SMTP, but uses IO::Socket::SSL for its network operations. Due to the nature of Net::SMTP's new method, it is not overridden to make use of a default port for the SMTPS service. Perhaps future versions will be smart like that. Port 465 is usually what you want, and it's not a pain to specify that.
mail/Sendmail-Milter-0.18 (Score: 1.5420633E-4)
Module to write mail filters in Perl using sendmail's mail filter API
Sendmail::Milter provides users with the ability to write mail filters in Perl that tightly integrate with sendmail's mail filter API. With this module, you can define and register Perl callbacks with the Milter engine. This module calls your perl callbacks using interpreters from a threaded persistent interpreter pool. Milter contexts are presented using an object-oriented style interface for performing operations on a Milter context.
mail/Horde_Mail-2.6.3 (Score: 1.5420633E-4)
Horde Mail Library
The Horde_Mail library is a fork of the PEAR Mail library that provides additional functionality, including (but not limited to): * Allows a stream to be passed in. * Allows raw headertext to be used in the outgoing messages (required for things like message redirection pursuant to RFC 5322 [3.6.6]). * Native PHP 5 code. * PHPUnit test suite. * Provides more comprehensive sendmail error messages. * Uses Exceptions instead of PEAR_Errors.