[Zope3-checkins] CVS: Zope3/doc - TODO.txt:1.4
Marius Gedminas
mgedmin@codeworks.lt
Wed, 21 May 2003 06:51:55 -0400
Update of /cvs-repository/Zope3/doc
In directory cvs.zope.org:/tmp/cvs-serv7152/doc
Modified Files:
TODO.txt
Log Message:
Added mail delivery service to TODO.txt. Codeworks people are working on it.
=== Zope3/doc/TODO.txt 1.3 => 1.4 ===
--- Zope3/doc/TODO.txt:1.3 Mon May 12 13:31:44 2003
+++ Zope3/doc/TODO.txt Wed May 21 06:51:54 2003
@@ -195,3 +195,12 @@
Some kind of field that can contain objects that conform to a particular
schema. And, widgets for this field.
+
+- Mailing service
+
+ Mail sending service that integrates with Zope 3 transactions and only sends
+ out email on successfull commits (and no multiple emails on ConflictErrors),
+ is asynchronous (does not force the user to wait until the mail is completely
+ sent) and reliable (does not lose mail on crashes, keeps a queue that can
+ survive server restarts).
+