Search results for "MIME"
MIME::DB - Media Type Database, a port of the mime-db JavaScript package
"MIME::DB" is a direct port of the mime-db <https://www.npmjs.com/package/mime-db> JavaScript package. USAGE The database does not include any logic, allowing it to remain as un-opinionated as possible. my $db = MIME::DB->data; my @known_html_extensi...
TDRUGEON/MIME-DB-v1.52.0 - 31 Jan 2023 03:54:32 UTC - Search in distribution
MIME::Fast - Parsing MIME messages (wrapper for C gmime library)
MIME::Fast is a perl module for creating, editing and parsing MIME messages. This module is based on the very good C library called gmime. MIME::Fast outght to be faster and should use less memory and CPU resources than standard MIME (perl module), b...
MAKLER/MIME-Fast-1.6 - 17 Dec 2004 12:47:19 UTC - Search in distribution
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 - Search in distribution
MIME::Mini - Minimal code to parse/create mbox files and mail messages
*MIME::Mini* is a collection of functions that parse and produce mailbox files and individual mail messages. It started out as *minimail*, a non-module cut-and-paste version, intended to be compact enough to cut and paste directly into perl scripts t...
RAFORG/MIME-Mini-1.001 - 10 May 2023 01:42:14 UTC - Search in distribution
MIME::Type - description of one MIME type
MIME types are used in MIME entities, for instance as part of e-mail and HTTP traffic. Sometimes real knowledge about a mime-type is need. Objects of "MIME::Type" store the information on one such type....
MARKOV/MIME-Types-2.24 - 28 Dec 2022 12:09:36 UTC - Search in distribution- MIME::Types - Definition of MIME types
- lib/MIME/Types.pm
- lib/MIME/Type.pm
- 2 more results from MIME-Types »
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 - Search in distribution- MIME::Body - the body of a MIME message
- MIME::Words - deal with RFC 2047 encoded words
- MIME::Tools - modules for parsing (and creating!) MIME entities
- 18 more results from MIME-tools »
SOAP::MIME - Patch to SOAP::Lite to add attachment support. This module allows Perl clients to both compose messages with attachments, and to parse messages with attachments.
BYRNE/SOAP-MIME-0.55-7
-
16 Apr 2003 16:41:06 UTC
-
Search in distribution
uSAC::MIME - MIME Type database with concise lookups
Provides concise file extension to MIME type (forward) mapping and MIME type to file extension set (backwards) mapping. Features include: Internal Default Database Internally it has its own MIME database source, however when you create a new instance...
DRCLAW/uSAC-MIME-v0.2.2 - 31 Mar 2022 05:49:43 UTC - Search in distribution
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 - Search in distribution- Email::MIME::Encode - a private helper for MIME header encoding
- Email::MIME::Header - the header of a MIME message
- Email::MIME::Creator - obsolete do-nothing library
- 2 more results from Email-MIME »
Padre::MIME - Padre MIME Registry and Type Detection
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 - Search in distribution- Padre::File - Common API for file functions
- Padre::Plugin::PopularityContest - The Padre Popularity Contest
- Padre::Comment - Padre Comment Support Library
Parse::MIME - Parse mime-types, match against media ranges
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 - Search in distribution
Plack::MIME - MIME type registry
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.0050 - 05 Sep 2022 15:48:11 UTC - Search in distribution
Dancer::MIME - Singleton object to handle MimeTypes
YANICK/Dancer-1.3521
-
08 Feb 2023 20:58:09 UTC
-
Search in distribution
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 - Search in distribution
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 - Search in distribution- MIME::QuotedPrint - Encoding and decoding of quoted-printable strings
MIME::Detect - MIME file type identification
CORION/MIME-Detect-0.10
-
30 Nov 2018 10:17:34 UTC
-
Search in distribution
- MIME::Detect::Type - the type of a file
- MIME::Detect::FreeDesktopOrgDB - default freedesktop.org database
- update
MIME::Visitor - walk through MIME parts and do stuff (like rewrite)
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 - Search in distribution- MIME::BodyMunger - rewrite the content of text parts, minding charset
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 - Search in distribution
MIME::Explode - Perl extension for explode MIME messages
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 - Search in distribution
Sisimai::MIME - MIME Utilities
Sisimai::MIME is MIME Utilities for "Sisimai"....
AKXLIX/Sisimai-v4.25.16 - 16 May 2023 06:28:56 UTC - Search in distribution- Sisimai::Data - Parsed data object