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

Search results for "module:Email::Simple::Headers"

Email::Simple::OneLineHeaders - same as Email::Simple but without the folding River stage zero No dependents

The original Email::Simple might output something like this: Received: from [10.10.10.178] (account jonathan [10.10.10.178] verified) by imiinc.com (CommuniGate Pro SMTP 4.3.4) with ESMTPA id 130117 for jonathan@imiinc.com; Wed, 27 Jul 2005 23:01:07 ...

JBUHACOFF/Email-Simple-OneLineHeaders-1.92 - 01 Aug 2005 03:03:19 UTC

Email::Simple::Test::TraceHeaders - generate sample trace headers for testing River stage zero No dependents

RJBS/Email-Simple-Test-TraceHeaders-0.091703 - 23 Oct 2022 20:49:05 UTC

Email::Date - Find and Format Date Headers River stage two • 9 direct dependents • 20 total dependents

Achtung! Probably you'll be find just using Email::Date::Format to produce dates or Date::Parse to parse dates. This module isn't much needed anymore, but does provide "find_date", described below. RFC 2822 defines the "Date:" header. It declares the...

RJBS/Email-Date-1.104 - 02 Aug 2013 22:02:10 UTC

Email::Simple - simple parsing of RFC2822 message format and headers River stage three • 78 direct dependents • 306 total dependents

The Email:: namespace was begun as a reaction against the increasing complexity and bugginess of Perl's existing email modules. "Email::*" modules are meant to be simple to use and to maintain, pared to the bone, fast, minimal in their external depen...

RJBS/Email-Simple-2.218 - 09 Jan 2023 00:50:01 UTC

Email::MIME - easy MIME message handling River stage three • 66 direct dependents • 140 total dependents

This is an extension of the Email::Simple module, to handle MIME encoded messages. It takes a message as a string, splits it up into its constituent parts, and allows you access to various parts of the message. Headers are decoded from MIME encoding....

RJBS/Email-MIME-1.953 - 09 Jan 2023 00:03:49 UTC

Email::Stuff - A more casual approach to creating and sending Email:: emails River stage one • 5 direct dependents • 7 total dependents

The basics should all work, but this module is still subject to name and/or API changes Email::Stuff, as its name suggests, is a fairly casual module used to email "stuff" to people using the most common methods. It is a high-level module designed fo...

RJBS/Email-Stuff-2.105 - 05 Feb 2014 03:22:43 UTC

Email::Reply - reply to an email message River stage one • 2 direct dependents • 3 total dependents

This software takes the hard out of generating replies to email messages....

RJBS/Email-Reply-1.204 - 30 Nov 2015 03:29:55 UTC

Email::Store - Framework for database-backed email storage River stage two • 10 direct dependents • 11 total dependents

"Email::Store" is the ideal basis for any application which needs to deal with databases of email: archiving, searching, or even storing mail for implementing IMAP or POP3 servers. "Email::Store" itself is a very lightweight framework, meaning it doe...

RJBS/Email-Store-0.257 - 03 Nov 2011 02:24:17 UTC

Email::Filter - Library for creating easy email filters River stage one • 3 direct dependents • 4 total dependents

This module replaces "procmail" or "Mail::Audit", and allows you to write programs describing how your mail should be filtered....

RJBS/Email-Filter-1.035 - 29 May 2022 19:38:58 UTC

Email::Stuffer - A more casual approach to creating and sending Email:: emails River stage two • 10 direct dependents • 13 total dependents

The basics should all work, but this module is still subject to name and/or API changes Email::Stuffer, as its name suggests, is a fairly casual module used to stuff things into an email and send them. It is a high-level module designed for ease of u...

RJBS/Email-Stuffer-0.020 - 11 Jan 2023 01:50:03 UTC

Email::Abstract - unified interface to mail representations River stage three • 25 direct dependents • 225 total dependents

"Email::Abstract" provides module writers with the ability to write simple, representation-independent mail handling code. For instance, in the cases of "Mail::Thread" or "Mail::ListDetector", a key part of the code involves reading the headers from ...

RJBS/Email-Abstract-3.010 - 03 Sep 2023 00:22:32 UTC

Email::MIME::XMTP - Extends Email::MIME objects to read and write XMTP River stage zero No dependents

"Email::MIME::XMTP" extends Email::MIME to read and write XMTP. Read more about XMTP at http://www.openhealth.org/xmtp/...

AREGGIORI/Email-MIME-XMTP-0.42 - 16 Dec 2005 16:09:08 UTC

Email::Send::SMTP - Send Messages using SMTP River stage two • 22 direct dependents • 46 total dependents

This mailer for "Email::Send" uses "Net::SMTP" to send a message with an SMTP server. The first invocation of "send" requires an SMTP server arguments. Subsequent calls will remember the first setting until it is reset. Any arguments passed to "send"...

RJBS/Email-Send-2.201 - 05 Mar 2015 13:11:45 UTC

Email::Send::Gmail - Send Messages using Gmail River stage zero No dependents

Gmail is a free Web-based email service provided by Google. This module is a mailer for "Email::Send" that sends a message using Gmail's authenticated SSL SMTP service. You must have a Gmail account and you should send emails 'From' that account. You...

LBROCARD/Email-Send-Gmail-0.33 - 16 Oct 2008 19:50:37 UTC

Email::Send::Gandi - Send Messages using Gandi River stage zero No dependents

Gandi.net is a domain name registrar which provides email accounts. This module is a mailer for "Email::Send" that sends a message using Gandi's authenticated SSL SMTP service. You must have a Gandi account, and a Gandi Mail mailbox. You should pass ...

LBROCARD/Email-Send-Gandi-0.34 - 07 Sep 2009 13:13:01 UTC

Email::ARF::Report - interpret Abuse Reporting Format (ARF) messages River stage one • 3 direct dependents • 4 total dependents

ARF, the Abuse Feedback Report Format, is used to report email abuse incidents to an email provider. It includes mechanisms for providing machine-readable details about the incident, a human-readable description, and a copy of the offending message....

RJBS/Email-ARF-0.012 - 03 Sep 2023 00:23:58 UTC

Dancer::Plugin::Email - Simple email sending for Dancer applications River stage zero No dependents

This plugin tries to make sending emails from Dancer applications as simple as possible. It uses Email::Sender under the hood. In a lot of cases, no configuration is required. For example, if your app is hosted on a unix-like server with sendmail ins...

IRONCAMEL/Dancer-Plugin-Email-1.0400 - 23 Mar 2015 05:36:20 UTC

Email::Simple::Header - the header of an Email::Simple message River stage three • 78 direct dependents • 306 total dependents

This method implements the headers of an Email::Simple object. It is a very minimal interface, and is mostly for private consumption at the moment....

RJBS/Email-Simple-2.218 - 09 Jan 2023 00:50:01 UTC

Email::MIME::Header - the header of a MIME message River stage three • 66 direct dependents • 140 total dependents

This object behaves like a standard Email::Simple header, with the following changes: * the "header" method automatically decodes encoded headers if possible * the "header_as_obj" method returns an object representation of the header value * the "hea...

RJBS/Email-MIME-1.953 - 09 Jan 2023 00:03:49 UTC

Nile::Plugin::Email - Email plugin for the Nile framework. River stage zero No dependents

Nile::Plugin::Email - Email plugin for the Nile framework. This plugin build on the top of Email::Sender::Simple module which supports any transporter like Sendmail, SMTP etc. Plugin configuration can be set in the config file under the plugin sectio...

MEWSOFT/Nile-0.55 - 14 Oct 2014 09:32:49 UTC
32 results (0.042 seconds)