Code

The mail-gateway used to process messages fetched, e.g., via imap in a
authorschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 14 Jul 2009 09:10:43 +0000 (09:10 +0000)
committerschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 14 Jul 2009 09:10:43 +0000 (09:10 +0000)
commit0ba208189575accd1450bad55732c5ea54a1365e
tree03a0c46241b05b4476fda43289bc489c9b91c3ad
parent59ea64a263b1483379966799482fc2941526f32b
The mail-gateway used to process messages fetched, e.g., via imap in a
single big transaction.  Now we process each message coming in via the
mail-gateway in its own transaction. Regression-tests passed.
See also discussion:
http://thread.gmane.org/gmane.comp.bug-tracking.roundup.user/9500

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4315 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt
doc/upgrading.txt
roundup/instance.py
roundup/mailgw.py
roundup/scripts/roundup_mailgw.py
test/test_mailgw.py