Available methods are very converter-specific.
See SYNOPSIS in Mail::Reporter
This class is the base for various message (and message parts) converters. When the conversion does not change the contents of the body, most of the converters will return the source object. In any case, an Mail::Message::Body is returned with the conversion applied but as much of the other meta data stored in the source body unchanged.
In most cases, converters are created by Mail::Message when they are
needed; have a look at the encode
and decoded
methods on message
objects.
The following converters are currently available:
Plays tricks with HTML/XMHTML without help of external modules.
Converts HTML body objects to plain text objects using the HTML::FormatText module.
Converts HTML body objects to Postscript objects using the HTML::FormatPS module.
Converts the simple Mail::Internet messages into Mail::Message objects.
Converts the more complicated MIME::Entity messages into Mail::Message objects.
Converts a text message into text using Text::Autoformat.
See DESCRIPTION in Mail::Reporter