Permalink
Cannot retrieve contributors at this time
Fetching contributors…

Revision history for Perl module Mail::Builder | |
2.13 Wed May 31 2017 | |
- CORRECTED | |
- Fix Makefile.PL for perl 5.26 | |
2.12 Mon Mar 13 2017 | |
- CORRECTED | |
- Fix text failures with Encode 2.87 #118885 (fixed by Kivanc Yazan) | |
- Improve Email::Valid validation (fixed by Kivanc Yazan) | |
2.11 Tue Sep 22 2016 | |
- CORRECTED | |
- Load Class::Load (required when using old Moose versions) | |
- Fix encoding of address fields | |
2.10 Sat Apr 2 2016 | |
- IMPROVED | |
- Do not use indirect object notation | |
- Fix typos in POD | |
- CORRECTED | |
- Fix text failures on perl 5.23 related to Encode changes | |
2.09 Tue Jan 28 2013 | |
- CORRECTED | |
- Fix deprecation warning with latest Moose | |
2.08 Sat Nov 17 2012 | |
- IMPROVED | |
- Swap attachment and text position (suggested by Mike Tonks) | |
- Dist housekeeping (Module::Install version, plugins | |
- Use Class::Load instead of Class::MOP to load classes | |
- Use namespace::autoclean | |
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 |