SYNOPSIS

 See Mail::Message::Body

 if($body->isMultipart) {
    my @attachments = $body->parts;
    my $attachment3 = $body->part(2);
    my $before      = $body->preamble;
    my $after       = $body->epilogue;
    $body->part(1)->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 attachments (parts).

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