Search results for "module:MIME::Base64"
MIME::Base64 - Encoding and decoding of base64 strings
This module provides functions to encode and decode strings into and from the base64 encoding specified in RFC 2045 - *MIME (Multipurpose Internet Mail Extensions)*. The base64 encoding is designed to represent arbitrary sequences of octets in a form...
CAPOEIRAB/MIME-Base64-3.16 - 27 Sep 2020 00:13:31 UTC
MIME::Base64::Perl - Encoding and decoding of base64 strings
This module provide the same interface as "MIME::Base64", but these functions are implemented in pure perl. This module provides functions to encode and decode strings into and from the base64 encoding specified in RFC 2045 - *MIME (Multipurpose Inte...
GAAS/MIME-Base64-Perl-1.00 - 14 Jan 2004 12:56:43 UTC
SPVM::MIME::Base64 - Base64 Encoding/Decoding
The MIME::Base64 class of SPVM has methods for Base64 <https://en.wikipedia.org/wiki/Base64> encoding/decoding....
KIMOTO/SPVM-MIME-Base64-1.001002 - 29 May 2023 04:27:25 UTC
MIME::Base64::URLSafe - Perl version of Python's URL-safe base64 codec
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
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.510 - 06 Jul 2022 14:20:39 UTC
MIME::QuotedPrint - Encoding and decoding of quoted-printable strings
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
MIME::QuotedPrint::Perl - Encoding and decoding of quoted-printable strings
This module provide the same interface as "MIME::QuotedPrint", but these functions are implemented in pure perl. This module provides functions to encode and decode strings into and from the quoted-printable encoding specified in RFC 2045 - *MIME (Mu...
GAAS/MIME-Base64-Perl-1.00 - 14 Jan 2004 12:56:43 UTC
SPVM::MIME::QuotedPrint - Quoted-Printable Encoding/Decoding
The MIME::QuotedPrint class of SPVM has methods for Quoted-Printable encoding/decoding....
KIMOTO/SPVM-MIME-Base64-1.001002 - 29 May 2023 04:27:25 UTC
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.510 - 06 Jul 2022 14:20:39 UTC
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::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.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
Email::MIME - easy MIME message handling
This is an extension of the Email::Simple module, to handle MIME encoded messages. It takes a message as a string, splits it up into its constituent parts, and allows you access to various parts of the message. Headers are decoded from MIME encoding....
RJBS/Email-MIME-1.953 - 09 Jan 2023 00:03:49 UTC
MIME::Base32 - Base32 encoder and decoder
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::Lite - low-calorie MIME generator
In the never-ending quest for great taste with fewer calories, we proudly present: *MIME::Lite*. MIME::Lite is intended as a simple, standalone module for generating (not parsing!) MIME messages... specifically, it allows you to output a simple, dece...
RJBS/MIME-Lite-3.033 - 12 Jun 2021 15:53:07 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::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::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
Sisimai::MIME - MIME Utilities
Sisimai::MIME is MIME Utilities for "Sisimai"....
AKXLIX/Sisimai-v4.25.16 - 16 May 2023 06:28:56 UTC
MIME::Charset - Charset Information for MIME
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