[Commits] (bkirsch) Moved outgoingMessage setting
commits at osafoundation.org
commits at osafoundation.org
Mon Feb 7 16:19:22 PST 2005
Commit by: bkirsch
Modified files:
chandler/parcels/osaf/mail/smtp.py 1.30 1.31
Log message:
Moved outgoingMessage setting
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/mail/smtp.py.diff?r1=text&tr1=1.30&r2=text&tr2=1.31
Index: chandler/parcels/osaf/mail/smtp.py
diff -u chandler/parcels/osaf/mail/smtp.py:1.30 chandler/parcels/osaf/mail/smtp.py:1.31
--- chandler/parcels/osaf/mail/smtp.py:1.30 Fri Feb 4 14:32:41 2005
+++ chandler/parcels/osaf/mail/smtp.py Mon Feb 7 16:19:21 2005
@@ -1,5 +1,5 @@
-__revision__ = "$Revision: 1.30 $"
-__date__ = "$Date: 2005/02/04 22:32:41 $"
+__revision__ = "$Revision: 1.31 $"
+__date__ = "$Date: 2005/02/08 00:19:21 $"
__copyright__ = "Copyright (c) 2005 Open Source Applications Foundation"
__license__ = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
@@ -107,12 +107,12 @@
self.__getKinds()
+ self.mailMessage.outgoingMessage(account=self.account)
+
"""Clear out any previous DeliveryErrors from a previous attempt"""
for item in self.mailMessage.deliveryExtension.deliveryErrors:
item.delete()
- self.mailMessage.outgoingMessage(account=self.account)
-
messageText = message.kindToMessageText(self.mailMessage)
d = defer.Deferred()
More information about the Commits
mailing list