The Mail::Message provides a way to read a
RFC2822 message from an input stream and manipulate the header and body.
Returns the body of the message as a string.
See also #header.
Sets the body of the message as a string.
Returns the entire message in a single string.
Call the supplied block for each line of the message. Each line will contain
a trailing newline (\n).
|