Skip to content

Commit aef2bf8

Browse files
author
Richard Jones
committed
asdf
1 parent 851e365 commit aef2bf8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

roundup-popgw

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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

2121
import sys
2222
if int(sys.version[0]) < 2:
@@ -42,6 +42,7 @@ db = instance.open('admin')
4242
handler = instance.MailGW(db)
4343

4444
import getpass, poplib
45+
from rfc822 import Message
4546

4647
M = poplib.POP3('localhost')
4748
M.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
#

0 commit comments

Comments
 (0)