File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1616# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818#
19- # $Id: roundup-popgw,v 1.2 2001-11-01 22:09:36 richard Exp $
19+ # $Id: roundup-popgw,v 1.3 2001-11-01 22:20:39 richard Exp $
2020
2121import sys
2222if int (sys .version [0 ]) < 2 :
@@ -42,6 +42,7 @@ db = instance.open('admin')
4242handler = instance .MailGW (db )
4343
4444import getpass , poplib
45+ from rfc822 import Message
4546
4647M = poplib .POP3 ('localhost' )
4748M .user (getpass .getuser ())
@@ -55,6 +56,9 @@ for i in range(numMessages):
5556
5657#
5758# $Log: not supported by cvs2svn $
59+ # Revision 1.2 2001/11/01 22:09:36 richard
60+ # make popgw use the Message interface
61+ #
5862# Revision 1.1 2001/11/01 22:07:11 richard
5963# Completely untested pop gateway. It's a start.
6064#
You can’t perform that action at this time.
0 commit comments