The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:MIME-tools MIME::Decoder"

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

MIME::Decoder::UU - decode a "uuencoded" stream River stage three • 66 direct dependents • 210 total dependents

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 - 24 Apr 2024 15:36:43 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::Decoder::Base64 - encode/decode a "base64" stream River stage three • 66 direct dependents • 210 total dependents

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 - 24 Apr 2024 15:36:43 UTC

MIME::Decoder::Binary - perform no encoding/decoding River stage three • 66 direct dependents • 210 total dependents

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 - 24 Apr 2024 15:36:43 UTC

MIME::Decoder::Gzip64 - decode a "base64" gzip stream River stage three • 66 direct dependents • 210 total dependents

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 - 24 Apr 2024 15:36:43 UTC

MIME::Decoder::BinHex - decode a "binhex" stream River stage three • 66 direct dependents • 210 total dependents

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 - 24 Apr 2024 15:36:43 UTC

MIME::Decoder::QuotedPrint - encode/decode a "quoted-printable" stream River stage three • 66 direct dependents • 210 total dependents

A MIME::Decoder subclass for the "quoted-printable" encoding. The name was chosen to jibe with the pre-existing MIME::QuotedPrint utility package, which this class actually uses to translate each line. * The decoder does a line-by-line translation fr...

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

MIME::WordDecoder - decode RFC 2047 encoded words to a local representation River stage three • 66 direct dependents • 210 total dependents

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 - 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::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::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
12 results (0.034 seconds)