Mercurial > p > roundup > code
diff roundup/mailgw.py @ 1548:c36df13925f9
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 24 Mar 2003 02:56:30 +0000 |
| parents | f478c236b1f6 |
| children | caae7d8934dc |
line wrap: on
line diff
--- a/roundup/mailgw.py Mon Mar 24 02:51:22 2003 +0000 +++ b/roundup/mailgw.py Mon Mar 24 02:56:30 2003 +0000 @@ -73,7 +73,7 @@ an exception, the original message is bounced back to the sender with the explanatory message given in the exception. -$Id: mailgw.py,v 1.112 2003-03-24 02:51:21 richard Exp $ +$Id: mailgw.py,v 1.113 2003-03-24 02:54:35 richard Exp $ ''' import string, re, os, mimetools, cStringIO, smtplib, socket, binascii, quopri @@ -219,7 +219,7 @@ def do_apop(self, server, user='', password=''): ''' Do authentication POP ''' - self.do_pop(server, user, password, apop=1): + self.do_pop(server, user, password, apop=1) def do_pop(self, server, user='', password='', apop=0): '''Read a series of messages from the specified POP server.
