summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 620ac06)
raw | patch | inline | side by side (parent: 620ac06)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 1 Nov 2001 22:09:36 +0000 (22:09 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 1 Nov 2001 22:09:36 +0000 (22:09 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@356 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup-popgw | patch | blob | history |
diff --git a/roundup-popgw b/roundup-popgw
index 4cf690142419f10b564d91b51ecd71edc6aa2274..f3dd2364251b913b9c7011c0ebd8266981cdd6f2 100644 (file)
--- a/roundup-popgw
+++ b/roundup-popgw
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: roundup-popgw,v 1.1 2001-11-01 22:07:11 richard Exp $
+# $Id: roundup-popgw,v 1.2 2001-11-01 22:09:36 richard Exp $
import sys
if int(sys.version[0]) < 2:
for j in M.retr(i+1)[1]:
s = cStringIO.StringIO('\n'.join(j))
s.seek(0)
- handler.main(s)
+ handler.handle_Message(Message(s))
#
# $Log: not supported by cvs2svn $
+# Revision 1.1 2001/11/01 22:07:11 richard
+# Completely untested pop gateway. It's a start.
+#
#
#
# vim: set filetype=python ts=4 sw=4 et si