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.509 - 05 Apr 2017 18:13:30 UTCThis 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 UTCA 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.509 - 05 Apr 2017 18:13:30 UTCThis 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.509 - 05 Apr 2017 18:13:30 UTCMIME-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.509 - 05 Apr 2017 18:13:30 UTCSisimai::MIME is MIME Utilities for "Sisimai"....
AKXLIX/Sisimai-v4.25.11 - 22 Feb 2021 12:24:56 UTCYou can inherit from this class to create your own subclasses that parse MIME streams into MIME::Entity objects....
DSKOLL/MIME-tools-5.509 - 05 Apr 2017 18:13:30 UTCA 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.509 - 05 Apr 2017 18:13:30 UTCMIME::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.012.2 - 11 Apr 2017 09:45:25 UTCThis 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 UTCThis 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 UTCThis 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.509 - 05 Apr 2017 18:13:30 UTCDecode 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.08 - 02 Dec 2020 09:20:23 UTC