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::Header"

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::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::Thread - Use JWZ's mail threading algorithm with Email::Simple objects River stage one • 3 direct dependents • 4 total dependents

Strictly speaking, this doesn't really need Email::Simple objects. It just needs an object that responds to the same API. At the time of writing the list of classes with the Email::Simple API comprises just Email::Simple. Due to how it's implemented,...

RJBS/Email-Thread-0.713 - 23 Oct 2022 21:04:40 UTC

Email::Folder - read all the messages from a folder as Email::Simple objects River stage two • 16 direct dependents • 19 total dependents

PALI/Email-Folder-0.860 - 05 Mar 2016 20:30:15 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

Test::Email - Test Email Contents River stage two • 1 direct dependent • 34 total dependents

Please note that this is ALPHA CODE. As such, the interface is likely to change. Test::Email is a subclass of MIME::Entity, with the above methods. If you want the messages fetched from a POP3 account, use Test::POP3. Tests for equality remove traili...

JAMES/Test-Email-0.04 - 09 Jun 2007 23:34:26 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::Delete - Delete Messages from Folders River stage one • 2 direct dependents • 3 total dependents

This software will delete messages from a given folder if the test returns true. delete_message delete_message from => 'folder_name', with => 'My::Delete::Package', matching => sub { return_true_for_delete() }; "from" is a required parameter, a strin...

RJBS/Email-Delete-2.002 - 30 Jul 2013 14:10:16 UTC

Email::Mailer - Multi-purpose emailer for HTML, auto-text, attachments, and templates River stage two • 3 direct dependents • 13 total dependents

Following the charter and example of Email::Simple, this module provides a simple and flexible interface to sending various types of email including plain text, HTML/text multi-part, attachment support, and template hooks. The module depends on a ser...

GRYPHON/Email-Mailer-1.19 - 20 Mar 2022 00:51:53 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::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

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

App::Basis::Email River stage zero No dependents

Sending email should be simple, sending formatted email should be simple too. I just want to be able to say send this thing via this process. This module provides that, a way to simply send email (plain/html or markdown) via either a SMTP or sendmail...

MOODFARM/App-Basis-Email-0.3 - 29 Apr 2014 10:33:19 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
49 results (0.045 seconds)