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

Search results for "distribution:Mail-Message Mail::Header"

Mail::Message::Replace::MailHeader - fake Mail::Header River stage two • 9 direct dependents • 14 total dependents

This module is a wrapper around a Mail::Message::Head::Complete, which simulates a Mail::Header object. The name-space of that module is hijacked and many methods are added. Most methods will work without any change, but you should test your software...

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

lib/Mail/Message/Replace/MailHeader.pm River stage two • 9 direct dependents • 14 total dependents

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

Mail::Message::Head - the header of one message River stage two • 9 direct dependents • 14 total dependents

"Mail::Message::Head" MIME headers are part of Mail::Message messages, which are grouped in Mail::Box folders. ATTENTION!!! most functionality about e-mail headers is described in Mail::Message::Head::Complete, which is a matured header object. Other...

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

Mail::Message::Field - one line of a message header River stage two • 9 direct dependents • 14 total dependents

This implementation follows the guidelines of rfc2822 as close as possible, and may there produce a different output than implementations based on the obsolete rfc822. However, the old output will still be accepted. These objects each store one heade...

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

Mail::Message - general message object River stage two • 9 direct dependents • 14 total dependents

A "Mail::Message" object is a container for MIME-encoded message information, as defined by RFC2822. Everything what is not specificaly related to storing the messages in mailboxes (folders) is implemented in this class. Methods which are related to ...

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

Mail::Message::Field::URIs - message header field with uris River stage two • 9 direct dependents • 14 total dependents

More recent RFCs prefer uri field notation over the various differentiated syntaxes. Especially the mailing-list RFCs use these fields all the time. This class can maintain these fields. Extends "DESCRIPTION" in Mail::Message::Field::Structured....

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

Mail::Message::Field::Date - message header field with uris River stage two • 9 direct dependents • 14 total dependents

Dates are a little more tricky than it should be: the formatting permits a few constructs more than other RFCs use for timestamps. For instance, a small subset of timezone abbreviations are permitted. The studied date field will reformat the content ...

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

Mail::Message::Field::Flex - one line of a message header River stage two • 9 direct dependents • 14 total dependents

This is the flexible implementation of a field: it can easily be extended because it stores its data in a hash and the constructor ("new") and initializer ("init") are split. However, you pay the price in performance. Mail::Message::Field::Fast is fa...

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

Mail::Message::Field::DKIM - message header field for dkim signatures River stage two • 9 direct dependents • 14 total dependents

Decode the information contained in a DKIM header. You can also construct DKIM-Signature headers this way. However, verification and signing is not yet implemented. This implementation is based on RFC6376. Extends "DESCRIPTION" in Mail::Message::Fiel...

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

Mail::Message::Field::Fast - one line of a message header River stage two • 9 direct dependents • 14 total dependents

This is the faster, but less flexible implementation of a header field. The data is stored in an array, and some hacks are made to speeds things up. Be gentle with me, and consider that each message contains many of these lines, so speed is very impo...

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

Mail::Message::Head::ListGroup - mailinglist related header fields River stage two • 9 direct dependents • 14 total dependents

A *list group* is a set of header fields which are added by mailing-list managing software. This class knowns various details about that software. The knowledge and test messages which are used to initially implement this module is taken from Mail::L...

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

Mail::Box::Parser - reading and writing messages River stage two • 9 direct dependents • 14 total dependents

The "Mail::Box::Parser" manages the parsing of folders. Usually, you won't need to know anything about this module, except the options which are involved with this code. There are two implementations of this module planned: * Mail::Box::Parser::Perl ...

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

Mail::Message::Part - a part of a message, but a message by itself River stage two • 9 direct dependents • 14 total dependents

A "Mail::Message::Part" object contains a message which is included in the body of another message. For instance *attachments* are *parts*. READ Mail::Message FIRST. A part is a special message: it has a reference to its parent message, and will usua...

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

Mail::Message::Head::Partial - subset of header information of a message River stage two • 9 direct dependents • 14 total dependents

Header information consumes a considerable amount of memory. Most of this information is only useful during a short period of time in your program, or sometimes it is not used at all. You then can decide to remove most of the header information. Howe...

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

Mail::Message::Field::Address - One e-mail address River stage two • 9 direct dependents • 14 total dependents

Many header fields can contain e-mail addresses. Each e-mail address can be represented by an object of this class. These objects will handle interpretation and character set encoding and decoding for you. Extends "DESCRIPTION" in Mail::Identity....

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

Mail::Message::Field::Full - construct one smart line in a message header River stage two • 9 direct dependents • 14 total dependents

This is the *full* implementation of a header field: it has *full* understanding of all predefined header fields. These objects will be quite slow, because header fields can be very complex. Of course, this class delivers the optimal result, but for ...

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

Mail::Message::Head::Complete - the header of one message River stage two • 9 direct dependents • 14 total dependents

E-mail's message can be in various states: unread, partially read, and fully read. The class stores a message of which all header lines are known for sure. Extends "DESCRIPTION" in Mail::Message::Head....

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

Mail::Message::Head::SpamGroup - spam fighting related header fields River stage two • 9 direct dependents • 14 total dependents

A *spam group* is a set of header fields which are added by spam detection and spam fighting software. This class knows various details about that software. Extends "DESCRIPTION" in Mail::Message::Head::FieldGroup....

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

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

Mail::Message::Convert - conversions between message types River stage two • 9 direct dependents • 14 total dependents

This class is the base for various message (and message parts) converters. Extends "DESCRIPTION" in Mail::Reporter. Converters between message objects Internally, the Mail::Message::coerce() is called when foreign objects are used where message objec...

MARKOV/Mail-Message-3.015 - 11 Dec 2023 09:00:09 UTC
39 results (0.036 seconds)