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-10-30.17:55:47
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
A new module that provides an SMTP server base class,
derived from the SocketServer class.

The class in this module does not implement a fully
functional SMTP server; it simply provides a framework
that subclasses can use to build their own
special-purpose SMTP servers.
History
Date User Action Args
2007-08-23 15:40:27adminlinkissue1057417 messages
2007-08-23 15:40:27admincreate