Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-TurboMail: Multi-threaded mail queue manager for TurboGears applications
- Summary
- 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.
Changelog
- * Fri Jan 19 16:00:00 2007 Luke Macken <lmacken{%}redhat{*}com> 2.0.3-3
- Remove superfluous build
- * Fri Dec 15 16:00:00 2006 Luke Macken <lmacken{%}redhat{*}com> 2.0.3-2
- Add TurboGears to BuildRequires
- Remove superfluous CFLAGS
- Add LICENSE.txt
- * Thu Dec 14 16:00:00 2006 Luke Macken <lmacken{%}redhat{*}com> 2.0.3-1
- Initial release