Flask-Mail Changelog
====================

Here you can see the full list of changes between each Flask-Mail release.


Version 0.9.1
-------------

Released September 28 2014

- Add an option for force ASCII file attachments
- Fix `force_text` function
- Fix some Python 3 support regarding email policy
- Added support ESMTP options
- Fixed various unicode issues related to message attachments, subjects, and email addresses


Version 0.9.0
-------------

Released June 14 2013

- Added initial Python 3 support


Version 0.8.2
-------------

Released April 11 2013

- Removed annoying stray print statement


Version 0.8.1
-------------

Released April 04 2013

- Fixed a bug with the new state object


Version 0.8.0
-------------

Released April 03 2013

- Fixed a bug with duplicate recipients
- Changed configuration options to be less confusing
- General API clean as things were happening in a few different places


Version 0.7.6
-------------

Released March 11 2013

- Fix bug with cc, and bcc fields not being lists


Version 0.7.5
-------------

Released March 03 2013

- Fix bug with non-ascii characters in email address
- MAIL_FAIL_SILENTLY config value defaults to False
- Bcc header no longer set as some mail servers forward it to the recipient


Version 0.7.4
-------------

Released November 20th 2012

- Allow messages to be sent without a body


Version 0.7.3
-------------

Released September 27th 2012

- Add extra_headers to Message class


Version 0.7.2
-------------

Released September 16th 2012

- Add __str__ method to Message class
- Add message character set option which defaults to utf-8


Version 0.7.1
-------------

Released September 5th 2012

- Date and message ID headers specified


Version 0.7 and prior
---------------------

Initial development by Dan Jacob and Ron DuPlain. Previously there was not a change log.


