- Timestamp:
- 05/25/07 04:25:04 (2 years ago)
- Location:
- branches/2.1
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/2.1/PKG-INFO
r17 r18 1 1 Metadata-Version: 1.0 2 2 Name: TurboMail 3 Version: 2. 0.43 Version: 2.1 4 4 Summary: Multi-threaded mail queue manager for TurboGears applications. 5 5 Home-page: http://trac.orianagroup.com/turbomail/ -
branches/2.1/setup.cfg
r17 r18 1 #[egg_info]2 #tag_build = -dev3 #tag_svn_revision = 11 [egg_info] 2 tag_build = -dev 3 tag_svn_revision = 1 4 4 5 5 [bdist_rpm] -
branches/2.1/turbomail/release.py
r13 r18 3 3 """Release information about the Turbo-Mail mail queue.""" 4 4 5 version = "2. 0.4"5 version = "2.1" 6 6 description = "Multi-threaded mail queue manager for TurboGears applications." 7 7 long_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."
