The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl module Mail::Builder

2.07 Sun Oct 30 2011
    - IMPROVED
        - Make Email::Valid validation customizable (RT72020 by Mark S Davis)

2.06 Wed Oct 26 2011
    - IMPROVED
        - Rename M::B::Role::TypeConstraints -> M::B::TypeConstraints
        - Add date headers (RT71939 by Daniel J McDonald)

2.05 Sun Dec 12 2010
    - CORRECTED
        - Fix to/cc/bcc accessors and constructor options

2.04 Sat Oct 16 2010
    - CORRECTED
        - Fix windows test failures (again)
        - Fix test failures due to low Email::MessageID version
        - Fix documentation typos
    - IMPROVED
        - Better examples
        - Use Moose native traits where possible

2.03 Tue Oct 5 2010
    - CORRECTED
        - Fix windows test failures
        - Fix test failures due to missing Net::Domain::TLD

2.02 Fri Oct 1 2010
    - CORRECTED
        - Add missing dependeny
        - Make now works with perl 5.8

2.00,2.01 Wed Sep 29 2010
    - IMPROVED
        - Ported to Moose
        - Email::MessageID is generated each time 'build_message' is called
        - Predicate methods to check if a value has been set (e.g. has_organization)
        - Clearer method to unset a value (e.g. clear_organization)
        - Mail::Builder::Image can now work with Filehandles, Paths and in-memory data
        - Mail::Builder::Attachment can now work with Filehandles, Paths and in-memory data
        - Add support for Email::Address
        - Mail::Builder::Address now has a 'comment' field/accessor
        - Better param validation
        - Better handling of autogenerated plaintext parts
    - CHANGED: 
        - Deprecated Mail::Builder::Image::File
        - Deprecated Mail::Builder::Image::Data
        - Deprecated Mail::Builder::Attachment::File
        - Deprecated Mail::Builder::Attachment::Data
        - Renamed 'has' method in Mail::Builder::List to 'contains'

1.16 Sat Mar 13 2010
    - CORRECTED
        - Fixed test failures on some hosts
        - Fixed bug on perl 5.8

1.13,1.14,1.15 Sat Mar 6 2010
    - IMPROVED
        - Make Mail::Builder::Image an abstract class; 
        - Add Mail::Builder::Image::Data and Mail::Builder::Image::File classes
    - CORRECTED
        - Documentation typos and wrong examples
        - RT55258 Message ID
        - RT40953 Makefile dependency missing
        - Some dist housekeeping

1.12 Mon Jun 2 2008
    - IMPROVED
        - added autotext option
        - documentation
        - accessor to set the mailer

1.11 Mon Jun 2 2008
    - IMPROVED 
        - sender address accessor
        - documentation
    - CORRECTED
        - Pod for M::B::Attachment

1.10 Tue May 13 2008
    - CHANGED
        - Only support for utf-8 charset
    - CORRECTED
        - non ascii characters in the header will be properly encoded
    - IMPROVED
        - Lazy/runtime loading of rarely used modules (require in 
          code instead of use)
        - Mail::Builder::Image now creates nicer image IDs
        - Convert HTML tables to text tables with Text::Table

1.09 Tue May 6 2008
    - IMPROVED
        - Improved handling of '<a href="..">' tags in text conversion
        - Switched to Module::Install
        - Multipart parts now specify Encoding = 'binary'
        - Additional tests
    - CORRECTED
        - Fixed bug in item list removal

1.08 Wed Feb 21 2008
    - CORRECTED
        - Fixed broken metayaml test

1.07 Wed Feb 20 2008
    - CHANGED
        - Slightly changed behavior of to,cc,bcc,attachment and image accessors
    - IMPROVED
        - Documentation
    - CORRECTED
        - Repaired broken deps

1.05 Mon Feb 11 2008
    - CHANGED
        - Split M::B::Attachment into M::B::Attachment::File and M::B::Attachment::Data
    - IMPROVED
        - Additional M::B::List utility methods
        - Better documentation

1.04 Mon Nov 19 2007
    - CORRECTED
        - Makefile.pm
        - META.yml

1.03 Mon Nov 19 2007
    - CORRECTED
        - META.yml
    - CHANGED
        - custom mime type recognition: Now uses MIME::Types

1.02 Mon Oct 22 2007
    - IMPROVED
        - updated documentation

1.01 Sun Oct 14 2007
    - IMPROVED
        - updated META.yml and documentation
    - CORRECTED
        - Included some files necessary for testing

1.00 Sun Oct 7 2007
    - original version; created by ExtUtils::ModuleMaker 0.49