Search results for "module:Mail::Field::Date"
Mail::Query - Write Mail::Audit criteria in SQL-like syntax
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::Builder - Easily create plaintext/html e-mail messages with attachments and inline images
This module helps you to build correct e-mails with attachments, inline images, multiple recipients, ... without having to worry about the underlying MIME and encoding issues. Mail::Builder relies heavily on the MIME::Entity module from the MIME::Too...
MAROS/Mail-Builder-2.13 - 31 May 2017 05:30:43 UTC
Mail::Cclient - Mailbox access via the c-client library API
"Mail::Cclient" gives access to mailboxes in many different formats (including remote IMAP folders) via the c-client API. The c-client library is the core library used by Pine and the University of Washington IMAP daemon (written by Mark Crispin). Th...
MICB/Mail-Cclient-1.1 - 15 Nov 2000 13:22:59 UTC
Mail::Sendmail - Simple platform independent mailer
Simple platform independent e-mail from your perl script. Only requires Perl 5 and a network connection. Mail::Sendmail takes a hash with the message to send and sends it to your mail server. It is intended to be very easy to setup and use. See also ...
NEILB/Mail-Sendmail-0.80 - 20 Aug 2017 19:22:10 UTC
Mail::Bulkmail - Platform independent mailing list module
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::IMAPTalk - 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 ...
ROBM/Mail-IMAPTalk-4.06 - 10 Nov 2023 05:25:19 UTC
Mail::Postfixadmin - Interferes with a Postfix/MySQL virtual mailbox system
BIGREDS/Mail-Postfixadmin-0.20130624
-
24 Jun 2013 22:00:33 UTC
Mail::DMARC::Report - A DMARC report interface
DMARC reports are information that a DMARC implementing Mail Transfer Agent (MTA) sends to Author Domains and also something that an Author Domain owner receives from other DMARC implementing MTAs. Mail::DMARC supports both roles, as a sender and a r...
MBRADSHAW/Mail-DMARC-1.20230215 - 15 Feb 2023 00:10:34 UTC
Mojo::Sendgrid::Mail - Mail endpoint of the Sendgrid API implementation for the Mojolicious framework
Mojo::Sendgrid::Mail is the mail endpoint of the Sendgrid API and is non- blocking thanks to Mojo::IOLoop from the wonderful Mojolicious framework. This class inherits from Mojo::Base....
SADAMS/Mojo-Sendgrid-0.05 - 25 Sep 2016 22:39:27 UTC
Mail::Field::Received - mostly RFC822-compliant parser of Received headers
*Don't use this class directly!* Instead ask Mail::Field for new instances based on the field name! Mail::Field::Received provides subroutines for parsing Received headers from e-mails. It mostly complies with RFC822, but deviates to accomodate a num...
MARCEL/Mail-Field-Received-0.26 - 17 Jun 2010 22:42:28 UTC
Mail::Outlook::Message - extension to handle Microsoft (R) Outlook (R) mail messages.
Handles the Message interaction with the Outlook API....
DUNCAN/Mail-Outlook-0.25 - 16 Jan 2016 17:07:51 UTC
Mail::SpamAssassin::Conf - SpamAssassin configuration file
SpamAssassin is configured using traditional UNIX-style configuration files, loaded from the "/usr/share/spamassassin" and "/etc/mail/spamassassin" directories. The following web page lists the most important configuration settings used to configure ...
SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC
Mail::Sendmail::Enhanced
Mail::Sendmail::Enhanced is an enhanced version of the module Mail::Sendmail. It is still pure Perl solution. In the module the problem of encoding multibyte characters in Mail::Sendmail was solved. Some procedure of sending very easily a list of att...
FRANCISCO/Mail-Sendmail-Enhanced-0.03 - 03 Feb 2015 20:03:23 UTC
Lingua::JA::Mail::Header - build ISO-2022-JP charset 'B' encoding mail header fields
This module enables you to build mail header fields from a string which may contain some Japanese characters. If a string can contain Japanese characters, it will be encoded with 'ISO-2022-JP' charset 'B' encoding....
HATA/Lingua-JA-Mail-0.03 - 23 Sep 2005 00:30:53 UTC
Mail::IspMailGate::Filter - An abstract base class of mail filters
This class is the abstract base class of email filters. It implements the main functionality every email filter should have, such as recursive filtering on multipart MIME-message. You create a new filter by deriving a subclass from Mail::IspMailGate:...
JWIED/Mail-IspMailGate-1.1013 - 30 Sep 1999 14:56:50 UTC
Mail::Qmail::Filter::DMARC
This Mail::Qmail::Filter plugin verifies if the incoming e-mail message conforms to the DMARC policy of its sender domain: 1. The plugin is skipped if imported with feature ":skip_for_relayclient" and the message comes from a relay client. 2. We chec...
FANY/Mail-Qmail-Filter-1.32 - 14 Apr 2023 18:53:42 UTC
Mail::SpamAssassin::Message - decode, render, and hold an RFC-2822 message
This module encapsulates an email message and allows access to the various MIME message parts and message metadata. The message structure, after initiating a parse() cycle, looks like this: Message object, also top-level node in Message::Node tree | ...
SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC
Mail::Webmail::MessageParser - class to parse HTML webmail messages.
Parses header and body HTML and converts both to text, or optionally (for body text) to simpler fully-formed HTML. The package extends HTML::TreeBuilder to include functionality for parsing email elements from an HTML string. METHODS $parser->message...
SDRABBLE/Mail-Webmail-Yahoo-0.601 - 19 Oct 2003 04:00:17 UTC