Search results for "module:MIME::Head"
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
Padre::MIME - Padre MIME Registry and Type Detection
Padre::MIME is a light weight module for detecting the MIME type of files and the type registry acts as the basis for all other type-specific functionality in Padre. Because of the light weight it can be quickly and safely loaded in any background ta...
SZABGAB/Padre-1.02 - 14 Jun 2023 07:09:43 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::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::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
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::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
MIME::Field::ContDisp - a "Content-disposition" field
A subclass of Mail::Field. *Don't use this class directly... its name may change in the future!* Instead, ask Mail::Field for new instances based on the field name!...
DSKOLL/MIME-tools-5.510 - 06 Jul 2022 14:20:39 UTC
MIME::Field::ContType - a "Content-type" field
A subclass of Mail::Field. *Don't use this class directly... its name may change in the future!* Instead, ask Mail::Field for new instances based on the field name!...
DSKOLL/MIME-tools-5.510 - 06 Jul 2022 14:20:39 UTC
MIME::Field::ConTraEnc - a "Content-transfer-encoding" field
A subclass of Mail::Field. *Don't use this class directly... its name may change in the future!* Instead, ask Mail::Field for new instances based on the field name!...
DSKOLL/MIME-tools-5.510 - 06 Jul 2022 14:20:39 UTC
Email::MIME::CreateHTML - Multipart HTML Email builder
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