SYNOPSIS

 See Mail::Message::Body

 if($body->isNested) {
    my $nest = $body->nested;
    $nest->delete;
 }

See SYNOPSIS in Mail::Message::Body

DESCRIPTION

The body (content) of a message can be stored in various ways. In this manual-page you find the description of extra functionality you have when a message contains a nested message, like message/rfc822.

A nested message is different from a multipart message which contains only one element, because a nested message has a full set of message header fields defined by the RFC882, where a part of a multipart has only a few. But because we do not keep track whether all fields are presented, a Mail::Message::Part is used anyway.

See DESCRIPTION in Mail::Message::Body

DETAILS

Access to the body

See Access to the body in Mail::Message::Body

Body class implementation

See Body class implementation in Mail::Message::Body

Data collector bodies

See Data collector bodies in Mail::Message::Body

Complex bodies

See Complex bodies in Mail::Message::Body

Character encoding PERL

See Character encoding PERL in Mail::Message::Body