The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Mail::Sort"

Mail::AddressSort River stage zero No dependents

Mail::AddressSort is useful for sorting large lists of email addresses. A Mail::AddressSort object is capable of taking an array of email addresses and returning it in either a single sorted list, or an array reference to array references that contai...

CHRISJ/Mail-AddressSort-1 - 19 Nov 2001 06:14:23 UTC

Mail::IMAPTalk::SortHelper - Handles some processing of the returns from sort and thread. River stage zero No dependents

VVELOX/Mail-IMAPTalk-SortHelper-0.0.1 - 01 Aug 2011 10:01:47 UTC

Palm::Mail - Handler for Palm OS Mail databases River stage one • 3 direct dependents • 3 total dependents

The Mail PDB handler is a helper class for the Palm::PDB package. It parses Mail databases. AppInfo block The AppInfo block begins with standard category support. See Palm::StdAppInfo for details. Other fields include: $pdb->{appinfo}{sortOrder} $pdb...

CJM/Palm-1.400 - 14 Mar 2015 15:09:04 UTC

Mail::Audit - library for creating easy mail filters River stage two • 9 direct dependents • 10 total dependents

procmail is nasty. It has a tortuous and complicated recipe format, and I don't like it. I wanted something flexible whereby I could filter my mail using Perl tests. Mail::Audit was inspired by Tom Christiansen's audit_mail and deliverlib programs. I...

RJBS/Mail-Audit-2.228 - 29 Sep 2013 01:21:47 UTC

Mail::Query - Write Mail::Audit criteria in SQL-like syntax River stage zero No dependents

The Mail::Query module adds a criteria-specifying language to the Mail::Audit class. Rather than inventing a new (probably ill-considered) language and making you learn it, Mail::Query uses SQL (Structured Query Language) as its starting point, becau...

KWILLIAMS/Mail-Query-0.01 - 22 Oct 2001 23:57:39 UTC

Mail::Cache - Caches mail info. River stage zero No dependents

VVELOX/Mail-Cache-0.1.2 - 20 Feb 2010 12:30:58 UTC

Mail::Thread - Perl implementation of JWZ's mail threading algorithm River stage two • 6 direct dependents • 10 total dependents

This module implements something relatively close to Jamie Zawinski's mail threading algorithm, as described by http://www.jwz.org/doc/threading.html. Any deviations from the algorithm are accidental. It's happy to be handed any mail object supported...

TMTM/Mail-Thread-2.55 - 30 Oct 2006 08:54:06 UTC

Mail::Folder - A folder-independant interface to email folders. River stage one • 1 direct dependent • 1 total dependent

This base class, and companion subclasses provide an object-oriented interface to email folders independant of the underlying folder implementation. WARNING: This code is in alpha release. Expect the interface to change. The following folder interfac...

KJOHNSON/MailFolder-0.07 - 05 Apr 1998 17:25:00 UTC

Mail::IMAPTalk - IMAP client interface with lots of features River stage zero No dependents

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 ...

ROBM/Mail-IMAPTalk-4.06 - 10 Nov 2023 05:25:19 UTC

Mail::Bulkmail - Platform independent mailing list module River stage zero No dependents

Mail::Bulkmail gives a fairly complete set of tools for managing mass-mailing lists. I initially wrote it because the tools I was using at the time were just too damn slow for mailing out to thousands of recipients. I keep working on it because it's ...

JIMT/Mail-Bulkmail-3.12 - 22 Dec 2003 22:20:31 UTC

Mail::RoundTrip - Management routines for round trip validation of users' emails River stage zero No dependents

Many web applicatins rely on some sort of round-trip validation of user emails. This verifies that the email address, for example, is actually owned by the user. This module provides a minimalist set of routines for managing this process. The module ...

EINHVERFR/Mail-RoundTrip-0.02 - 07 Nov 2013 04:37:16 UTC

Mail::TieFolder - Tied hash interface for mail folders River stage zero No dependents

Mail::TieFolder implements a tied hash interface for manipulating folder contents. Messages in the hash are accessed by Message-Id. See the Mail::TieFolder::* modules on CPAN for supported folder formats. If the format you're looking for isn't suppor...

STEVEGT/Mail-TieFolder-0.03 - 21 Jan 2001 17:33:28 UTC

Mail::Log::Trace - Trace an email through the mailsystem logs. River stage zero No dependents

This is the root-level class for a mail tracer: It allows you to search for and find messages in maillogs. Accessors are provided for info common to most maillogs: Specific subclasses may have further accessors depending on their situation. Probably ...

DSTAAL/Mail-Log-Trace-1.0101 - 02 Feb 2009 20:16:32 UTC

Mail::MboxParser - read-only access to UNIX-mailboxes River stage one • 1 direct dependent • 1 total dependent

This module attempts to provide a simplified access to standard UNIX-mailboxes. It offers only a subset of methods to get 'straight to the point'. More sophisticated things can still be done by invoking any method from MIME::Tools on the appropriate ...

VPARSEVAL/Mail-MboxParser-0.55 - 08 Dec 2005 10:21:27 UTC

Mail::GcalReminder - Send reminders to Google calendar event guests River stage zero No dependents

You can set gmail to send you reminders for stuff in your calendar but you can’t have it send reminders to guests. This module allows you to create scripts that grab a goodle calendar and send reminders to guests from your gmail account. POD ERRORS H...

DMUEY/Mail-GcalReminder-0.5 - 29 Dec 2014 03:37:07 UTC

Mail::Milter::Chain - Perl extension for chaining milter callbacks River stage zero No dependents

Mail::Milter::Chain allows multiple milter callback sets to be registered in a single milter server instance, simulating multiple milters running in separate servers. This is typically much less resource intensive than running each milter in its own ...

TVIERLING/Mail-Milter-0.07 - 22 Mar 2006 16:00:52 UTC

Mail::Summary::Tools - Tools for mailing list summarization. River stage zero No dependents

This distribution contains numerous classes useful for creating summaries, and an App::Cmd based frontend to those classes. The main usage is illustrated in the "SYNOPSIS" section....

NUFFIN/Mail-Summary-Tools-0.06 - 09 Sep 2007 17:07:21 UTC

Mail::DKIM::DkPolicy - represents a DomainKeys Sender Signing Policy record River stage one • 3 direct dependents • 7 total dependents

DomainKeys sender signing policies are described in RFC4870(historical). It is a record published in the message sender's (i.e. the person who transmitted the message) DNS that describes how they sign messages....

MBRADSHAW/Mail-DKIM-1.20240124 - 24 Jan 2024 04:02:51 UTC

Mail::Log::Trace::Postfix - Trace an email through Postfix logs. River stage zero No dependents

A subclass for Mail::Log::Trace that handles Postfix logs. See the documentation for the root class for more. This doc will just deal with the additions to the base class....

DSTAAL/Mail-Log-Trace-1.0101 - 02 Feb 2009 20:16:32 UTC

Mail::SpamCannibal::WhoisIP - IP address whois service River stage zero No dependents

Mail::SpamCannibal::WhoisIP provides utilities to look up an IP address and return the ownership information as a text string. In addition it provides form and script generation service for web pages. * $response = whoisip_query($ip,$flag); This func...

MIKER/Mail-SpamCannibal-1.08 - 13 Jun 2015 04:33:14 UTC
25 results (0.044 seconds)