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 "module: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::PGP - decode a "radix-64" PGP stream River stage zero No dependents

A MIME::Decoder subclass for a nonstandard encoding using the PGP tool. Common non-standard MIME encodings for this: x-pgp...

JWIED/Mail-IspMailGate-1.1013 - 30 Sep 1999 14:56:50 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

Email::MIME::RFC2047::Decoder - Decoding of non-ASCII MIME headers River stage zero No dependents

This module decodes parts of MIME email message headers containing non-ASCII text according to RFC 2047....

NWELLNHOF/Email-MIME-RFC2047-0.97 - 31 Jul 2017 12:39:01 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::Base32 - Base32 encoder and decoder River stage two • 9 direct dependents • 13 total dependents

This module is for encoding/decoding data much the way that MIME::Base64 does. Prior to version 1.0, MIME::Base32 used the "base32hex" (or "[0-9A-V]") encoding and decoding methods by default. If you need to maintain that behavior, please call "encod...

REHSACK/MIME-Base32-1.303 - 18 May 2017 17:02:03 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

MIME::Charset - Charset Information for MIME River stage three • 3 direct dependents • 284 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::QuotedPrint - Encoding and decoding of quoted-printable strings River stage five • 755 direct dependents • 14801 total dependents

This module provides functions to encode and decode strings into and from the quoted-printable encoding specified in RFC 2045 - *MIME (Multipurpose Internet Mail Extensions)*. The quoted-printable encoding is intended to represent data that largely c...

CAPOEIRAB/MIME-Base64-3.16 - 27 Sep 2020 00:13:31 UTC

Email::MIME::RFC2047 - Correct handling of non-ASCII MIME headers River stage zero No dependents

This distribution tries to provide a correct and usable implementation of RFC 2047 "MIME Part Three: Message Header Extensions for Non-ASCII Text". The Encode::MIME::Header module also provides RFC 2047 encoding and decoding but a useful API should h...

NWELLNHOF/Email-MIME-RFC2047-0.97 - 31 Jul 2017 12:39:01 UTC

Encode::MIME::Header - MIME encoding for an unstructured email header River stage five • 1091 direct dependents • 33185 total dependents

Decode method takes an unstructured field body of the email header (or RFC 822 <https://tools.ietf.org/html/rfc822> 'text' token) as its input and decodes each MIME encoded-word from input string to a sequence of bytes according to RFC 2047 <https://...

DANKOGAI/Encode-3.21 - 25 Feb 2024 23:19:43 UTC

MIME::Base64::URLSafe - Perl version of Python's URL-safe base64 codec River stage two • 8 direct dependents • 12 total dependents

This module is a perl version of python's URL-safe base64 encoder / decoder. When embedding binary data in URL, it is preferable to use base64 encoding. However, two characters ('+' and '/') used in the standard base64 encoding have special meanings ...

KAZUHO/MIME-Base64-URLSafe-0.01 - 06 Jan 2006 01:44:37 UTC
24 results (0.034 seconds)