The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
*** Release 1.10

Wed Nov 12 1997 <gbarr@pobox.com> (Graham Barr)

	Mail::Field::AddrList, Mail::Filter
	- new modules
	
	Mail::Field
	- Changes to the way sub-classes are registered and handled.


Wed Nov  5 1997 <gbarr@pobox.com> (Graham Barr)

	Mail::Mailer
	- Modified code that searches for the executable to run

--- --- -- 1997 <gbarr@pobox.com> (Graham Barr)

	Mail::Address
	- Documentation updates

	Mail::Header
	- Small tweak to _fold_line for lines that are just shorter than the
	  fold width, but include whitespace

	Mail::Internet
	- does not inherit from AutoLoader. Instead AUTOLOAD
	  is GLOB'd to AutoLoader::AUTOLOAD

	Mail::Mailer and Mail::Send
	- Modified PODs to reflect that Tim Bunce is not the maintainer.

Mon Feb 24 1997

 o Release 1.09
 o Mail::Header
	Fixed a de-reference problem in unfold()
	_fold_line will no longer fold the From line that gets added by
	the user mail agent.
 o Mail::Internet
	Added DESTROY, to stop AutoLoader errors
 o Mail::Mailer
	Fixed an undef problem in new
 o Tests
	Added t/send.t and t/mailer.t

Tue Jan 07 1996

 o Release 1.08
 o fixed Mail::Mailer::new so that it uses Symbol properly
   to generate the anonymous glob.

Thu Jan 02 1996   Graham Barr <gbarr@.ti.com>

 o Release 1.07
 o Removed Mail::MIME as it is now redundant.
	See $CPAN/authors/id/ERYQ/MIME-tools-x.xx for MIME related modules
 o Attempt to make Mail::Mailer find the correct mail program to invoke
 o Added Mail::Internet::unescape_from at the request of <kjj@primenet.com>
 o Fixed a bug in _fmt_line, was appling a s/// to a ref ???, now de-ref
 o Added Mail::Internet::escape_from at the request of <kjj@primenet.com>
 o Modified Mail::Internet::new so that it no longer accepts the message
   as an array. It now accepts an arg and key-value aoptions
 o Fixed a mis-spelling of Received in Internet.pm
 o Fixed a problem in Header.pm when return-ing line text and tag == 'From '
   length($tag) + 2 is incorrect

Wed Jul 24 1996   Graham Barr <gbarr@.ti.com>

 o  Mail::Send, Mail::Mailer Incorporated a patch from Nathan Torkington
    <gnat@frii.com> to allow headers to be passed as scalars as well as
    list-refs. It also included some doc updates. Many thanks to Nathan

Tue Nov 21 1995   Graham Barr <gbarr@.ti.com>

 o  Added Mail::Internet::nntppost and Mail::Internet::smtpsend
    as AutoLoaded methods
 o  Some small tweaks to mailaddress()
 
Thu Nov 16 1995   Graham Barr <gbarr@.ti.com>

 o  Modified Mail::Util to use Net::Domain


Tue Nov  7 1995   Graham Barr <gbarr@.ti.com>

 o  Changed name of Mail::RFC822 to Mail::Internet


Wed Nov  1 1995   Graham Barr <gbarr@.ti.com>

 o  Fixed remove_signature to be anchor'd to the start of the line
 o  Re-vamped the reply to method


Fri Sep  8 1995   Graham Barr <gbarr@.ti.com>

 o  Applied patch from Andreas Koenig to fix problem when
    the user defined $\


Wed Aug 30 1995   Graham Barr <gbarr@.ti.com>

 o  Updated documentation


Tue Aug 29 1995   Graham Barr <gbarr@.ti.com>

 o  Modified Mail::Util::maildomain to look in a list of places for sendmail.cf


Thu Aug 24 1995   Graham Barr <gbarr@.ti.com>

 o  Modified maildomain to look for /usr/lib/smail/config before
    attempting smtp


Wed Aug 16 1995   Graham Barr <gbarr@.ti.com>

 o  Modified maildomain to prepend hostname to domainname if it cannot
    find the address via SMTP

 o  Added mailaddress() to Mail::Util


Tue Aug 15 1995   Graham Barr <gbarr@.ti.com>

 o  Modified Mail::Util::maildomain to parse /etc/sendmail.cf if
    it exists and extract the mail domain


Mon Aug 14 1995   Graham Barr <gbarr@.ti.com>

 o  Added maildomain into Mail::Util

 o  Applied Andreas Koenig's patches to Mail::Mailer and Mail::Send


Wed Jul 12 1995   Graham Barr <gbarr@.ti.com>

 o  Added -a/-s switches to rplyto to enable a choice of reply to
    all or just the sender