The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Mail::Box::IMAP4::DelayedBody - lazy body for remote IMAP messages

INHERITANCE

 Mail::Box::IMAP4::DelayedBody realizes a Mail::Message::Body

 Mail::Box::IMAP4::DelayedBody
   is a Mail::Reporter

SYNOPSIS

DESCRIPTION

OVERLOADED

overload: ""

overload: @{}

overload: bool

METHODS

Constructors

Mail::Box::IMAP4::DelayedBody->new(OPTIONS)

     Option   Defined in       Default      
     log      L<Mail::Reporter>  C<'WARNINGS'>
     message  L<Mail::Message::Body::Delayed>  <required>   
     trace    L<Mail::Reporter>  C<'WARNINGS'>

    . log LEVEL

    . message MESSAGE

    . trace LEVEL

The body

$obj->guessSize

$obj->message

About to the payload

$obj->isDelayed

$obj->isModified

$obj->isMultipart

$obj->modified

$obj->nrLines

Internals

$obj->fileLocation(BEGIN, END)

$obj->load

    Returns the loaded version of this body.

$obj->moveLocation(DISTANCE)

$obj->read(PARSER, HEAD, BODYTYPE)

Error handling

$obj->AUTOLOAD

$obj->addReport(OBJECT)

$obj->defaultTrace([LEVEL, [LEVEL])

Mail::Box::IMAP4::DelayedBody->defaultTrace([LEVEL, [LEVEL])

$obj->errors

$obj->log([LEVEL [,STRINGS]])

Mail::Box::IMAP4::DelayedBody->log([LEVEL [,STRINGS]])

$obj->logPriority(LEVEL)

Mail::Box::IMAP4::DelayedBody->logPriority(LEVEL)

$obj->logSettings

$obj->notImplemented

$obj->report([LEVEL])

$obj->reportAll([LEVEL])

$obj->trace([LEVEL])

$obj->warnings

Cleanup

$obj->DESTROY

$obj->inGlobalDestruction

DIAGNOSTICS

Error: Package $package does not implement $method.

Fatal error: the specific package (or one of its superclasses) does not implement this method where it should. This message means that some other related classes do implement this method however the class at hand does not. Probably you should investigate this and probably inform the author of the package.

REFERENCES

See the MailBox website at http://perl.overmeer.net/mailbox/ for more details.

COPYRIGHTS

Distribution version 2.052. Written by Mark Overmeer (mark@overmeer.net). See the ChangeLog for other contributors.

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