SYNOPSIS

Available methods are very converter-specific.

See SYNOPSIS in Mail::Reporter

DESCRIPTION

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:

See DESCRIPTION in Mail::Reporter