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

Search results for "module:MIME::Body"

MIME::Body - the body of a MIME message River stage three • 66 direct dependents • 210 total dependents

MIME messages can be very long (e.g., tar files, MPEGs, etc.) or very short (short textual notes, as in ordinary mail). Long messages are best stored in files, while short ones are perhaps best stored in core. This class is an attempt to define a com...

DSKOLL/MIME-tools-5.515 - 24 Apr 2024 15:36:43 UTC

MIME::Visitor - walk through MIME parts and do stuff (like rewrite) River stage zero No dependents

MIME::Visitor provides a simple way to walk through the parts of a MIME message, taking action on each one. In general, this is not a very complicated thing to do, but having it in one place is convenient. The most powerful feature of MIME::Visitor, ...

RJBS/MIME-BodyMunger-0.007 - 31 Dec 2022 18:29:33 UTC

MIME::BodyMunger - rewrite the content of text parts, minding charset River stage zero No dependents

MIME::BodyMunger provides methods for rewriting text parts. These methods take care of character sets for you so that you can treat everything like text instead of worrying about content transfer encoding or character set encoding. At present, only M...

RJBS/MIME-BodyMunger-0.007 - 31 Dec 2022 18:29:33 UTC

MIME::Decoder - an object for decoding the body part of a MIME stream River stage three • 66 direct dependents • 210 total dependents

This abstract class, and its private concrete subclasses (see below) provide an OO front end to the actions of... * Decoding a MIME-encoded stream * Encoding a raw data stream into a MIME-encoded stream. The constructor for MIME::Decoder takes the na...

DSKOLL/MIME-tools-5.515 - 24 Apr 2024 15:36:43 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

MIME::Head - MIME message header (a subclass of Mail::Header) River stage three • 66 direct dependents • 210 total dependents

A class for parsing in and manipulating RFC-822 message headers, with some methods geared towards standard (and not so standard) MIME fields as specified in the various *Multipurpose Internet Mail Extensions* RFCs (starting with RFC 2045)...

DSKOLL/MIME-tools-5.515 - 24 Apr 2024 15:36:43 UTC

MIME::Tools - modules for parsing (and creating!) MIME entities River stage three • 66 direct dependents • 210 total dependents

MIME-tools is a collection of Perl5 MIME:: modules for parsing, decoding, *and generating* single- or multipart (even nested multipart) MIME messages. (Yes, kids, that means you can send messages with attached GIF files)....

DSKOLL/MIME-tools-5.515 - 24 Apr 2024 15:36:43 UTC

MIME::Entity - class for parsed-and-decoded MIME message River stage three • 66 direct dependents • 210 total dependents

A subclass of Mail::Internet. This package provides a class for representing MIME message entities, as specified in RFCs 2045, 2046, 2047, 2048 and 2049....

DSKOLL/MIME-tools-5.515 - 24 Apr 2024 15:36:43 UTC

MIME::Lite - low-calorie MIME generator River stage three • 51 direct dependents • 102 total dependents

In the never-ending quest for great taste with fewer calories, we proudly present: *MIME::Lite*. MIME::Lite is intended as a simple, standalone module for generating (not parsing!) MIME messages... specifically, it allows you to output a simple, dece...

RJBS/MIME-Lite-3.033 - 12 Jun 2021 15:53:07 UTC

MIME::Parser - experimental class for parsing MIME streams River stage three • 66 direct dependents • 210 total dependents

You can inherit from this class to create your own subclasses that parse MIME streams into MIME::Entity objects....

DSKOLL/MIME-tools-5.515 - 24 Apr 2024 15:36:43 UTC

MIME::Charset - Charset Information for MIME River stage three • 3 direct dependents • 334 total dependents

MIME::Charset provides information about character sets used for MIME messages on Internet. Definitions The charset is ``character set'' used in MIME to refer to a method of converting a sequence of octets into a sequence of characters. It includes b...

NEZUMI/MIME-Charset-1.013.1 - 12 Aug 2022 07:51:01 UTC

MIME::Expander - Walks through all the MIME parts expanded recursively in a message River stage zero No dependents

MIME::Expander is an utility module that works like the Email::MIME::walk method. Feature of this module is that all the parts passing to the callback, are expanded by MIME mechanism. It expands archived, compressed or multi-parted message using vari...

HWAT/MIME-Expander-0.02 - 02 Feb 2015 11:48:53 UTC

MIME::Structure - determine structure of MIME messages River stage zero No dependents

NKUITSE/MIME-Structure-0.07 - 11 Oct 2008 02:54:28 UTC

MIME::Signature - appends signature to mail messages River stage zero No dependents

This module appends a signature to an e-mail messages. It tries its best to cope with any encodings and MIME structures....

FANY/MIME-Signature-0.22 - 07 Nov 2019 17:31:24 UTC

Courier::Message - Class implementing an interface to a mail message in the Courier MTA's message queue. River stage zero No dependents

Courier::Message encapsulates a mail message that is stored in the Courier MTA's message queue, including the belonging control file(s), and provides an easy to use, read-only interface through its message data and control properties. For light-weigh...

JMEHNLE/Courier-Filter-v0.200 - 23 Mar 2008 02:40:27 UTC

MIME::Parser::Filer - manage file-output of the parser River stage three • 66 direct dependents • 210 total dependents

How this class is used when parsing When a MIME::Parser decides that it wants to output a file to disk, it uses its "Filer" object -- an instance of a MIME::Parser::Filer subclass -- to determine where to put the file. Every parser has a single Filer...

DSKOLL/MIME-tools-5.515 - 24 Apr 2024 15:36:43 UTC

HTTP::Promise::MIME - MIME Types and File Extension Class River stage one • 1 direct dependent • 2 total dependents

HTTP::Promise::MIME is a class to find out the mime type of a file or its suffix a.k.a. extension based on its mime type. The database of mime types is stored internally, so there is no dependence on outside file. You can, however, specify an optiona...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC

MIME::Decoder::NBit - encode/decode a "7bit" or "8bit" stream River stage three • 66 direct dependents • 210 total dependents

This is a MIME::Decoder subclass for the "7bit" and "8bit" content transfer encodings. These are not "encodings" per se: rather, they are simply assertions of the content of the message. From RFC-2045 Section 6.2.: Three transformations are currently...

DSKOLL/MIME-tools-5.515 - 24 Apr 2024 15:36:43 UTC

MIME::Lite::TT::HTML - Create html mail with MIME::Lite and TT River stage two • 2 direct dependents • 29 total dependents

This module provide easy interface to make MIME::Lite object with html formatted mail....

CHUNZI/MIME-Lite-TT-HTML-0.04 - 17 Oct 2007 08:01:18 UTC

MIME::Lite::HT::HTML - Create HTML mail with MIME::Lite and HTML::Template River stage zero No dependents

This module provide easy interface to make MIME::Lite object with HTML formatted mail....

ASB/MIME-Lite-HT-HTML-0.06 - 17 Oct 2020 16:22:27 UTC
34 results (0.039 seconds)