Mail::Message::Body::Delayed
body of a Mail::Message but not read yet.
- Provided by: libmail-box-perl (Version: 4.01-1)
- Report a bug
body of a Mail::Message but not read yet.
Mail::Message::Body::Delayed realizes a Mail::Message::Body Mail::Message::Body::Delayed is a Mail::Reporter Mail::Message::Body::Delayed is a Mail::Reporter
See Mail::Message::Body
Message bodies of this type will be replaced by another type the moment you access the content. In this documentation you will find the description of how a message body gets delay loaded.
Extends "DESCRIPTION" in Mail::Reporter.
» example: stringification of delayed body
print $msg->body; # implicit by print
my $body = $msg->body;
my $x = "$body"; # explicit by interpolation
Extends "METHODS" in Mail::Reporter.
Extends "Constructors" in Mail::Reporter.
-Option --Default
message <required>
Extends "Attributes" in Mail::Reporter.
Extends "Error handling" in Mail::Reporter.
Extends "Cleanup" in Mail::Reporter.
This module is part of Mail-Box version 4.01, built on December 13, 2025. Website: http://perl.overmeer.net/CPAN/
For contributors see file ChangeLog.
This software is copyright (c) 2001-2025 by Mark Overmeer.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.