The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:mime"

MIME::Head - MIME message header (a subclass of Mail::Header) River stage three • 66 direct dependents • 210 total dependents

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.515 - 24 Apr 2024 15:36:43 UTC

Plack::MIME - MIME type registry River stage four • 768 direct dependents • 1906 total dependents

Plack::MIME is a simple MIME type registry for Plack applications. The selection of MIME types is based on Rack's Rack::Mime module....

MIYAGAWA/Plack-1.0051 - 05 Jan 2024 23:11:02 UTC

MIME::Tools - modules for parsing (and creating!) MIME entities River stage three • 66 direct dependents • 210 total dependents

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.515 - 24 Apr 2024 15:36:43 UTC

Parse::MIME - Parse mime-types, match against media ranges River stage one • 2 direct dependents • 8 total dependents

This module provides basic functions for handling mime-types. It can handle matching mime-types against a list of media-ranges. See section 14.1 of the HTTP specification [RFC 2616] for a complete explanation: <http://www.w3.org/Protocols/rfc2616/rfc...

ARISTOTLE/Parse-MIME-1.006 - 09 Aug 2022 22:58:20 UTC

Email::MIME - easy MIME message handling River stage three • 66 direct dependents • 142 total dependents

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.954 - 02 May 2024 21:13:55 UTC

Padre::MIME - Padre MIME Registry and Type Detection River stage two • 56 direct dependents • 56 total dependents

Padre::MIME is a light weight module for detecting the MIME type of files and the type registry acts as the basis for all other type-specific functionality in Padre. Because of the light weight it can be quickly and safely loaded in any background ta...

SZABGAB/Padre-1.02 - 14 Jun 2023 07:09:43 UTC

MIME::Words - deal with RFC 2047 encoded words River stage three • 66 direct dependents • 210 total dependents

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.515 - 24 Apr 2024 15:36:43 UTC

MIME::Base64 - Encoding and decoding of base64 strings River stage five • 755 direct dependents • 14801 total dependents

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::Base32 - Base32 encoder and decoder River stage two • 9 direct dependents • 13 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

MIME::Entity - class for parsed-and-decoded MIME message River stage three • 66 direct dependents • 210 total dependents

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.515 - 24 Apr 2024 15:36:43 UTC

MIME::Parser - experimental class for parsing MIME streams River stage three • 66 direct dependents • 210 total dependents

You can inherit from this class to create your own subclasses that parse MIME streams into MIME::Entity objects....

DSKOLL/MIME-tools-5.515 - 24 Apr 2024 15:36:43 UTC

Dancer::MIME - Singleton object to handle MimeTypes River stage three • 211 direct dependents • 215 total dependents

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC

MIME::Detect - MIME file type identification River stage one • 1 direct dependent • 1 total dependent

CORION/MIME-Detect-0.10 - 30 Nov 2018 10:17:34 UTC

MIME::Visitor - walk through MIME parts and do stuff (like rewrite) River stage zero No dependents

MIME::Visitor provides a simple way to walk through the parts of a MIME message, taking action on each one. In general, this is not a very complicated thing to do, but having it in one place is convenient. The most powerful feature of MIME::Visitor, ...

RJBS/MIME-BodyMunger-0.007 - 31 Dec 2022 18:29:33 UTC

MIME::Decoder - an object for decoding the body part of a MIME stream River stage three • 66 direct dependents • 210 total dependents

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.515 - 24 Apr 2024 15:36:43 UTC

MIME::Explode - Perl extension for explode MIME messages River stage one • 1 direct dependent • 1 total dependent

MIME::Explode is perl module for parsing and decoding single or multipart MIME messages, and outputting its decoded components to a given directory ie, this module is designed to allows users to extract the attached files out of a MIME encoded email ...

HDIAS/MIME-Explode-0.39 - 26 Jun 2011 21:27:45 UTC

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

MIME::AltWords - properly deal with RFC-1522 encoded words River stage zero No dependents

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::Expander - Walks through all the MIME parts expanded recursively in a message River stage zero No dependents

MIME::Expander is an utility module that works like the Email::MIME::walk method. Feature of this module is that all the parts passing to the callback, are expanded by MIME mechanism. It expands archived, compressed or multi-parted message using vari...

HWAT/MIME-Expander-0.02 - 02 Feb 2015 11:48:53 UTC

MIME::EncWords - deal with RFC 2047 encoded words (improved) River stage one • 3 direct dependents • 3 total dependents

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-...

NEZUMI/MIME-EncWords-1.015.0 - 12 Feb 2024 08:59:16 UTC
167 results (0.021 seconds)