1Mail::Message::ConstrucUts(e3r)Contributed Perl DocumentMaatiilo:n:Message::Construct(3)
2
3
4

NAME

6       Mail::Message::Construct - extends the functionality of a Mail::Message
7

SYNOPSIS

9        # See Mail::Message
10

DESCRIPTION

12       Complex functionality on Mail::Message objects is implemented in
13       different files which are autoloaded.  This file implements the
14       functionality related to creating message replies.
15
16       The following constructors are available:
17
18       Mail::Message::Construct::Bounce
19       Mail::Message::Construct::Build
20       Mail::Message::Construct::Forward
21       Mail::Message::Construct::Read
22       Mail::Message::Construct::Rebuild
23       Mail::Message::Construct::Reply
24       Mail::Message::Construct::Text
25

METHODS

27       $obj->AUTOLOAD()
28           When an unknown method is called on this message, this may mean
29           that not all code is compiled.  For performance reasons, most of
30           the complex activities on messages are dynamically loaded from
31           other packages.  An error will be produced when loading does not
32           help resolving the requested method.
33

SEE ALSO

35       This module is part of Mail-Message distribution version 3.010, built
36       on October 14, 2020. Website: http://perl.overmeer.net/CPAN/
37

LICENSE

39       Copyrights 2001-2020 by [Mark Overmeer <markov@cpan.org>]. For other
40       contributors see ChangeLog.
41
42       This program is free software; you can redistribute it and/or modify it
43       under the same terms as Perl itself.  See http://dev.perl.org/licenses/
44
45
46
47perl v5.32.1                      2021-01-27       Mail::Message::Construct(3)
Impressum