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
13 different files which are autoloaded. This file implements the
14 functionality related to creating message replies.
15
17 $obj->AUTOLOAD
18 When an unknown method is called on this message, this may mean
19 that not all code is compiled. For performance reasons, most of
20 the complex activities on messages are dynamically loaded from
21 other packages. An error will be produced when loading does not
22 help resolving the requested method.
23
25 This module is part of Mail-Box distribution version 2.097, built on
26 January 26, 2011. Website: http://perl.overmeer.net/mailbox/
27
29 Copyrights 2001-2011 by Mark Overmeer. For other contributors see
30 ChangeLog.
31
32 This program is free software; you can redistribute it and/or modify it
33 under the same terms as Perl itself. See
34 http://www.perl.com/perl/misc/Artistic.html
35
36
37
38perl v5.12.3 2011-01-26 Mail::Message::Construct(3)