[Zope-Checkins] CVS: Zope3/lib/python/Zope/Server/SMTP - SMTPServerChannel.py:1.1.2.3
Stephan Richter
srichter@cbu.edu
Tue, 9 Apr 2002 12:12:32 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/Server/SMTP
In directory cvs.zope.org:/tmp/cvs-serv4334/Server/SMTP
Modified Files:
Tag: Zope3-Server-Branch
SMTPServerChannel.py
Log Message:
Check in my big mess of stuff, which is working towards making FTP work
together with the Publisher. I will keep working on startup now, so that
we can test easier.
This is basically a check-in, so that Shane can see what I have done last
night. Please do not expect anything towork, since this is more than just
work in progress... it is a prototype to get FTP running via Publisher!
=== Zope3/lib/python/Zope/Server/SMTP/SMTPServerChannel.py 1.1.2.2 => 1.1.2.3 ===
# XXX: send mail to next server
pass
+
+
self._from = ''
self._to = []
self._message = ''