Mercurial > p > roundup > code
diff roundup/mailgw.py @ 1962:f29a7edc31da maint-0.6
allow serving of non-"file"-Class file content (eg. paper_file)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 07 Jan 2004 22:44:44 +0000 |
| parents | 8d3182e78ebc |
| children | e53972f581e3 |
line wrap: on
line diff
--- a/roundup/mailgw.py Fri Dec 19 01:51:56 2003 +0000 +++ b/roundup/mailgw.py Wed Jan 07 22:44:44 2004 +0000 @@ -16,7 +16,7 @@ # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -''' +""" 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.126.2.1 2003-12-19 01:51:56 richard Exp $ +$Id: mailgw.py,v 1.126.2.2 2004-01-07 22:44:44 richard Exp $ """ import string, re, os, mimetools, cStringIO, smtplib, socket, binascii, quopri
