- Nothing changed yet.
- Fix Python 3.9 compatibility. [thet]
- Fix support for MailHost 4.10 (see issue 33). [pbauer]
- Fixed
SyntaxError
in previous release. [tareqalam]
- Encoding fix for Python 3 [ajung]
- Restore compatability with plone.api. [pbauer]
- Add support Python 3 [pbauer]
- Check environment variables in Zope2 initialize instead of import time. This allows to configure environment-vars in zope.conf and use them when starting the instance with slc.zopescript [fRiSi]
- Treat
FIXED_ADDRESS
as a list. Previously, depending on your Plone version. a fixed address could get interpreted as a list of single-character email addresses, which of course does not work. Now it works properly. You can also give a list of addresses by separating them using spaces:[email protected] [email protected]
. Fixes collective#4 [maurits]
- Add environment variable
PRINTING_MAILHOST_FIXED_ADDRESS
to send all emails to a single, fixed address. PrintingMailHost still needs to be enabled, so this is in addition to printing. collective#2 [maurits] - Since we can enable PMH via an environment variable and thus when not running in debug mode / foreground, emails are no longer printed, but written to the zope event log. [pysailor]
- Also patch (Secure)MaildropHost when available. [maurits]
- Allow passing keyword 'immediate'. Needed for Plone 4 compatibility. [maurits]
- Fix email Message import [claytron]
- Rough support for multipart email messages [iElectric]
- Decode base64 encoded email messages [claytron]
- Added environment variable (ENABLE_PRINTING_MAILHOST) to enable or disable PrintingMailHost [claytron]
- Update README and HISTORY.txt [claytron]
- Release as an egg to PyPi [claytron]
- Updated to use the new standard log mechanism: logging.getLogger. Reformated messages/docstrings. [dtremea] (2006-03-17)
- Extended to also patch SecureMailBase from SecureMailHost, if available. [dtremea] (2005-10-23)
- Fixed to work both with old-style and new-style classes, as in the later, dict is a 'dictproxy' instance, which doesn't have the setitem method. Bumpped version. Noted changes. And clean up whitespaces, of course... ;-) [dtremea] (2005-10-23)
- Initial creation/release [optilude] (2005-04-05)