Mercurial > p > roundup > code
diff roundup/mailgw.py @ 1244:8dd4f736370b
merge from maintenance branch
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 03 Oct 2002 06:56:30 +0000 |
| parents | c0a3b1c49ef7 |
| children | 6c24a86a12ae |
line wrap: on
line diff
--- a/roundup/mailgw.py Wed Oct 02 19:15:46 2002 +0000 +++ b/roundup/mailgw.py Thu Oct 03 06:56:30 2002 +0000 @@ -16,7 +16,7 @@ # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -__doc__ = ''' +''' An e-mail gateway for Roundup. Incoming messages are examined for multiple parts: @@ -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.93 2002-09-26 22:15:54 richard Exp $ +$Id: mailgw.py,v 1.94 2002-10-03 06:56:29 richard Exp $ ''' import string, re, os, mimetools, cStringIO, smtplib, socket, binascii, quopri
