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

Search results for "email::mime"

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 - Search in distribution

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 - Search in distribution

Email::MIME::Kit - build messages from templates River stage two • 11 direct dependents • 12 total dependents

Email::MIME::Kit is a templating system for email messages. Instead of trying to be yet another templating system for chunks of text, it makes it easy to build complete email messages. It handles the construction of multipart messages, text and HTML ...

RJBS/Email-MIME-Kit-3.000008 - 03 Sep 2023 00:47:43 UTC - Search in distribution

Email::MIME::XPath - access MIME documents via XPath queries River stage one • 2 direct dependents • 3 total dependents

Dealing with MIME messages can be complicated. Frequently you want to display certain parts of a message, while alluding to (linking, summarizing, whatever) other parts in a way that makes them easy to get to later. Sometimes this can go several leve...

HDP/Email-MIME-XPath-0.005 - 04 Dec 2007 21:34:54 UTC - Search in distribution

Email::MIME::RFC2047 - Correct handling of non-ASCII MIME headers River stage zero No dependents

This distribution tries to provide a correct and usable implementation of RFC 2047 "MIME Part Three: Message Header Extensions for Non-ASCII Text". The Encode::MIME::Header module also provides RFC 2047 encoding and decoding but a useful API should h...

NWELLNHOF/Email-MIME-RFC2047-0.97 - 31 Jul 2017 12:39:01 UTC - Search in distribution

Email::MIME::MobileJP - E-mail toolkit for Japanese Mobile Phones River stage zero No dependents

WARNING! THIS MODULE IS IN THE BETA QUALITY. API MAY CHANGE WITHOUT NOTICE! Email::MIME::MobileJP is all in one E-mail toolkit for Japanese mobile phones. これは、Email::MIME シリーズ、および、mobile 関係のモジュールをとりまとめて、カジュアルにつかえるようにするためのモジュールです。 E-mail まわりの処理をやるためのノ...

TOKUHIROM/Email-MIME-MobileJP-0.08 - 23 Jan 2015 05:18:25 UTC - Search in distribution

Email::MIME::Encodings - A unified interface to MIME encoding and decoding River stage three • 6 direct dependents • 142 total dependents

This module simply wraps "MIME::Base64" and "MIME::QuotedPrint" so that you can throw the contents of a "Content-Transfer-Encoding" header at some text and have the right thing happen. "MIME::Base64", "MIME::QuotedPrint", "Email::MIME"....

RJBS/Email-MIME-Encodings-1.317 - 01 Jan 2023 02:30:09 UTC - Search in distribution

Email::MIME::Kit::Bulk - Email::MIME::Kit-based bulk mailer River stage zero No dependents

"Email::MIME::Kit::Bulk" is an extension of Email::MIME::Kit for sending bulk emails. The module can be used directly, or via the companion script "emk_bulk". If a language is specified for a target, "Email::MIME::Kit" will use "manifest.*language*.j...

YANICK/Email-MIME-Kit-Bulk-0.0.3 - 29 Mar 2017 00:10:38 UTC - Search in distribution

Email::MIME::CreateHTML - Multipart HTML Email builder River stage two • 6 direct dependents • 20 total dependents

This module allows you to build HTML emails, optionally with a text-only alternative and embedded media objects. For example, an HTML email with an alternative version in plain text and with all the required images contained in the mail. The HTML con...

VANSTYN/Email-MIME-CreateHTML-1.042 - 26 Jan 2018 23:34:30 UTC - Search in distribution

Email::MIME::ContentType - Parse and build a MIME Content-Type or Content-Disposition Header River stage three • 13 direct dependents • 142 total dependents

RJBS/Email-MIME-ContentType-1.028 - 09 Jan 2023 00:27:09 UTC - Search in distribution

Email::MIME::Attachment::Stripper - strip the attachments from an email River stage one • 2 direct dependents • 3 total dependents

Given a Email::MIME object, detach all attachments from the message and make them available separately. The message you're left with might still be multipart, but it should only be multipart/alternative or multipart/related. Given this message: + mul...

