- Update from 1.62 to 1.66

> version 1.66: Thu Jan 20 10:16:10 CET 2005
>
> 	- Extended explanation that Mail::Address is limited.
>
> 	- Added examples/mail-mailer.pl, contributed by [Bruno Negrão]
>
> 	- use Mail::Mailer qw(mail) sets default mailer.  Doc update by
> 	  [Slavan Rezic]
>
> 	- Mail::Mailer::smtp now can authenticate SSL [Aaron J. Mackey]
>
> version 1.65: Wed Nov 24 15:43:17 CET 2004
>
> 	- Remove "minimal" comments from Mail::Address
>
>         - [Dan Grillo] suggested some improvements to Mail::Address::name(),
> 	  and some more were added.
>
> 	- [Slavan Rezic] small typo.
>
> version 1.64: Tue Aug 17 22:24:22 CEST 2004
>
> 	- CPAN failed to index 1.63 correctly, so hopefully it will
> 	  work now.
>
> version 1.63: Mon Aug 16 17:28:15 CEST 2004
>
> 	- [Craig Davison] Fixed date format in Mail::Field::Date to
> 	  comply to the RFC
>
> 	- [Alex Vandiver] patched the email address parser to be able
> 	  to understand a list of addresses separated by ';', as Outlook
> 	  does. The ';' is the group separator, which was not understood
> 	  by MailTools before, but valid according to the RFCs.
>
> 	- [Torsten Luettgert] found that field labels like '-' where not
> 	  beautified correctly.
>
> 	- [Slavan Rezic] Updated doc in Mail::Mailer: referred to $command
> 	  which doesn't mean anything, and "testfile" is working differently.
>
> 	- [chris] Mail::Message::Field::wellformedName() will upper-case
> 	  *-ID as part in the fieldname.
This commit is contained in:
adrianp 2005-02-27 23:52:01 +00:00
parent c0f7cf34e5
commit e3e4f416a7
2 changed files with 6 additions and 7 deletions

View file

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.29 2004/12/20 11:31:04 grant Exp $
# $NetBSD: Makefile,v 1.30 2005/02/27 23:52:01 adrianp Exp $
DISTNAME= MailTools-1.62
DISTNAME= MailTools-1.66
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5mto
PKGREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.12 2005/02/24 09:59:26 agc Exp $
$NetBSD: distinfo,v 1.13 2005/02/27 23:52:01 adrianp Exp $
SHA1 (MailTools-1.62.tar.gz) = 9f73381994e390c04c8491cfb2ce07184f443bec
RMD160 (MailTools-1.62.tar.gz) = 9c358fffcc60eb12cfe5da3a80d7e7e479a80105
Size (MailTools-1.62.tar.gz) = 44394 bytes
SHA1 (MailTools-1.66.tar.gz) = 906dfaeb84ca0657c103ccd2e4aa16e352acdb0b
RMD160 (MailTools-1.66.tar.gz) = eebba4c5f874b30b3fcc935db35f79384c18ea4f
Size (MailTools-1.66.tar.gz) = 46901 bytes