Ticket #19: turbomailguide_spelling.patch
| File turbomailguide_spelling.patch, 3.2 kB (added by fs, 1 year ago) |
|---|
-
turbomail/documentation/guide.wiki
4 4 5 5 !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. 6 6 7 == Compat ability ==7 == Compatibility == 8 8 9 !TurboMail is compatible with Python 2.4 and 2.5, and should be compat able with Python 2.3, although this is untested.9 !TurboMail is compatible with Python 2.4 and 2.5, and should be compatible with Python 2.3, although this is untested. 10 10 11 11 == Installation & Upgrade Instructions == 12 12 … … 44 44 * `iso-8859-1` -- Uses quoted-printable encoding. 45 45 * `utf-8` -- Uses base64 encoding. 46 46 * `utf-8-qp` -- Configures utf-8 to use quoted-printable encoding. (Note: this is not a real character set and can only be used with !TurboMail. Note also that this setting reconfigures the global ''utf-8'' setting to use a different encoding and will effect other processes using this mechanism.) 47 * `mail.polling` (Defau t: ''False'') If enabled, configures the thread pool to poll every mail.interval seconds for new jobs. This may give performance benefits to the running application. The default behaviour is to create new threads as soon as work is enqueued, resulting in faster delivery, but greater initial load.47 * `mail.polling` (Default: ''False'') If enabled, configures the thread pool to poll every mail.interval seconds for new jobs. This may give performance benefits to the running application. The default behaviour is to create new threads as soon as work is enqueued, resulting in faster delivery, but greater initial load. 48 48 49 49 In debug mode, using a single thread with a maximum of one job can be advantageous. Having a single thread with a maximum of a single job limits !TurboMail to a single SMTP connection at a time and automatically disconnects after sending each message. 50 50 … … 106 106 * `bcc` -- Blind carbon-copy address or addresses. 107 107 * `cc` -- Carbon-copy address or addresses. 108 108 * `date` -- The Date header. 109 * `disposition` -- Request disposition not fication be sent to this address.109 * `disposition` -- Request disposition notification be sent to this address. 110 110 * `encoding` -- Content encoding specific to this message. 111 111 * `headers` -- A list of additional headers. 112 112 * `organization` -- The descriptive Organization header. … … 121 121 122 122 ---- 123 123 124 This [http://purl.org/dc/dcmitype/Text work] is licensed under a [http://creativecommons.org/licenses/by-nd/2.5/ca/ Creative Commons Attribution-No Derivative Works 2.5 Canada License]. 125 Kein Zeilenvorschub am Ende der Datei 124 This [http://purl.org/dc/dcmitype/Text work] is licensed under a [http://creativecommons.org/licenses/by-nd/2.5/ca/ Creative Commons Attribution-No Derivative Works 2.5 Canada License].
