From: richard Date: Thu, 1 Nov 2001 22:20:39 +0000 (+0000) Subject: asdf X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bf2d67b13623bc63ec6983a5806ea7f84e44da17;p=roundup.git asdf git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@357 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup-popgw b/roundup-popgw index f3dd236..f95b5dd 100644 --- a/roundup-popgw +++ b/roundup-popgw @@ -16,7 +16,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: roundup-popgw,v 1.2 2001-11-01 22:09:36 richard Exp $ +# $Id: roundup-popgw,v 1.3 2001-11-01 22:20:39 richard Exp $ import sys if int(sys.version[0]) < 2: @@ -42,6 +42,7 @@ db = instance.open('admin') handler = instance.MailGW(db) import getpass, poplib +from rfc822 import Message M = poplib.POP3('localhost') M.user(getpass.getuser()) @@ -55,6 +56,9 @@ for i in range(numMessages): # # $Log: not supported by cvs2svn $ +# Revision 1.2 2001/11/01 22:09:36 richard +# make popgw use the Message interface +# # Revision 1.1 2001/11/01 22:07:11 richard # Completely untested pop gateway. It's a start. #