[Zope-Checkins] CVS: Zope/lib/python/Products/MailHost - MailHost.py:1.81.4.2

Lennart Regebro regebro at nuxeo.com
Sat Dec 20 05:28:55 EST 2003


Update of /cvs-repository/Zope/lib/python/Products/MailHost
In directory cvs.zope.org:/tmp/cvs-serv30156/lib/python/Products/MailHost

Modified Files:
      Tag: regebro-esmtp_support-branch
	MailHost.py 
Log Message:
Support for ESMTP user+password authorization.


=== Zope/lib/python/Products/MailHost/MailHost.py 1.81.4.1 => 1.81.4.2 ===
--- Zope/lib/python/Products/MailHost/MailHost.py:1.81.4.1	Thu Dec 11 15:22:09 2003
+++ Zope/lib/python/Products/MailHost/MailHost.py	Sat Dec 20 05:28:54 2003
@@ -83,7 +83,7 @@
 
 
     security.declareProtected( 'Change configuration', 'manage_makeChanges' )
-    def manage_makeChanges(self,title,smtp_host,smtp_port,smtp_uid,smtp_pwd, REQUEST=None):
+    def manage_makeChanges(self,title,smtp_host,smtp_port,smtp_uid='',smtp_pwd='', REQUEST=None):
         'make the changes'
 
         title=str(title)




More information about the Zope-Checkins mailing list