man-pages/man3/MailTools.3pm.html
2021-03-31 01:06:50 +01:00

146 lines
3.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of MailTools</TITLE>
</HEAD><BODY>
<H1>MailTools</H1>
Section: User Contributed Perl Documentation (3pm)<BR>Updated: 2019-07-25<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
MailTools - bundle of ancient email modules
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<PRE>
# This is a place-holder for the distribution
</PRE>
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
MailTools is a bundle: an ancient form of combining packages into one
distribution. Gladly, it can be distributed as if it is a normal
distribution as well.
<P>
<B>Be warned:</B> The code you find here is very old. It works for simple
emails, but when you start with new code then please use more
sofisticated libraries. The main reason that you still find this code
on <FONT SIZE="-1">CPAN,</FONT> is because many books use it as example.
<A NAME="lbAE">&nbsp;</A>
<H3>Component</H3>
In this distribution, you find
<DL COMPACT>
<DT id="1">Mail::Address<DD>
Parse email address from a header line.
<DT id="2">Mail::Cap<DD>
Interpret mailcap files: mappings of file-types to applications as used
by many command-line email programs.
<DT id="3">Mail::Field<DD>
Simplifies access to (some) email header fields. Used by Mail::Header.
<DT id="4">Mail::Filter<DD>
Process Mail::Internet messages.
<DT id="5">Mail::Header<DD>
Collection of Mail::Field objects, representing the header of a
Mail::Internet object.
<DT id="6">Mail::Internet<DD>
Represents a single email message, with header and body.
<DT id="7">Mail::Mailer<DD>
Send Mail::Internet emails via direct smtp or local <FONT SIZE="-1">MTA</FONT>'s.
<DT id="8">Mail::Send<DD>
Build a Mail::Internet object, and then send it out using
Mail::Mailer.
<DT id="9">Mail::Util<DD>
``Smart functions'' you should not depend on.
</DL>
<A NAME="lbAF">&nbsp;</A>
<H2>SEE ALSO</H2>
This module is part of the MailTools distribution,
<I><A HREF="http://perl.overmeer.net/mailtools/">http://perl.overmeer.net/mailtools/</A></I>.
<A NAME="lbAG">&nbsp;</A>
<H2>AUTHORS</H2>
The MailTools bundle was developed by Graham Barr. Later, Mark
Overmeer took over maintenance without commitment to further development.
<P>
Mail::Cap by Gisle Aas &lt;<A HREF="mailto:aas@oslonett.no">aas@oslonett.no</A>&gt;.
Mail::Field::AddrList by Peter Orbaek &lt;<A HREF="mailto:poe@cit.dk">poe@cit.dk</A>&gt;.
Mail::Mailer and Mail::Send by Tim Bunce &lt;<A HREF="mailto:Tim.Bunce@ig.co.uk">Tim.Bunce@ig.co.uk</A>&gt;.
For other contributors see ChangeLog.
<A NAME="lbAH">&nbsp;</A>
<H2>LICENSE</H2>
Copyrights 1995-2000 Graham Barr &lt;<A HREF="mailto:gbarr@pobox.com">gbarr@pobox.com</A>&gt; and
2001-2017 Mark Overmeer &lt;<A HREF="mailto:perl@overmeer.net">perl@overmeer.net</A>&gt;.
<P>
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
See <I><A HREF="http://www.perl.com/perl/misc/Artistic.html">http://www.perl.com/perl/misc/Artistic.html</A></I>
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="10"><A HREF="#lbAB">NAME</A><DD>
<DT id="11"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="12"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DL>
<DT id="13"><A HREF="#lbAE">Component</A><DD>
</DL>
<DT id="14"><A HREF="#lbAF">SEE ALSO</A><DD>
<DT id="15"><A HREF="#lbAG">AUTHORS</A><DD>
<DT id="16"><A HREF="#lbAH">LICENSE</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:05:47 GMT, March 31, 2021
</BODY>
</HTML>