1Mail::Message::ConstrucUts(e3r)Contributed Perl DocumentMaatiilo:n:Message::Construct(3)
2
3
4
6 Mail::Message::Construct - extends the functionality of a Mail::Message
7
9 # See Mail::Message
10
12 Complex functionality on Mail::Message objects is implemented in dif‐
13 ferent files which are autoloaded. This file implements the function‐
14 ality related to creating message replies.
15
17 $obj->AUTOLOAD
18
19 When an unknown method is called on this message, this may mean
20 that not all code is compiled. For performance reasons, most of
21 the complex activities on messages are dynamically loaded from
22 other packages. An error will be produced when loading does not
23 help resolving the requested method.
24
26 This module is part of Mail-Box distribution version 2.070, built on
27 March 25, 2007. Website: http://perl.overmeer.net/mailbox/
28
30 Copyrights 2001-2007 by Mark Overmeer.For other contributors see
31 ChangeLog.
32
33 This program is free software; you can redistribute it and/or modify it
34 under the same terms as Perl itself. See
35 http://www.perl.com/perl/misc/Artistic.html
36
37
38
39perl v5.8.8 2007-03-25 Mail::Message::Construct(3)