| Trees | Indices | Help |
|
|---|
|
|
| Classes | |
|
SMTPServerInterface A base class for the imlementation of an application specific SMTP Server. |
|
|
SMTPServerEngine Server engine that calls methods on the SMTPServerInterface object passed at construction time. |
|
|
SMTPServer A single threaded SMTP Server connection manager. |
|
|
SMTPServerStore Simple store for SMTP data |
|
|
SMTPThreadedServer Run a SMTP server for a single connection, within a dedicated thread |
|
| Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
| Variables | |
LF =
|
|
CR =
|
|
email_re = re.compile(r'
|
|
header_re = re.compile(r'^=\?
|
|
Imports: socket, string, threading, re, base64, quopri
| Function Details |
|
|
|
| Variables Details |
email_re
|
header_re
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Feb 28 09:34:44 2011 | http://epydoc.sourceforge.net |