Search results for "module:MIME::Body"
MIME::Body - the body of a MIME message
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.510 - 06 Jul 2022 14:20:39 UTC
MIME::Visitor - walk through MIME parts and do stuff (like rewrite)
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
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
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.510 - 06 Jul 2022 14:20:39 UTC
Email::MIME - easy MIME message handling
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)
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.510 - 06 Jul 2022 14:20:39 UTC
MIME::Tools - modules for parsing (and creating!) MIME entities
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.510 - 06 Jul 2022 14:20:39 UTC
MIME::Entity - class for parsed-and-decoded MIME message
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.510 - 06 Jul 2022 14:20:39 UTC
MIME::Parser - experimental class for parsing MIME streams
You can inherit from this class to create your own subclasses that parse MIME streams into MIME::Entity objects....
DSKOLL/MIME-tools-5.510 - 06 Jul 2022 14:20:39 UTC
MIME::Lite - low-calorie MIME generator
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
Sisimai::MIME - MIME Utilities
Sisimai::MIME is MIME Utilities for "Sisimai"....
AKXLIX/Sisimai-v4.25.16 - 16 May 2023 06:28:56 UTC
MIME::Charset - Charset Information for MIME
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
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
NKUITSE/MIME-Structure-0.07
-
11 Oct 2008 02:54:28 UTC
MIME::Signature - appends signature to mail messages
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.
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
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.510 - 06 Jul 2022 14:20:39 UTC
HTTP::Promise::MIME - MIME Types and File Extension Class
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.3.3 - 09 Oct 2023 23:16:20 UTC
MIME::Decoder::NBit - encode/decode a "7bit" or "8bit" stream
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.510 - 06 Jul 2022 14:20:39 UTC
MIME::Lite::TT::HTML - Create html mail with MIME::Lite and TT
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