1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Metadata-Version: 1.0
Name: TurboMail
Version: 2.1
Summary: Multi-threaded mail queue manager for TurboGears applications.
Home-page: http://www.python-turbomail.org/
Author: Alice Dawn Bevan-McGregor
Author-email: alice+turbomail@gothcandy.com
License: MIT
Download-URL: http://cheeseshop.python.org/pypi/TurboMail/
Description: TurboMail is a TurboGears extension, meaning that it starts up and shuts down alongside any TurboGears applications you write, in the same way that visit tracking and identity do. TurboMail uses built-in Python modules for SMTP communication and MIME e-mail creation, but greatly simplifies these tasks by performing the grunt-work for you. Additionally, TurboMail is multi-threaded, allowing for single or batch enqueueing and background delivery of mail.
Keywords: turbogears.extension
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: TurboGears
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|