The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "MIME::QuotedPrint"

MIME::QuotedPrint - Encoding and decoding of quoted-printable strings River stage five • 741 direct dependents • 14558 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 - Search in distribution

MIME::QuotedPrint::Perl - Encoding and decoding of quoted-printable strings River stage one • 1 direct dependent • 1 total dependent

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 - Search in distribution

SPVM::MIME::QuotedPrint - Quoted-Printable Encoding/Decoding River stage zero No dependents

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 - Search in distribution

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.514 - 06 Feb 2024 20:49:02 UTC - Search in distribution
  • MIME::Tools - modules for parsing (and creating!) MIME entities
  • MIME::Words - deal with RFC 2047 encoded words
  • MIME::Decoder - an object for decoding the body part of a MIME stream

HTTP::Promise::Stream::QuotedPrint - Stream Encoder for QuotedPrint Encoding River stage one • 1 direct dependent • 2 total dependents

This implements an encoding and decoding mechanism for quoted-printable encoding using either of the following on input and output: "filepath" If the parameter is neither a scalar reference nor a file handle, it will be assumed to be a file path. "fi...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC - Search in distribution

MIME::Lite - low-calorie MIME generator River stage three • 51 direct dependents • 102 total dependents

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 - Search in distribution

CDDB - a high-level interface to cddb protocol servers (freedb and CDDB) River stage zero No dependents

CDDB protocol (cddbp) servers provide compact disc information for programs that need it. This allows such programs to display disc and track titles automatically, and it provides extended information like liner notes and lyrics. This module provides...

RCAPUTO/CDDB-1.222 - 15 Aug 2013 07:34:46 UTC - Search in distribution

perl5320delta - what is new for perl v5.32.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.30.0 release and the 5.32.0 release. If you are upgrading from an earlier release such as 5.28.0, first read perl5300delta, which describes differences between 5.28.0 and 5.30.0....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

PHP::Strings - Implement some of PHP's string functions. River stage zero No dependents

PHP has many functions. This is one of the main problems with PHP. People do, however, get used to said functions and when they come to a better designed language they get lost because they have to implement some of these somewhat vapid functions the...

KUDARASP/PHP-Strings-0.28 - 30 Jan 2004 07:28:37 UTC - Search in distribution

Devel::Kit - Handy toolbox of things to ease development/debugging. River stage zero No dependents

From one line data dumping sanity checks to debug print statements in a large body of code I often found myself reinventing these basic solutions. Hence this module was born to help give a host of functions/functionality with a minimum of typing/effo...

DMUEY/Devel-Kit-0.82 - 23 Oct 2020 17:11:22 UTC - Search in distribution

IOLayer::Base64 - PerlIO layer for base64 (MIME) encoded strings River stage zero No dependents

This module implements a PerlIO layer that works on files encoded in the Base64 format (as described in RFC 2045). It will decode from base64 format while reading from a handle, and it will encode to base64 while writing to a handle....

LNATION/IOLayer-Base64-0.03 - 09 Nov 2019 15:31:13 UTC - Search in distribution

Mail::GPG - Handling of GnuPG encrypted / signed mails River stage one • 1 direct dependent • 1 total dependent

This Perl modules handles all the details of encrypting and signing Mails using GnuPG according to RFC 3156 and RFC 2440, that is OpenPGP MIME and traditional armor signed/encrypted mails....

JRED/Mail-GPG-1.0.12 - 12 Feb 2018 12:17:16 UTC - Search in distribution

Bundle::OpenXPKI - A bundle to install modules required for OpenXPKI River stage zero No dependents

This bundle helps with the installation of modules required for OpenXPKI. OpenXPKI is an open source trust center software which aims to create an enterprise-scale PKI solution. For more information see http://www.openxpki.org...

ALECH/Bundle-OpenXPKI-0.06 - 21 Nov 2008 16:12:39 UTC - Search in distribution

Data::ICal - Generates iCalendar (RFC 2445) calendar files River stage two • 14 direct dependents • 18 total dependents

A Data::ICal object represents a "VCALENDAR" object as defined in the iCalendar protocol (RFC 2445, MIME type "text/calendar"), as implemented in many popular calendaring programs such as Apple's iCal. Each Data::ICal object is a collection of "entri...

BPS/Data-ICal-0.24 - 03 Jan 2020 14:27:46 UTC - Search in distribution

HTTP::Response - HTTP style response message River stage four • 1358 direct dependents • 8529 total dependents

The "HTTP::Response" class encapsulates HTTP style responses. A response consists of a response line, some headers, and a content body. Note that the LWP library uses HTTP style responses even for non-HTTP protocol schemes. Instances of this class ar...

OALDERS/HTTP-Message-6.45 - 27 Sep 2023 14:31:38 UTC - Search in distribution

IOLayer::MD5 - PerlIO layer for creating an MD5 digest of a file River stage zero No dependents

This module implements a PerlIO layer that can only read files and return an MD5 digest of the contents of the file....

LNATION/IOLayer-MD5-0.02 - 09 Nov 2019 15:31:20 UTC - Search in distribution

Mail::Sendmail - Simple platform independent mailer River stage two • 20 direct dependents • 56 total dependents

Simple platform independent e-mail from your perl script. Only requires Perl 5 and a network connection. Mail::Sendmail takes a hash with the message to send and sends it to your mail server. It is intended to be very easy to setup and use. See also ...

NEILB/Mail-Sendmail-0.80 - 20 Aug 2017 19:22:10 UTC - Search in distribution

Text::SimpleVcard - a package to manage a single vCard River stage zero No dependents

TOMUSCHAT/Text-SimpleVcard-0.05 - 20 Sep 2009 09:28:25 UTC - Search in distribution

Module::CoreList::List::5 - List of core modules for perl 5 River stage one • 1 direct dependent • 1 total dependent

This POD page lists all core modules (with their versions) that come with perl 5....

PERLANCAR/Module-CoreList-List-0.001 - 08 Feb 2019 09:15:42 UTC - Search in distribution

Convert::YText - Quotes strings suitably for rfc2822 local part River stage zero No dependents

Convert::YText converts strings to and from "YText", a format inspired by xtext defined in RFC1894, the MIME base64 and quoted-printable types (RFC 1394). The main goal is encode a UTF8 string into something safe for use as the local part in an inter...

DDB/Convert-YText-0.2 - 13 Aug 2015 18:19:39 UTC - Search in distribution
36 results (0.067 seconds)