|
Revision 1, 337 bytes
(checked in by amcgregor, 2 years ago)
|
|
Initial import of entire TurboMail tree.
Effectively a full transfer from our in-house Subversion server.
Includes past releases and trunk.
|
| Line | |
|---|
| 1 | TurboMail is a TurboGears extension - meaning that it starts up and |
|---|
| 2 | shuts down alongside TurboGears applications you write in the same |
|---|
| 3 | way that visit tracking and identity do. TurboMail uses built-in |
|---|
| 4 | Python modules for SMTP communication and MIME e-mail creation, but |
|---|
| 5 | greatly simplifies these tasks by performing the grunt-work for you. |
|---|