The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
==================================================
Changes from 2005-03-25 00:00:00 +0000 to present.
==================================================

-------------------------------------------
version 1.0400 at 2015-03-23 05:33:58 +0000
-------------------------------------------

  Change: 3f879eff36bcafd741bad670db9e8c3d759b38e1
  Author: Naveed Massjouni <naveed@vt.edu>
  Date : 2015-03-23 01:32:49 +0000

    v1.0400 

  Change: ff12cdb0b799bc837edfe51afa0ae30c2229c40f
  Author: Naveed Massjouni <naveedm9@gmail.com>
  Date : 2015-03-18 02:54:29 +0000

    Merge pull request #23 from melmothx/feature/attach-data

    Do not skip attachment if Data is provided 

  Change: 010ceb54743eb7648f71a1d1be412138c0643d8c
  Author: Marco Pessotto <melmothx@gmail.com>
  Date : 2015-03-17 12:05:20 +0000

    Do not skip attachment if Data is provided 

-------------------------------------------
version 1.0300 at 2015-01-31 08:32:39 +0000
-------------------------------------------

  Change: aa55c5176d1d92aa63d74a71852250f3b4e97bc2
  Author: Naveed Massjouni <naveed@vt.edu>
  Date : 2015-01-31 03:32:39 +0000

    v1.0300 

  Change: a4ac7e8fda2dd82691dbc82abacf71f22034903c
  Author: Naveed Massjouni <naveedm9@gmail.com>
  Date : 2015-01-31 03:28:31 +0000

    Merge pull request #21 from ironcamel/bcc

    added support for bcc 

  Change: 975066ec9d5c72277ba82fc2e88065bc0abff8a5
  Author: Naveed Massjouni <naveedm9@gmail.com>
  Date : 2014-09-01 06:04:47 +0000

    added support for bcc

    To support bcc, I followed the suggestion from:
    https://metacpan.org/pod/Email::Sender::Manual::QuickStart#Hey-wheres
    -my-Bcc-support I send 2 emails - one with the bcc header to the BCC
    recipients and one without the bcc header to the TO recipients.
    Thanks to Grega Pompe for the suggestion. 

-------------------------------------------
version 1.0201 at 2014-05-29 04:41:50 +0000
-------------------------------------------

  Change: f2d19c7db86bcdc2ce19574bff0103b7e679954e
  Author: Naveed Massjouni <naveedm9@gmail.com>
  Date : 2014-05-29 00:41:50 +0000

    releasing v1.0201 

-------------------------------------------
version 1.0200 at 2014-05-29 04:24:56 +0000
-------------------------------------------

  Change: 7e7916e11bddb89ac799e77bc488566dbbff7308
  Author: Naveed Massjouni <naveedm9@gmail.com>
  Date : 2014-05-29 00:24:56 +0000

    releasing v1.0200 

  Change: d8e23eef1ebceee3a73c1f59743c53f3ebac907b
  Author: Naveed Massjouni <naveedm9@gmail.com>
  Date : 2014-05-17 16:32:50 +0000

    Merge pull request #19 from fany/master

    added possibility to set sender address 

  Change: 593067fd7a7e7b9d66b8214bd76239ac92631c21
  Author: Martin H. Sluka <martin@sluka.de>
  Date : 2014-05-13 16:04:41 +0000

    added possibility to set sender address

    (different from From header) 

  Change: 2f799f8bf4c82257c1336e8c375b33c75443a458
  Author: Naveed Massjouni <naveedm9@gmail.com>
  Date : 2014-04-24 01:08:07 +0000

    Merge pull request #18 from melmothx/feature/multipart

    Added "multipart" key 

  Change: 3e2e75555b67b6512f6db69e34736130314cf38d
  Author: Marco Pessotto <melmothx@gmail.com>
  Date : 2014-04-15 10:15:08 +0000

    Cleaned up and documented 

  Change: 3ad998a6a8cf95149fdef27ae6817a2569241175
  Author: Marco Pessotto <melmothx@gmail.com>
  Date : 2014-04-15 09:41:35 +0000

    Permit the usage of make_multipart('related'); 

