SYNOPSIS

 See Mail::Message::Body

See SYNOPSIS in Mail::Message::Body

DESCRIPTION

The body (content) of a message can be stored in various ways. In this documentation you find the description of extra functionality you have when a message is stored in an array of lines.

Storing a whole message as an array of lines is useful when the data is not encoded, and you want to process it on a line-by-line basis (a common practice for inspecting message bodies).

See DESCRIPTION in Mail::Message::Body

DETAILS