Revision history for Perl extension Email::Simple.

2.100     2009-11-03
          merge Email-Simple-Creator into Email-Simple distribution

2.005     2009-01-22
          add repository metadata

2.004     2008-06-25
          publicize default_header_class method
          remove the long-deprecated Headers.pm

2.003     2007-07-19
          improve tests, for 5.5 compat
          remove conditional circular prereq on Email::MIME, replace it with a
          warning and delay

2.002     2007-07-14
          change initialization order to unbreak Email::MIME
          do not return ->body from ->body_set to simplify subclass behavior

2.001     2007-07-13
          fix t/perl-minver.t to properly skip if T::MV not installed
          retroactively set 2.000 release date!

2.000     2007-07-13
          huge improvement to speed of bodyless message parsing
            pointed out by Dan Dascalescu; thanks!
          more documentation of header class
          new Header crlf defaults to real CRLF
          fix tests to avoid requiring 5.6

1.999     2007-03-20
          fix bug 25496: deletion of headers affected the wrong range,
            sometimes deleting too many headers -- thanks, Nicholas Oxhoej!
          fix bug 24922: errant space in last header of CRLF-delim email
            thanks, Barry Downes and Alex Vandiver

1.998     2007-02-07
          MAJOR REFACTORING OF GUTS
          If you run Email::MIME, you MUST be running Email::MIME 1.857 or
            better.
          require Email::MIME 1.857 in Makefile.PL only if an older
            version is already installed
          boldly moving forward with refactored headers and
            Email::Simple:::Header
          greatly reduce memory footprint
          add crlf method to allow other modules to avoid ->{mycrlf}
          fix broken header-junk test

1.996 2006-11-27

1.995 2006-10-19

1.992 2006-10-05

1.990 2006-09-05

1.980 2006-08-17

1.970 2006-08-17

1.96 2006-07-28

1.95 2006-07-21

1.94 2006-07-03

1.92 2004-11-11

1.91 2004-10-27

1.9 Fix our own damned line-wrapping.

1.8 Do our own damned line-wrapping

1.7 Sample, don't assume, what CRLF we're using.

This means that mail with funny crlfs is round-trippable.

1.61 fixes to test suite. there was a 5.6ish open my $fh which led to

test failures under 5.00503

1.6 - fixes to test suite. We were using no_plan which fails on

older versions of Test::Harness

1.5 - fixes more warnings during ->as_string calls

      Documents more strongly that Email::Simple is intended for use
      with RFC2822 messages only

1.4 - fixes a warning emitted during ->as_string calls

fix for header unfolding
1.3 - Many fixes from Richard Clamp <richardc@unixbeard.net> 1.2 - Text::Wrapper->Text::Wrap

0.01 Thu Feb 13 15:07:01 2003