NAME

Mail::Box::Parser::Perl - reading messages from file using Perl

CLASS HIERARCHY

Mail::Box::Parser::Perl
is a Mail::Box::Parser
is a Mail::Reporter

SYNOPSIS

DESCRIPTION

The Mail::Box::Parser::Perl implements parsing of messages in Perl. This may be a little slower than the C based parser, but will also work on platforms where no C compiler is available.

METHOD INDEX

Methods prefixed with an abbreviation are described in Mail::Reporter (MR), Mail::Box::Parser (MBP).

The general methods for Mail::Box::Parser::Perl objects:

MBP bodyAsFile FILEHANDLE [,CHA...   MBP popSeparator
MBP bodyAsList [,CHARS [,LINES]]     MBP pushSeparator STRING|REGEXP
MBP bodyAsString [,CHARS [,LINES]]   MBP readHeader WRAP
MBP bodyDelayed [,CHARS [,LINES]]    MBP readSeparator OPTIONS
MBP defaultParserType [CLASS]         MR report [LEVEL]
 MR errors                            MR reportAll [LEVEL]
MBP filePosition [POSITION]          MBP start OPTIONS
MBP foldHeaderLine LINE, LENGTH      MBP stop
MBP lineSeparator                     MR trace [LEVEL]
 MR log [LEVEL [,STRINGS]]            MR warnings
MBP new [OPTIONS]

The extra methods for extension writers:

MR AUTOLOAD                          MR logPriority LEVEL
MR DESTROY                           MR logSettings
MR inGlobalDestruction               MR notImplemented

METHODS

SEE ALSO

Mail::Box-Overview

For support and additional documentation, see http://perl.overmeer.net/mailbox/

AUTHOR

Mark Overmeer (mailbox@overmeer.net). All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

VERSION

This code is beta, version 2.016.

Copyright (c) 2001-2002 Mark Overmeer. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 439:

You forgot a '=back' before '=head1'