[Zope-Checkins] CVS: Zope3/lib/python/Zope/Server/SMTP/tests - __init__.py:1.1.2.1

Stephan Richter srichter@cbu.edu
Fri, 5 Apr 2002 12:19:54 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/Server/SMTP/tests
In directory cvs.zope.org:/tmp/cvs-serv18691/SMTP/tests

Added Files:
      Tag: Zope3-Server-Branch
	__init__.py 
Log Message:
First cut of SMTP. Same as for POP3. I have only transcribed shick! code to
our model. Since the shiks! code depends on SQL, there is quiet a bit of 
stuff to write to make it work for us. 
But at least all commands and status messages are covered now.


=== Added File Zope3/lib/python/Zope/Server/SMTP/tests/__init__.py ===
##############################################################################
#
# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
# All Rights Reserved.
# 
# This software is subject to the provisions of the Zope Public License,
# Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE.
# 
##############################################################################
"""

$Id: __init__.py,v 1.1.2.1 2002/04/05 17:19:53 srichter Exp $
"""