-------------------------------------------
version 1.0101 at 2014-02-09 22:38:22 +0000
-------------------------------------------

  Change: bc4429f7fef86b44999f31b177586922d4be7650
  Author: Naveed Massjouni <naveedm9@gmail.com>
  Date : 2014-02-09 17:38:22 +0000

    releasing v1.0101 

  Change: a8a84a5266cec6062cc99b1a57b4d7b0ea1996c3
  Author: Naveed Massjouni <naveedm9@gmail.com>
  Date : 2014-02-09 17:05:16 +0000

    Merge pull request #17 from rustyconover/master

    Prevent subroutine prototype mismatch between Dancer's load and
    Module::Load 

  Change: e971922f1d042f4286f05f7a1f829e8a13fe79ef
  Author: Rusty Conover <rusty@luckydinosaur.com>
  Date : 2014-02-09 09:42:36 +0000

    Change to only import debug and warning from Dancer rather than
    disallowing load. 

  Change: 6be5db6d2a8530e7f1aa5145726e8cad8eae80aa
  Author: Rusty Conover <rusty@luckydinosaur.com>
  Date : 2014-02-09 00:09:02 +0000

    Prevent Dancer's load from being exported so that it doesn't conflict
    with Module::Load's load export. 

  Change: 8cbeb4c5a873afe472b8b636146f13ec2a5af957
  Author: Naveed Massjouni <naveedm9@gmail.com>
  Date : 2013-10-18 07:40:22 +0000

    Merge pull request #16 from episodeiv/master

    Provide Date header with a sensible default value 

  Change: 24e40fddfb91adc7b61fa3a6eefa96df9d6a0bf5
  Author: Dennis Lichtenthäler <dennis.lichtenthaeler@episode-iv.de>
  Date : 2013-10-18 13:54:50 +0000

    Provide Date header with a sensible default value 

  Change: 28ae884d8df76bad707b748c82a89dafbabfce03
  Author: Naveed Massjouni <naveedm9@gmail.com>
  Date : 2013-03-09 00:00:15 +0000

    Getting ready to release version 1.0100 

  Change: 35cb9ade327c73c7d39ce291875b67c869d7461a
  Author: Naveed Massjouni <naveedm9@gmail.com>
  Date : 2013-03-08 20:28:40 +0000

    Merge pull request #14 from melmothx/master

    Make the MIME fields for attachments accessible from the plugin 

  Change: 6d397e90e49a18fe06c1bfa66d8444d3d5767b36
  Author: Marco Pessotto <melmothx@gmail.com>
  Date : 2013-02-27 17:08:51 +0000

    untabified the file 

  Change: ea8e9b2ae95ce3cb7bc17c31d801b25334f0ebc6
  Author: Marco Pessotto <melmothx@gmail.com>
  Date : 2013-02-09 13:15:59 +0000

    Give access to MIME fields to the user for the attachments

    This patch doesn't break retrocompatibility. When passing an hashref
    to the attachment, pass the hash to MIME::Entity, complaining if Path
    is missing.

    If a string is passed, the original routine is used.

    The example in the documentation has been changed to show a possible
    use (embedding CID images in HTML mails). 

