1Mail::Box::Mbox::MessagUes(e3r)Contributed Perl DocumentMaatiilo:n:Box::Mbox::Message(3)
2
3
4

NAME

6       Mail::Box::Mbox::Message - one message in a Mbox folder
7

INHERITANCE

9        Mail::Box::Mbox::Message
10          is a Mail::Box::File::Message
11          is a Mail::Box::Message
12          is a Mail::Message
13          is a Mail::Reporter
14

SYNOPSIS

16        my $folder  = new Mail::Box::Mbox folder => $ENV{MAIL}, ...;
17        my $message = $folder->message(0);
18

DESCRIPTION

20       Maintain one message in an Mail::Box::Mbox folder.
21
22       Extends "DESCRIPTION" in Mail::Box::File::Message.
23

METHODS

25       Extends "METHODS" in Mail::Box::File::Message.
26

DETAILS

28       Extends "DETAILS" in Mail::Box::File::Message.
29

DIAGNOSTICS

31       Error: Cannot coerce a $class object into a $class object
32       Error: Cannot include forward source as $include.
33           Unknown alternative for the forward(include).  Valid choices are
34           "NO", "INLINE", "ATTACH", and "ENCAPSULATE".
35
36       Error: Cannot include reply source as $include.
37           Unknown alternative for the "include" option of reply().  Valid
38           choices are "NO", "INLINE", and "ATTACH".
39
40       Error: Method bounce requires To, Cc, or Bcc
41           The message bounce() method forwards a received message off to
42           someone else without modification; you must specified it's new
43           destination.  If you have the urge not to specify any destination,
44           you probably are looking for reply(). When you wish to modify the
45           content, use forward().
46
47       Error: Method forwardAttach requires a preamble
48       Error: Method forwardEncapsulate requires a preamble
49       Error: No address to create forwarded to.
50           If a forward message is created, a destination address must be
51           specified.
52
53       Error: No default mailer found to send message.
54           The message send() mechanism had not enough information to
55           automatically find a mail transfer agent to sent this message.
56           Specify a mailer explicitly using the "via" options.
57
58       Error: No rebuild rule $name defined.
59       Error: Only build() Mail::Message's; they are not in a folder yet
60           You may wish to construct a message to be stored in a some kind of
61           folder, but you need to do that in two steps.  First, create a
62           normal Mail::Message, and then add it to the folder.  During this
63           Mail::Box::addMessage() process, the message will get coerce()-d
64           into the right message type, adding storage information and the
65           like.
66
67       Error: Package $package does not implement $method.
68           Fatal error: the specific package (or one of its superclasses) does
69           not implement this method where it should. This message means that
70           some other related classes do implement this method however the
71           class at hand does not.  Probably you should investigate this and
72           probably inform the author of the package.
73
74       Error: Unable to read delayed body.
75       Error: coercion starts with some object
76

SEE ALSO

78       This module is part of Mail-Box distribution version 3.009, built on
79       August 18, 2020. Website: http://perl.overmeer.net/CPAN/
80

LICENSE

82       Copyrights 2001-2020 by [Mark Overmeer]. For other contributors see
83       ChangeLog.
84
85       This program is free software; you can redistribute it and/or modify it
86       under the same terms as Perl itself.  See http://dev.perl.org/licenses/
87
88
89
90perl v5.32.0                      2020-08-20       Mail::Box::Mbox::Message(3)
Impressum