This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mdr0
Recipients
Date 2004-11-10.06:40:25
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=994239

Here's a new version of BaseSMTPServer with the following
changes:

* Added lots of documentation.
* Changed code style to conform with PEP 8.
* Added allow_host() method.
* Added smtp_NOOP() method.
* Improved interface to process_message() and access-control
methods.

Please let me know what you think.  Thanks!
History
Date User Action Args
2007-08-23 15:40:27adminlinkissue1057417 messages
2007-08-23 15:40:27admincreate