summaryrefslogtreecommitdiff
path: root/mail/p5-MailTools
AgeCommit message (Collapse)AuthorFilesLines
2000-02-15When multi-line dependencies occur, use a "DEPENDS+= package" formatagc1-3/+3
for each of the continuation lines, rather than using backslashes to continue a single, long definition. This makes it much easier to spot pre-requisite packages and other dependencies.
1999-12-01Update p5-MailTools to 1.13.rh3-6/+14
Changes include: Mail::Header - fold_line now skips X-Face lines Mail::Filter - Applied patch from <pncu_ss@uhura.cc.rochester.edu> (Josh Pincus) * Added return value to _filter() so that the function returns the result of the last subroutine in the list of filters. (the manpage specifies that one should have been able to do this originally.) Mail::Mailer - Treat VMS the same as MacOS as neither have sendmail et al. Mail::Mailer::smtp - Server can now be specified to Mail::Mailer contructor Mail::Alias, Mail::Util,Mail:Internet, Mail::Cap - local-ize some globals used Mail::Cap - check in $ENV{HOME} is defined Mail::Address - Fix capitalization problems with names like "Lie<DF>egang" Mail::Address - Fix use of uninitialized warning Update Makefile.PL for release 1.12 Mail::Internet - Added options to smtpsend Mail::Send - Updated docs for 'smtp' Mail::Header - Fix _fold_line for lines which contain quoted strings Mail::Address - avoid warnings if undef is passed to parse() Mail::Address - tweak to format to ensure comment is delimeted by () - typo in docs - Documentation update to Mail::Internet Mail::Cap - Fixed mailcap search so it works on MacOS Mail::Mailer - Change to use Mail::Util::mailaddress Mail::Util - updated mailaddess to be aware of MacOS Mail::Header - fix read(0 and extract() not to require non-whitespace characters on continuation lines, a single leading whitespace char is all that is needed. - Applied patch from Roderick Schertler to - Two places in Mail::Header are changed so they don't use $'. - A Mail::Header::as_string method is added. - Mail::Internet::as_string and as_mbox_string methods are added. The mbox variant does encoding appropriate for appending a message to a Unix mbox file. - Tests for the three new methods are added. Mail::Util - tweak to what maildomain looks for in the sendmail config file Mail::Address - Split out real handlers into thier own .pm files - Added Mail::Mailer::smtp, this is the default for MacOS Mail::Mailer - Applied patch from Slaven Rezic <eserte@cs.tu-berlin.de> to support FreeBSD properly Mail::Address - Applied patch from Chuck O'Donnell to improve name extraction t/extract.t - change for new extraction bin/*.PL - change "#!$Config{'scriptdir'}/perl -w\n" ot $Config{'startperl'}," -w\n" Mail::Field - modified so it works with perl < 5.004 Makefile.PL - removed code to prevent installation of Mail::Field Mail::Header - Added \Q and \E to some regexp's Mail::Mailer - Added patch from Jeff Slovin to pass correct args to mailx on DG/UX
1999-09-07Some cleanup:bad1-3/+3
i386-netbsd -> ${MACHINE_ARCH}-${LOWER_OPSYS} MACHINE_GNU_ARCH -> MACHINE_ARCH /./ -> /
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron1-3/+2
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-08s/netbsd/${LOWER_OPSYS}/gagc1-3/+3
1999-02-08Initial import of Mailtools perl5 module, methods to parse RFC822 compliantbouyer5-0/+78
mail messages, and a few other things.