Search results for "module:MIME::QuotedPrint"
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
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.001003 - 02 Oct 2023 01:12:28 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
MIME::Decoder::QuotedPrint - encode/decode a "quoted-printable" stream
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.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
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::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::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
MIME::AltWords - properly deal with RFC-1522 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-...
PTS/MIME-AltWords-0.14 - 29 Aug 2017 16:27:25 UTC
MIME::DecodeText - Decode any multipart encoded text.
Decode any multipart differently encoded text. Now distinguishes Base64, QuotedPrintable encoded and plain text parts of the space-separated text string. Usage sample is decoding of message subjects which were encoded in various ways by different mai...
VLAD/MIME-DecodeText-0.01 - 07 Sep 2004 07:23:25 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.001003 - 02 Oct 2023 01:12:28 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
Email::MIME::Encodings - A unified interface to MIME encoding and decoding
This module simply wraps "MIME::Base64" and "MIME::QuotedPrint" so that you can throw the contents of a "Content-Transfer-Encoding" header at some text and have the right thing happen. "MIME::Base64", "MIME::QuotedPrint", "Email::MIME"....
RJBS/Email-MIME-Encodings-1.317 - 01 Jan 2023 02:30:09 UTC