Ports Search

Results 3140 of 990 for /mail/.(0.008 seconds)
mail/Mail-GnuPG-0.23 (Score: 0.35674328)
Perl5 interface to process and/or create PGP email
Use GnuPG::Interface to process and/or create PGP signed or encrypted email. Please send all bugs/issues/patches to bug-Mail-GnuPG@rt.cpan.org
mail/Mail-Freshmeat-1.20 (Score: 0.3536824)
Perl module to parse daily newsletters from freshmeat.net
Mail::Freshmeat is a parser for the daily newsletters from freshmeat.net. See <http://www.new.ox.ac.uk/~adam/computing/fmscore/> for what may be the only sensible application of this module. (Quick summary: fmscore is a Perl5 program which uses Mail::Freshmeat to parse freshmeat daily e-mail newsletters, and then rank them by interest according to highly flexible user-supplied ranking rules. Articles below a specified score will be removed from the output. fmscore is ideal for use as a procmail filter.)
mail/Mail-Graph-0.14 (Score: 0.3529355)
Perl module for drawing graphical stats for mails/spams
Mail::Graph - visualize mails via graphs (spams, bug reports etc) In the directory samples/ is a short example. For a real-life example please visit <http://bloodgate.com/spams/>.
mail/Mail-ListDetector-1.04 (Score: 0.35274413)
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/Horde_Mail-2.6.3 (Score: 0.35090864)
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.
mail/Mail-MboxParser-0.55 (Score: 0.34912768)
Module for working with UNIX-flavoured mailboxes
Mail::MboxParser is a module for working with UNIX-flavoured mailboxes. Its purpose is to _easily_ extract messages from a mailbox with _simple_ access to header fields, body and MIME-parts. It is particularly easy to deal with any kind of attached files.
mail/Mail_mimeDecode-1.5.6 (Score: 0.34912768)
Provides a class to decode mime messages
Provides a class to deal with the decoding and interpreting of mime messages. This package used to be part of the Mail_Mime package, but has been split off. This class will parse a raw mime email and return the structure. Returned structure is similar to that returned by imap_fetchstructure().
mail/Mail-CheckUser-1.21 (Score: 0.3472238)
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/Mail-Verify-0.02 (Score: 0.3472238)
Perl module to verify email addresses
Mail::Verify provides a function CheckAddress function for verifying email addresses. First the syntax of the email address is checked, then it verifies that there is at least one valid MX server accepting email for the domain. Using the Net::DNS module and the IO::Socket module a list of MX records (or, falling back on a hosts A record) are checked to make sure at least one SMTP server is accepting connections.
mail/Mojolicious-Plugin-Mail-1.5 (Score: 0.34206828)
Mojolicious plugin to send email
Mojolicous::Plugin::Mail is a plugin for Mojolicious apps to send mail using MIME::Lite. Mojolicious 4.0 ready.