We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c249cf1 commit 851e365Copy full SHA for 851e365
roundup-popgw
@@ -16,7 +16,7 @@
16
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
17
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
18
#
19
-# $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 $
20
21
import sys
22
if int(sys.version[0]) < 2:
@@ -51,10 +51,13 @@ for i in range(numMessages):
51
for j in M.retr(i+1)[1]:
52
s = cStringIO.StringIO('\n'.join(j))
53
s.seek(0)
54
- handler.main(s)
+ handler.handle_Message(Message(s))
55
56
57
# $Log: not supported by cvs2svn $
58
+# Revision 1.1 2001/11/01 22:07:11 richard
59
+# Completely untested pop gateway. It's a start.
60
+#
61
62
63
# vim: set filetype=python ts=4 sw=4 et si
0 commit comments