NAME
Mail::Box::Parser::Perl - reading messages from file using Perl
CLASS INHERITANCE
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.
METHODS
Initiation
The Parser
- closeFile
- defaultParserType [CLASS]
-
See Mail::Box::Parser::defaultParserType()
- fileChanged
-
See Mail::Box::Parser::fileChanged()
- filename
-
See Mail::Box::Parser::filename()
- start OPTIONS
-
See Mail::Box::Parser::start()
- stop
-
See Mail::Box::Parser::stop()
- takeFileInfo
-
See Mail::Box::Parser::takeFileInfo()
Parsing
- bodyAsFile FILEHANDLE [,CHARS [,LINES]]
-
See Mail::Box::Parser::bodyAsFile()
- bodyAsList [,CHARS [,LINES]]
-
See Mail::Box::Parser::bodyAsList()
- bodyAsString [,CHARS [,LINES]]
-
See Mail::Box::Parser::bodyAsString()
- bodyDelayed [,CHARS [,LINES]]
-
See Mail::Box::Parser::bodyDelayed()
- filePosition [POSITION]
-
See Mail::Box::Parser::filePosition()
- lineSeparator
-
See Mail::Box::Parser::lineSeparator()
- popSeparator
-
See Mail::Box::Parser::popSeparator()
- pushSeparator STRING|REGEXP
-
See Mail::Box::Parser::pushSeparator()
- readHeader
-
See Mail::Box::Parser::readHeader()
- readSeparator OPTIONS
-
See Mail::Box::Parser::readSeparator()
Logging and Tracing
- defaultTrace [LEVEL, [LEVEL]
-
See Mail::Reporter::defaultTrace()
- errors
-
See Mail::Reporter::errors()
- log [LEVEL [,STRINGS]]
-
See Mail::Reporter::log()
- report [LEVEL]
-
See Mail::Reporter::report()
- reportAll [LEVEL]
-
See Mail::Reporter::reportAll()
- trace [LEVEL]
-
See Mail::Reporter::trace()
- warnings
-
See Mail::Reporter::warnings()
Other Methods
- AUTOLOAD
-
See Mail::Reporter::AUTOLOAD()
- DESTROY
-
See Mail::Reporter::DESTROY()
- inGlobalDestruction
-
See Mail::Reporter::inGlobalDestruction()
- logPriority LEVEL
-
See Mail::Reporter::logPriority()
- logSettings
-
See Mail::Reporter::logSettings()
- notImplemented
-
See Mail::Reporter::notImplemented()
SEE ALSO
A good start to read is Mail::Box-Overview. More documentation and a mailinglist are available from the project's website at http://perl.overmeer.net/mailbox/.
AUTHOR
Mark Overmeer (mark@overmeer.net) with the help of many.
VERSION
This code is beta, version 2.023.
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.