Changes for version 1.0101
- 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 LichtenthaÌ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).
Modules
Simple email sending for Dancer applications