-------------------------------------------
version 1.0000 at 2012-09-16 08:42:11 +0000
-------------------------------------------

  Change: cd6aad8db5f7a73f65ffe7c2628b524db5d76a48
  Author: Naveed Massjouni <naveedm9@gmail.com>
  Date : 2012-09-16 08:42:11 +0000

    Updating version for release 1.0000 

  Change: 1e66a34271e4ebdb162a158ff6922621df82b725
  Author: Naveed Massjouni <naveedm9@gmail.com>
  Date : 2012-09-16 08:17:37 +0000

    Added support for type => 'html' and extra headers. 

  Change: ab3abc1e4bbcc724d40180e523a3f3ea40490f9d
  Author: Naveed Massjouni <naveedm9@gmail.com>
  Date : 2012-08-17 05:17:34 +0000

    minor cleanup 

  Change: 1cad6a9b9136cf72d2456bc76d16b1f2f9ed2d18
  Author: Stefan Hornburg (Racke) <racke@linuxia.de>
  Date : 2012-07-29 13:51:28 +0000

    Add support for redirecting emails in development environments with
    Email::Sender::Transport::Redirect. 

  Change: d5c10a5e09abcd268343bca76566e58d5e06f0f4
  Author: Naveed Massjouni <naveedm9@gmail.com>
  Date : 2012-07-22 04:39:13 +0000

    Added support for file attachments 

  Change: 160d760a9fcae1d5220c30c8aba259dc2fd6390b
  Author: Naveed Massjouni <naveedm9@gmail.com>
  Date : 2012-07-16 02:36:32 +0000

    Major refactor which uses Email::Sender instead of Email::Stuff

    Email::Stuff is built on Email::Send which is deprecated in favor of
    Email::Sender. This is a major refactor which basically re-implements
    the entire module on top of Email::Sender. This is a breaking change.
    I tried my best to keep the interface the same (email { ... }), but
    the configuration has changed drastically. 

  Change: e1d6fe5171e3d6f2c10ddbc9c6f6960c1572cfb8
  Author: Naveed Massjouni <naveedm9@gmail.com>
  Date : 2012-07-15 13:39:03 +0000

    Merge pull request #8 from racke/pr/typos

    Fix usage of return value in "Handle Email Failures" code recipe. 

  Change: c4b66a07a1b5256bc5d1c82c53d2a706b62121d5
  Author: Stefan Hornburg (Racke) <racke@linuxia.de>
  Date : 2012-07-15 11:59:53 +0000

    Fix usage of return value in "Handle Email Failures" code recipe. 

-------------------------------------------
version 0.1300 at 2011-06-27 06:00:04 +0000
-------------------------------------------

  Change: 9bf17cab2647c9247a9c0619e045469831f0a394
  Author: Naveed Massjouni <naveedm9@gmail.com>
  Date : 2011-06-27 02:00:04 +0000

    Changing Prereq -> Prereqs in dist.ini. 

  Change: b6b2157bf88e0da5895253734b5d9bb323b9f493
  Author: Naveed Massjouni <naveedm9@gmail.com>
  Date : 2011-06-27 01:34:15 +0000

    Merge branch 'master' of github.com:ironcamel/Dancer-Plugin-Email 

  Change: 69b47cb8f9734764b2f71190fc47507d9ad005e3
  Author: Naveed Massjouni <naveedm9@gmail.com>
  Date : 2011-06-27 01:33:37 +0000

    Updating version to 0.1300 for a new CPAN release. 

  Change: 0957bb4921f7127b50c6b63a6c16717f302008c6
  Author: Naveed Massjouni <naveedm9@gmail.com>
  Date : 2011-06-26 22:18:06 +0000

    Merge pull request #4 from lonerr/master

    Support for Content-Transfer-Encoding header. Thanks lonerr. 

  Change: 3484301d65a4111e679d1e94d785365aec4631d1
  Author: Oleg A. Mamontov <oleg@mamontov.net>
  Date : 2011-06-20 12:56:43 +0000

    Some examples added to pod. 

  Change: 4d46aceb30468840949303f7ceb9f572625eb702
  Author: Oleg A. Mamontov <oleg@mamontov.net>
  Date : 2011-06-20 12:55:07 +0000

    Accepts 'encoding' parameter to set appropriate
    Content-Transfer-Encoding header. 

