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

Search results for "MIME::Decoder::Base64"

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

MIME::Base32 - Base32 encoder and decoder River stage two • 8 direct dependents • 10 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 - Search in distribution

Badger::Codec::Base64 - encode/decode data using MIME::Base64 River stage one • 4 direct dependents • 6 total dependents

This module implements a subclass of Badger::Codec which uses the "encode_base64" and "decode_base64" subroutines provided by the MIME::Base64 module to encode and decode data. It a very thin wrapper around the "MIME::Base64" module and offers no fun...

ABW/Badger-0.16 - 05 Jun 2023 07:47:33 UTC - Search in distribution

XMLRPC::Fast - fast XML-RPC encoder/decoder River stage zero No dependents

"XMLRPC::Fast", as its name suggests, tries to be a fast XML-RPC encoder & decoder. Contrary to most other XML-RPC modules on the CPAN, it doesn't offer a RPC-oriented framework, and instead behaves more like a serialization module with a purely func...

SAPER/XMLRPC-Fast-0.11 - 20 Jan 2016 09:52:42 UTC - Search in distribution

Sisimai::RFC2045 - MIME Utilities River stage zero No dependents

Sisimai::RFC2045 is MIME Utilities for "Sisimai", is formerly known as "Sisimai::MIME"....

AKXLIX/Sisimai-v5.0.2 - 13 Mar 2024 04:18:32 UTC - Search in distribution

MIME::Charset - Charset Information for MIME River stage three • 3 direct dependents • 334 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 - Search in distribution

Net::Wire10 - Pure Perl driver for MySQL, Sphinx and Drizzle. River stage zero No dependents

Net::Wire10 is a Pure Perl connector that talks to MySQL, Sphinx and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned servers without ...

DUBEX/Net-Wire10-1.08 - 12 Apr 2010 23:33:27 UTC - Search in distribution

Module::Generic - Generic Module to inherit from River stage two • 15 direct dependents • 19 total dependents

Module::Generic as its name says it all, is a generic module to inherit from. It is designed to be fast and provide a useful framework and speed up coding and debugging. It contains standard and support methods that may be superseded by your module. ...

JDEGUEST/Module-Generic-v0.35.5 - 26 Apr 2024 23:50:59 UTC - Search in distribution

PHP::Decode - Parse and transform obfuscated php code River stage zero No dependents

The PHP::Decode module applies static transformations to PHP statements parsed by the PHP::Decode::Parser module and returns the transformed PHP code. The decoder uses a custom php parser which does not depend on a special php version. It supports mo...

BDZ/PHP-Decode-0.302 - 23 May 2023 09:35:39 UTC - Search in distribution

Mail::Message::Body - the data of a body in a message River stage two • 9 direct dependents • 14 total dependents

The encoding and decoding functionality of a Mail::Message::Body is implemented in the Mail::Message::Body::Encode package. That package is automatically loaded when encoding and decoding of messages needs to take place. Methods to simply build an pr...

MARKOV/Mail-Message-3.015 - 11 Dec 2023 09:00:09 UTC - Search in distribution

Email::Assets - Manage assets for Email River stage zero No dependents

TEEJAY/Email-Assets-0.10 - 23 Jan 2015 10:29:32 UTC - Search in distribution

HTTP::Promise::Stream - Data Stream Encoding and Decoding River stage one • 1 direct dependent • 2 total dependents

HTTP::Promise::Stream serves to set a stream of data tha that optionally may need to be encoding or decoding, and read or write data from or to it that may also need to be compressed or decompressed. Once those versatile parameters are set, one can u...

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

Frontier::RPC2 - encode/decode RPC2 format XML River stage one • 8 direct dependents • 9 total dependents

*Frontier::RPC2* encodes and decodes XML RPC calls. $coder = Frontier::RPC2->new( *OPTIONS* ) Create a new encoder/decoder. The following option is supported: encoding The XML encoding to be specified in the XML declaration of encoded RPC requests or...

KMACLEOD/Frontier-RPC-0.07b4 - 03 Mar 2004 02:14:18 UTC - Search in distribution

Convert::UUlib - decode uu/xx/b64/mime/yenc/etc-encoded data from a massive number of files River stage zero No dependents

This module started as an interface to the uulib/uudeview library by Frank Pilhofer that can be used to decode all kinds of usenet (and other) binary messages. After upstream abondoned the project, th library was continuously bugfixed and improved in...

MLEHMANN/Convert-UUlib-1.8 - 17 Dec 2020 01:25:02 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

Convert::BaseN - encoding and decoding of base{2,4,8,16,32,64} strings River stage one • 2 direct dependents • 2 total dependents

DANKOGAI/Convert-BaseN-0.01 - 16 Jun 2008 17:46:29 UTC - Search in distribution

Session::Storage::Secure - Encrypted, expiring, compressed, serialized session data with integrity River stage one • 4 direct dependents • 6 total dependents

This module implements a secure way to encode session data. It is primarily intended for storing session data in browser cookies, but could be used with other backend storage where security of stored session data is important. Features include: * Dat...

DAGOLDEN/Session-Storage-Secure-1.000 - 23 Mar 2021 11:52:56 UTC - Search in distribution

Encode::Encoder - Object Oriented Encoder River stage five • 1078 direct dependents • 32665 total dependents

Here is how to use this module. * There are at least two instance variables stored in a hash reference, {data} and {encoding}. * When there is no method, it takes the method name as the name of the encoding and encodes the instance *data* with *encod...

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

Bundle::Knetrix - A bundle to install all Knetrix required modules River stage zero No dependents

ICESPIRIT/Bundle-Knetrix-1.0 - 18 Feb 2005 10:08:00 UTC - Search in distribution

Convert::BulkDecoder - Extract (binary) data from mail and news messages River stage zero No dependents

Convert::BulkDecoder can be used to decode binary contents as included in email and news articles. It supports UUdecoding, ydecoding and MIME attachments. The contents may be split over multiple articles (files), but must be supplied to the decode() ...

JV/Convert-BulkDecoder-1.041 - 11 Jul 2022 09:49:11 UTC - Search in distribution
26 results (0.188 seconds)