RJBS/Email-MIME-Attachment-Stripper-1.317 - 01 Sep 2013 03:45:05 UTC - Search in distribution

Email::MIME::Creator::ISO_2022_JP - Email::MIME mixin to create an iso-2022-jp mail River stage zero No dependents

Email::MIME is nice and handy. With "header_str" and "body_str" (since 1.900), you don't need to encode everything by yourself. Just pass flagged ("decode"d) utf-8 strings, and you'll get what you want. However, it only works when you send utf-8 enco...

ISHIGAKI/Email-MIME-Creator-ISO_2022_JP-0.02 - 06 Nov 2009 17:26:09 UTC - Search in distribution

Email::MIME::Kit::Renderer::TT - render parts of your mail with Template-Toolkit River stage one • 2 direct dependents • 2 total dependents

This is a renderer plugin for Email::MIME::Kit, and renders message parts using Template Toolkit 2. When specifying a renderer in manifest.json, you might write something like this: { ..., "renderer": "TT" } Or, to supply options: { ..., "renderer": ...

RJBS/Email-MIME-Kit-Renderer-TT-1.003 - 01 Jan 2023 02:21:35 UTC - Search in distribution

Email::MIME::Kit::Validator::Rx - validate assembly stash with Rx (from JSON in kit) River stage zero No dependents

RJBS/Email-MIME-Kit-Validator-Rx-0.200002 - 22 Oct 2022 20:45:42 UTC - Search in distribution

Email::MIME::Kit::KitReader::SWAK - the swiss army knife of EMK kit readers River stage zero No dependents

This replaces and extends the standard (Dir) kit reader for Email::MIME::Kit, letting your kit refer to resources in locations other than the kit itself. In your manifest (assuming it's YAML, for readability): --- kit_reader: SWAK attachments: - type...

RJBS/Email-MIME-Kit-KitReader-SWAK-1.093065 - 01 Jan 2023 02:32:06 UTC - Search in distribution

Email::MIME::Kit::Renderer::Xslate - render parts of your mail with Text::Xslate River stage zero No dependents

This is a renderer plugin for Email::MIME::Kit, and renders message parts using Text::Xslate. When specifying a renderer in manifest.json, you might write something like this: { ..., "renderer": "Xslate" } Or, to supply options: { ..., "renderer": [ ...

FREW/Email-MIME-Kit-Renderer-Xslate-0.001000 - 20 May 2014 22:07:49 UTC - Search in distribution

Email::MIME::Kit::Assembler::Markdown - build multipart/alternative messages from Markdown alone River stage one • 1 direct dependent • 1 total dependent

RJBS/Email-MIME-Kit-Assembler-Markdown-0.100009 - 01 Jan 2023 02:30:20 UTC - Search in distribution

Email::MIME::Kit::Renderer::MicroMason - Render parts of your mail with Text::MicroMason River stage zero No dependents

This renderer for Email::MIME::Kit uses Text::MicroMason to enable you to write your mkits using basic Mason syntax. See Text::MicroMason::HTMLMason for details on the syntax. This is based on Text::MicroMason rather than the full blown HTML::Mason b...

MGRIMES/Email-MIME-Kit-Renderer-MicroMason-1.21 - 05 Mar 2013 20:27:14 UTC - Search in distribution

Email::MIME::Kit::Assembler::TextifyHTML - textify some HTML arguments to assembly River stage zero No dependents

RJBS/Email-MIME-Kit-Assembler-TextifyHTML-1.005 - 01 Jan 2023 02:30:37 UTC - Search in distribution

Email::Abstract::EmailMIME - Email::Abstract wrapper for Email::MIME River stage three • 25 direct dependents • 225 total dependents

This module wraps the Email::MIME mail handling library with an abstract interface, to be used with Email::Abstract...

RJBS/Email-Abstract-3.010 - 03 Sep 2023 00:22:32 UTC - Search in distribution
348 results (0.077 seconds)