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
The general methods for Mail::Box::Parser::Perl
objects:
MBP bodyAsFile FILEHANDLE [,CHA... MBP new [OPTIONS]
MBP bodyAsList [,CHARS [,LINES]] MBP popSeparator
MBP bodyAsString [,CHARS [,LINES]] MBP pushSeparator STRING|REGEXP
MBP bodyDelayed [,CHARS [,LINES]] MBP readHeader WRAP
MBP defaultParserType [CLASS] MBP readSeparator OPTIONS
MR errors MR report [LEVEL]
MBP filePosition [POSITION] MR reportAll [LEVEL]
MBP foldHeaderLine LINE, LENGTH MBP start OPTIONS
MBP inDosmode MBP stop
MR log [LEVEL [,STRINGS]] MR trace [LEVEL]
The extra methods for extension writers:
MR AUTOLOAD MR logPriority LEVEL
MR DESTROY MR logSettings
MR inGlobalDestruction MR notImplemented
Methods prefixed with an abbreviation are described in the following manual-pages:
MR = L<Mail::Reporter>
MBP = L<Mail::Box::Parser>
METHODS
SEE ALSO
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.00_19.
Copyright (c) 2001 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 437:
You forgot a '=back' before '=head1'