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

Search results for "module:MIME::Words"

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

Courier::Message - Class implementing an interface to a mail message in the Courier MTA's message queue. River stage zero No dependents

Courier::Message encapsulates a mail message that is stored in the Courier MTA's message queue, including the belonging control file(s), and provides an easy to use, read-only interface through its message data and control properties. For light-weigh...

JMEHNLE/Courier-Filter-v0.200 - 23 Mar 2008 02:40:27 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::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

MIME::AltWords0 - copy of MIME::Words (not for direct use) River stage zero No dependents

The following functions have been moved to MIME::AltWords: decode_mimewords() (some code stays here as decode_mimewords_wantarray()), use MIME::AltWords0 qw(:all); ### Split string into array of decoded [DATA,CHARSET] pairs: @decoded = decode_mimewor...

PTS/MIME-AltWords-0.14 - 29 Aug 2017 16:27:25 UTC

Encode::MIME::EncWords - MIME 'B' and 'Q' header encoding (alternative) River stage one • 3 direct dependents • 3 total dependents

This module is intended to be an alternative of "MIME-*" encodings provided by Encode::MIME::Header core module. To find out how to use this module in detail, see Encode. Module specific feature config(KEY => VALUE, ...); *Class method.* Set options ...

NEZUMI/MIME-EncWords-1.015.0 - 12 Feb 2024 08:59:16 UTC

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

MIME::WordDecoder - decode RFC 2047 encoded words to a local representation River stage three • 66 direct dependents • 210 total dependents

WARNING: Most of this module is deprecated and may disappear. It duplicates (badly) the function of the standard 'Encode' module. The only function you should rely on is mime_to_perl_string. A MIME::WordDecoder consists, fundamentally, of a hash whic...

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

Email::MIME - easy MIME message handling River stage three • 66 direct dependents • 140 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.953 - 09 Jan 2023 00:03:49 UTC

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

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

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::Structure - determine structure of MIME messages River stage zero No dependents

NKUITSE/MIME-Structure-0.07 - 11 Oct 2008 02:54:28 UTC

Encode::MIME::Header - MIME encoding for an unstructured email header River stage five • 1078 direct dependents • 32665 total dependents

Decode method takes an unstructured field body of the email header (or RFC 822 <https://tools.ietf.org/html/rfc822> 'text' token) as its input and decodes each MIME encoded-word from input string to a sequence of bytes according to RFC 2047 <https://...

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

MIME::Lite::TT::HTML - Create html mail with MIME::Lite and TT River stage two • 2 direct dependents • 29 total dependents

This module provide easy interface to make MIME::Lite object with html formatted mail....

CHUNZI/MIME-Lite-TT-HTML-0.04 - 17 Oct 2007 08:01:18 UTC

Email::MIME::RFC2047 - Correct handling of non-ASCII MIME headers River stage zero No dependents

This distribution tries to provide a correct and usable implementation of RFC 2047 "MIME Part Three: Message Header Extensions for Non-ASCII Text". The Encode::MIME::Header module also provides RFC 2047 encoding and decoding but a useful API should h...

NWELLNHOF/Email-MIME-RFC2047-0.97 - 31 Jul 2017 12:39:01 UTC

MIME::Lite::HT::HTML - Create HTML mail with MIME::Lite and HTML::Template River stage zero No dependents

This module provide easy interface to make MIME::Lite object with HTML formatted mail....

ASB/MIME-Lite-HT-HTML-0.06 - 17 Oct 2020 16:22:27 UTC

MIME::Decoder::Binary - perform no encoding/decoding River stage three • 66 direct dependents • 210 total dependents

A MIME::Decoder subclass for the "binary" encoding (in other words, no encoding). The "binary" decoder is a special case, since it's ill-advised to read the input line-by-line: after all, an uncompressed image file might conceivably have loooooooooon...

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

MIME::Field::ContType - a "Content-type" field River stage three • 66 direct dependents • 210 total dependents

A subclass of Mail::Field. *Don't use this class directly... its name may change in the future!* Instead, ask Mail::Field for new instances based on the field name!...

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

Email::MIME::RFC2047::Encoder - Encoding of non-ASCII MIME headers River stage zero No dependents

This module encodes non-ASCII text for MIME email message headers according to RFC 2047....

NWELLNHOF/Email-MIME-RFC2047-0.97 - 31 Jul 2017 12:39:01 UTC
21 results (0.043 seconds)