NAME

Mail::MboxParser::Mail::Body - rudimentary mail-body object

SYNOPSIS

See Mail::MboxParser for examples on usage and description of the provided methods.

DESCRIPTION

This class represents the body of an email-message. Since emails can have multiple MIME-parts and each of these parts has a body it is not always easy to say which part actually holds the text of the message (if there is any at all). Mail::MboxParser::Mail::find_body will help and suggest a part.

AUTHOR AND COPYRIGHT

Tassilo von Parseval <Tassilo.Parseval@post.RWTH-Aachen.de>.

Copyright (c) 2001 Tassilo von Parseval. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Mail::MboxParser::Mail to learn how to use MIME::Entity-stuff easily