-------------------------------------------
version 0.1203 at 2011-06-02 06:13:55 +0000
-------------------------------------------

  Change: 9dd73e91b50586a9c3aedc981ea21cda01e5457a
  Author: Naveed Massjouni <naveedm9@gmail.com>
  Date : 2011-06-02 02:13:55 +0000

    Updating version to 0.1203 

  Change: 201376336d18aa55151ea015fbcf0e0f606228d0
  Author: Naveed Massjouni <naveedm9@gmail.com>
  Date : 2011-06-02 01:56:18 +0000

    Fixing attachments. Thanks rrb3942. Closes #2. 

-------------------------------------------
version 0.1202 at 2010-12-11 11:13:32 +0000
-------------------------------------------

  Change: 7894a4372ebd56577e19567a9b4702958c4bea5b
  Author: Naveed Massjouni <naveedm9@gmail.com>
  Date : 2010-12-11 06:13:32 +0000

    Fix for RT ticket #63706: reply_to not working.

    Thanks to jda@tapodi.net. Fixed warnings about uninitialized value in
    comparison. Updating version for a new release. 

  Change: 34c461337cad2ed805f522d1c60c812cbb1fcb38
  Author: unknown <Administrator@.(none)>
  Date : 2010-10-17 15:01:53 +0000

    Merge branch 'master' of
    git://github.com/alnewkirk/Dancer-Plugin-Email 

  Change: 6bba359a3133f4f695e5f9a73b29878b2e66415f
  Author: unknown <Administrator@.(none)>
  Date : 2010-10-17 14:52:49 +0000

    fixed dist.ini and pod, new version 

  Change: 0fc0d67b9d627db3dc2e3a73f3886d799df629cd
  Author: Al Newkirk <root@alnewkirk.com>
  Date : 2010-10-03 19:32:09 +0000

    fixed settings precedence 

  Change: 6e79bd0445e1941a5b67f603bf5bd4f530646f8d
  Author: unknown <Administrator@.(none)>
  Date : 2010-10-02 15:01:48 +0000

    Merge branch 'master' of
    git://github.com/alnewkirk/Dancer-Plugin-Email 

  Change: 938192e9250af6a189259605da08b731aed7348d
  Author: unknown <Administrator@.(none)>
  Date : 2010-10-02 14:58:05 +0000

    added multi-type email sending support, thanks Igor Bujna 

  Change: 6e665b8aedcd4bfaa91b65e4196d1975033deff0
  Author: Al Newkirk & Associates <github@alnewkirk.com>
  Date : 2010-09-13 11:03:41 +0000

    ran spellcheck 

  Change: 3f45f0cb7c032b87856cad8a2d86753b084e91b0
  Author: unknown <Administrator@.(none)>
  Date : 2010-09-11 19:50:17 +0000

    fixed typo 

  Change: 7fa0b840d229733346251ce622925e62edda898c
  Author: unknown <Administrator@.(none)>
  Date : 2010-09-10 20:22:09 +0000

    fixed ignore 

  Change: c0332a9cc1945c41f12e999c734558f4fe94f58d
  Author: unknown <Administrator@.(none)>
  Date : 2010-09-10 20:20:33 +0000

    fixed smtp authentication support, added reply_to, default
    content-type is text 

  Change: d135fa031b9010e21bf568d58a5c1ef8e3893361
  Author: Al Newkirk & Associates <github@alnewkirk.com>
  Date : 2010-09-10 15:43:26 +0000

    working on SMTP authentication problem 

  Change: bade4a71a267c1739360ac2c39465361b3cd0f4f
  Author: Al Newkirk <root@alnewkirk.com>
  Date : 2010-05-16 22:01:35 +0000

    fixed dist.ini 

-----------------------------------------
version 0.01 at 2010-05-17 01:45:39 +0000
-----------------------------------------

  Change: fb8217371bb639cd92daf6bb23d8ac7b9dff356d
  Author: Al Newkirk <root@alnewkirk.com>
  Date : 2010-05-16 21:45:39 +0000

    initial commit, initial version 

================
End of releases.
================