METHODS

See METHODS in Mail::Reporter

Constructors

$class->new( OPTIONS )
Option Defined in Default

filename

<required>

log

Mail::Reporter

'WARNINGS'

trace

Mail::Reporter

'WARNINGS'

filename => FILENAME
The FILENAME which is used in each directory to store the headers of all mails. The filename must be an absolute path.
log => LEVEL
trace => LEVEL

The Label Table

$obj->append( MESSAGES )

Append the label information about the specified MESSAGES to the end of the label file. The information will not be merged with the information already present in the label file.

$obj->filename

Returns the name of the index file.

$obj->get( MSGNR )

Look if there is label info for message MSGNR.

$obj->print( FILEHANDLE, MESSAGES )

Print the labels of the specified messages to the opened file.

$obj->read

Read all label information from file.

$obj->write( MESSAGES )

Write the labels related to the specified messages to the label file.

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.
$obj->inGlobalDestruction
See inGlobalDestruction in Mail::Reporter.