Search results for "module:MIME::Tools"
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.515 - Apr 24, 2024
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.515 - Apr 24, 2024
MIME::Words - deal with RFC 2047 encoded words
Fellow Americans, you probably won't know what the hell this module is for. Europeans, Russians, et al, you probably do. ":-)". For example, here's a valid MIME header you might get: From: =?US-ASCII?Q?Keith_Moore?= <moore@cs.utk.edu> To: =?ISO-8859-...
DSKOLL/MIME-tools-5.515 - Apr 24, 2024
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.515 - Apr 24, 2024
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.515 - Apr 24, 2024
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.515 - Apr 24, 2024
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.515 - Apr 24, 2024
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.515 - Apr 24, 2024
MIME::WordDecoder - decode RFC 2047 encoded words to a local representation
WARNING: Most of this module is deprecated and may disappear. It duplicates (badly) the function of the standard 'Encode' module. The only function you should rely on is mime_to_perl_string. A MIME::WordDecoder consists, fundamentally, of a hash whic...
DSKOLL/MIME-tools-5.515 - Apr 24, 2024
MIME::Decoder::UU - decode a "uuencoded" stream
A MIME::Decoder subclass for a nonstandard encoding whereby data are uuencoded. Common non-standard MIME encodings for this: x-uu x-uuencode...
DSKOLL/MIME-tools-5.515 - Apr 24, 2024
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.515 - Apr 24, 2024
MIME::Parser::Reader - a line-oriented reader for a MIME::Parser
A line-oriented reader which can deal with virtual end-of-stream defined by a collection of boundaries. Warning: this is a private class solely for use by MIME::Parser. This class has no official public interface...
DSKOLL/MIME-tools-5.515 - Apr 24, 2024
MIME::Field::ParamVal - subclass of Mail::Field, for structured MIME fields
This is an abstract superclass of most MIME fields. It handles fields with a general syntax like this: Content-Type: Message/Partial; number=2; total=3; id="oc=jpbe0M2Yt4s@thumper.bellcore.com" Comments are supported *between* items, like this: Conte...
DSKOLL/MIME-tools-5.515 - Apr 24, 2024
MIME::Decoder::Base64 - encode/decode a "base64" stream
A MIME::Decoder subclass for the "base64" encoding. The name was chosen to jibe with the pre-existing MIME::Base64 utility package, which this class actually uses to translate each chunk. * When decoding, the input is read one line at a time. The inp...
DSKOLL/MIME-tools-5.515 - Apr 24, 2024
MIME::Decoder::Binary - perform no encoding/decoding
A MIME::Decoder subclass for the "binary" encoding (in other words, no encoding). The "binary" decoder is a special case, since it's ill-advised to read the input line-by-line: after all, an uncompressed image file might conceivably have loooooooooon...
DSKOLL/MIME-tools-5.515 - Apr 24, 2024
MIME::Decoder::Gzip64 - decode a "base64" gzip stream
A MIME::Decoder::Base64 subclass for a nonstandard encoding whereby data are gzipped, then the gzipped file is base64-encoded. Common non-standard MIME encodings for this: x-gzip64 Since this class relies on external programs which may not exist on y...
DSKOLL/MIME-tools-5.515 - Apr 24, 2024
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.515 - Apr 24, 2024
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.515 - Apr 24, 2024
MIME::Decoder::BinHex - decode a "binhex" stream
A MIME::Decoder subclass for a nonstandard encoding whereby data are binhex-encoded. Common non-standard MIME encodings for this: x-uu x-uuencode...
DSKOLL/MIME-tools-5.515 - Apr 24, 2024
MIME::Parser::Results - results of the last entity parsed
Results from the last MIME::Parser parse....
DSKOLL/MIME-tools-5.515 - Apr 24, 2024