| Trees | Indices | Help |
|
|---|
|
|
object --+
|
SMTPServerInterface
A base class for the implementation of an application specific SMTP Server. Applications should subclass this and override these methods, which by default do nothing.
A method is defined for each RFC821 command. For each of these methods, 'args' is the complete command received from the client. The 'data' method is called after all of the client DATA is received.
If a method returns 'None', then a '250 OK' message is automatically sent to the client. If a subclass returns a non-null string then it is returned instead.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jul 5 01:50:11 2023 | http://epydoc.sourceforge.net |