Yesterday I released the second beta of TurboMail 3.0 :-) http://www.schwarz.eu/opensource/misc/2009/turbomail/TurboMail-3.0b2.tar.gz http://www.schwarz.eu/opensource/misc/2009/turbomail/TurboMail-3.0b2-py2.5.egg
TurboMail 3 works with TG1 and TG2/Pylons.We're very close to a final release. If you're using TurboMail 2 currently, please test this new release. I would like to make sure that we did not break backwards-compatibility unknowingly. Despite the numerous changes, I think switching a simple application to TurboMail 3 should not require code changes. We have quite good documentation bundled in the source release.
What is TurboMail: TurboMail is a Python library to ease sending emails from your application. By using TurboMail you can: * Easily construct plain text and HTML emails * Make your code which sends mails testable * Use different mail delivery strategies (e.g. your app should not block if your mail server is slow) * Switch the transport (e.g. SMTP, mailbox) by just changing some values in a config file Changes since beta1: - Integration with Pylons/TG2 - Implemented WrappedMessage to send pre-generated messages - Fixed compatibility for Python 2.3-2.6 - Fixed bug in address validation - Fixed sending messages to multiple recipients - Added tests for SMTP communication (and fixed a couple of bugs there) - Various documentation improvements I would like to thank all people contributing with bug reports and proposals to this release. The release was delayed by some server issues. As a result I created a temporary hg repository which contains the latest changes: http://oss.schwarz.eu/cgi-bin/hgwebdir.cgi/turbomail/ Roadmap to the final release: As you can see in the roadmap [1] there not much left to do before we release 3.0 finally (some very nice features were moved to 3.1 though). If there are no issues with the beta2 release, we'll have some kind of release candidate within a few days.There is a mailing list dedicated to TurboMail which might be good place to ask questions [2]
fs [1] http://www.python-turbomail.org/milestone/3.0 [2] http://groups.google.com/group/turbomail-devel
smime.p7s
Description: S/MIME Cryptographic Signature
