1MailTools(3)          User Contributed Perl Documentation         MailTools(3)
2
3
4

NAME

6       MailTools - bundle of ancient email modules
7

SYNOPSIS

9        # This is a place-holder for the distribution
10

DESCRIPTION

12       MailTools is a bundle: an ancient form of combining packages into one
13       distribution.  Gladly, it can be distributed as if it is a normal
14       distribution as well.
15
16       Be warned: The code you find here is very old.  It works for simple
17       emails, but when you start with new code then please use more
18       sofisticated libraries.  The main reason that you still find this code
19       on CPAN, is because many books use it as example.
20
21   Component
22       In this distribution, you find
23
24       Mail::Address
25           Parse email address from a header line.
26
27       Mail::Cap
28           Interpret mailcap files: mappings of file-types to applications as
29           used by many command-line email programs.
30
31       Mail::Field
32           Simplifies access to (some) email header fields.  Used by
33           Mail::Header.
34
35       Mail::Filter
36           Process Mail::Internet messages.
37
38       Mail::Header
39           Collection of Mail::Field objects, representing the header of a
40           Mail::Internet object.
41
42       Mail::Internet
43           Represents a single email message, with header and body.
44
45       Mail::Mailer
46           Send Mail::Internet emails via direct smtp or local MTA's.
47
48       Mail::Send
49           Build a Mail::Internet object, and then send it out using
50           Mail::Mailer.
51
52       Mail::Util
53           "Smart functions" you should not depend on.
54

SEE ALSO

56       This module is part of the MailTools distribution,
57       http://perl.overmeer.net/mailtools/.
58

AUTHORS

60       The MailTools bundle was developed by Graham Barr.  Later, Mark
61       Overmeer took over maintenance without commitment to further
62       development.
63
64       Mail::Cap by Gisle Aas <aas@oslonett.no>.  Mail::Field::AddrList by
65       Peter Orbaek <poe@cit.dk>.  Mail::Mailer and Mail::Send by Tim Bunce
66       <Tim.Bunce@ig.co.uk>.  For other contributors see ChangeLog.
67

LICENSE

69       Copyrights 1995-2000 Graham Barr <gbarr@pobox.com> and 2001-2017 Mark
70       Overmeer <perl@overmeer.net>.
71
72       This program is free software; you can redistribute it and/or modify it
73       under the same terms as Perl itself.  See
74       http://www.perl.com/perl/misc/Artistic.html
75
76
77
78perl v5.28.1                      2018-01-22                      MailTools(3)
Impressum