| 8 | | 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." |
| | 11 | long_description = """TurboMail 3 offers: |
| | 12 | |
| | 13 | * Simplified creation of complex messages, including rich text, attachments, and more. |
| | 14 | * Modular delivery managers including the blocking immediate manager, or the two threading managers: on-demand, and polling. |
| | 15 | * Modular back-ends including SMTP, Sendmail, or on-disk. |
| | 16 | * Easier debugging when using the debug back-end in concert with the immediate manager. |
| | 17 | * A plugin architecture with a sample plugin for altered message encoding |
| | 18 | * S/MIME encryption and digital signatures. |
| | 19 | * Automatic integration into TurboGears 1.x. |
| | 20 | |
| | 21 | Python includes several standard packages for handling e-mail. These libraries are independent of each-other, their documentation is hard-to-follow, and their examples are hardly real-world. TurboMail ties these dispersant elements together with an elegant and extensible API, freeing you (the developer) from drudge-work, strained eyes, and loss of hair, even for the most complicated use-cases. |
| | 22 | """ |