METHODS

See METHODS in Mail::Reporter

Constructors

$class->new( OPTIONS )
See new in Mail::Reporter.

The Encoder

$class->addTransferEncoder( TYPE, CLASS )
See addTransferEncoder in Mail::Message::TransferEnc.
$obj->create( TYPE, OPTIONS )
See create in Mail::Message::TransferEnc.
$obj->name
See name in Mail::Message::TransferEnc.

Encoding

$obj->check( BODY, OPTIONS )
See check in Mail::Message::TransferEnc.
$obj->decode( BODY, OPTIONS )
Option Defined in Default

result_type

Mail::Message::TransferEnc

<type of source body>

result_type => CLASS
» Warning: Base64 line length not padded on 4.

While decoding base64 the data in a message body, a string was found which was not padded into a multiple of four bytes. This is illegal, and therefore this data is ignored.

$obj->encode( BODY, OPTIONS )
See encode in Mail::Message::TransferEnc.

Error handling

$obj->AUTOLOAD
See AUTOLOAD in Mail::Reporter.
$obj->addReport( OBJECT )
See addReport in Mail::Reporter.
$obj->defaultTrace( [LEVEL]|[LOGLEVEL, TRACELEVEL]|[LEVEL, CALLBACK] )
$class->defaultTrace( [LEVEL]|[LOGLEVEL, TRACELEVEL]|[LEVEL, CALLBACK] )
See defaultTrace in Mail::Reporter.
$obj->errors
See errors in Mail::Reporter.
$obj->log( [LEVEL [,STRINGS]] )
$class->log( [LEVEL [,STRINGS]] )
See log in Mail::Reporter.
$obj->logPriority( LEVEL )
$class->logPriority( LEVEL )
See logPriority in Mail::Reporter.
$obj->logSettings
See logSettings in Mail::Reporter.
$obj->notImplemented
See notImplemented in Mail::Reporter.
$obj->report( [LEVEL] )
See report in Mail::Reporter.
$obj->reportAll( [LEVEL] )
See reportAll in Mail::Reporter.
$obj->trace( [LEVEL] )
See trace in Mail::Reporter.
$obj->warnings
See warnings in Mail::Reporter.

Cleanup

$obj->DESTROY
See DESTROY in Mail::Reporter.