{
    "mode": "perldoc",
    "parameter": "Mail::Message::Body::Delayed",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Mail%3A%3AMessage%3A%3ABody%3A%3ADelayed/json",
    "generated": "2026-06-13T18:20:26Z",
    "synopsis": "See Mail::Message::Body",
    "sections": {
        "NAME": {
            "content": "Mail::Message::Body::Delayed - body of a Mail::Message but not read yet.\n",
            "subsections": []
        },
        "INHERITANCE": {
            "content": "Mail::Message::Body::Delayed realizes a Mail::Message::Body\n\nMail::Message::Body::Delayed\nis a Mail::Reporter\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "See Mail::Message::Body\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Message bodies of this type will be replaced by another type the moment you access the content.\nIn this documentation you will find the description of how a message body gets delay loaded.\n\nExtends \"DESCRIPTION\" in Mail::Reporter.\n",
            "subsections": []
        },
        "OVERLOADED": {
            "content": "overload: \"\"\n(stringification) Returns the body as string --which will trigger completion-- unless called\nto produce a string for \"Carp\". The latter to avoid deep recursions.\n\nexample: stringification of delayed body\n\nprint $msg->body;   # implicit by print\n\nmy $body = $msg->body;\nmy $x    = \"$body\"; # explicit by interpolation\n\noverload: @{}\nWhen a body object is used as being an array reference, the lines of the body are returned.\nThis is the same as using the \"lines\" method.\n\noverload: bool\nAlways returns a true value, which is needed to have overloaded objects to be used as in\n\"if($body)\". Otherwise, \"if(defined $body)\" would be needed to avoid a runtime error.\n",
            "subsections": []
        },
        "METHODS": {
            "content": "Extends \"METHODS\" in Mail::Reporter.\n",
            "subsections": [
                {
                    "name": "Constructors",
                    "content": "Extends \"Constructors\" in Mail::Reporter.\n\nMail::Message::Body::Delayed->new(%options)\n-Option --Defined in     --Default\nlog      Mail::Reporter   'WARNINGS'\nmessage                   <required>\ntrace    Mail::Reporter   'WARNINGS'\n\nlog => LEVEL\nmessage => MESSAGE\nThe MESSAGE object which contains this delayed body.\n\ntrace => LEVEL\n"
                },
                {
                    "name": "The body",
                    "content": "$obj->message()\n"
                },
                {
                    "name": "About to the payload",
                    "content": "$obj->guessSize()\n$obj->isDelayed()\n$obj->isModified()\n$obj->isMultipart()\n$obj->modified()\n$obj->nrLines()\n"
                },
                {
                    "name": "Internals",
                    "content": "$obj->fileLocation( [$begin, $end] )\n$obj->load()\nReturns the loaded version of this body.\n\n$obj->moveLocation($distance)\n$obj->read($parser, $head, $bodytype)\n"
                },
                {
                    "name": "Error handling",
                    "content": "Extends \"Error handling\" in Mail::Reporter.\n\n$obj->AUTOLOAD()\nInherited, see \"Error handling\" in Mail::Reporter\n\n$obj->addReport($object)\nInherited, see \"Error handling\" in Mail::Reporter\n\n$obj->defaultTrace( [$level]|[$loglevel, $tracelevel]|[$level, $callback] )\nMail::Message::Body::Delayed->defaultTrace( [$level]|[$loglevel, $tracelevel]|[$level,\n$callback] )\nInherited, see \"Error handling\" in Mail::Reporter\n\n$obj->errors()\nInherited, see \"Error handling\" in Mail::Reporter\n\n$obj->log( [$level, [$strings]] )\nMail::Message::Body::Delayed->log( [$level, [$strings]] )\nInherited, see \"Error handling\" in Mail::Reporter\n\n$obj->logPriority($level)\nMail::Message::Body::Delayed->logPriority($level)\nInherited, see \"Error handling\" in Mail::Reporter\n\n$obj->logSettings()\nInherited, see \"Error handling\" in Mail::Reporter\n\n$obj->notImplemented()\nInherited, see \"Error handling\" in Mail::Reporter\n\n$obj->report( [$level] )\nInherited, see \"Error handling\" in Mail::Reporter\n\n$obj->reportAll( [$level] )\nInherited, see \"Error handling\" in Mail::Reporter\n\n$obj->trace( [$level] )\nInherited, see \"Error handling\" in Mail::Reporter\n\n$obj->warnings()\nInherited, see \"Error handling\" in Mail::Reporter\n"
                },
                {
                    "name": "Cleanup",
                    "content": "Extends \"Cleanup\" in Mail::Reporter.\n\n$obj->DESTROY()\nInherited, see \"Cleanup\" in Mail::Reporter\n"
                }
            ]
        },
        "DIAGNOSTICS": {
            "content": "Error: Package $package does not implement $method.\nFatal error: the specific package (or one of its superclasses) does not implement this\nmethod where it should. This message means that some other related classes do implement this\nmethod however the class at hand does not. Probably you should investigate this and probably\ninform the author of the package.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "This module is part of Mail-Box distribution version 3.009, built on August 18, 2020. Website:\nhttp://perl.overmeer.net/CPAN/\n",
            "subsections": []
        },
        "LICENSE": {
            "content": "Copyrights 2001-2020 by [Mark Overmeer]. For other contributors see ChangeLog.\n\nThis program is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself. See http://dev.perl.org/licenses/\n",
            "subsections": []
        }
    },
    "summary": "Mail::Message::Body::Delayed - body of a Mail::Message but not read yet.",
    "flags": [],
    "examples": [],
    "see_also": []
}