public
Description: perl library for creating MIME messages
Homepage:
Clone URL: git://github.com/rjbs/email-mime-creator.git
name age message
file Changes Wed Apr 29 19:06:00 -0700 2009 deal with stupid Encodings line breaks [rjbs]
file LICENSE Mon Nov 20 06:44:48 -0800 2006 r28280@minion101: rjbs | 2006-11-20 07:25:54 ... [rjbs]
file MANIFEST Thu Mar 22 12:46:39 -0700 2007 r31128@knight: rjbs | 2007-03-22 15:44:42 -04... [rjbs]
file Makefile.PL Wed Apr 29 19:06:00 -0700 2009 deal with stupid Encodings line breaks [rjbs]
file README Tue Jan 20 13:10:45 -0800 2009 prep release [rjbs]
directory lib/ Tue Nov 03 12:18:25 -0800 2009 unicode-supporting changes [rjbs]
directory t/ Tue Nov 03 12:18:29 -0800 2009 drop pod tests [rjbs]
README
README for Email-MIME-Creator 1.455

This is a library to allow the creation of MIME messages from Perl data.

Consult its POD for more information.

To install:

  perl Makefile.PL
  make
  make test
  sudo make install