Mercurial > p > roundup > code
comparison roundup/mailer.py @ 2005:fc52d57c6c3e
documentation cleanup
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 11 Feb 2004 23:55:10 +0000 |
| parents | ce6806a2a72d |
| children | be047db3dd3d |
comparison
equal
deleted
inserted
replaced
| 2004:1782fe36e7b8 | 2005:fc52d57c6c3e |
|---|---|
| 1 """Sending Roundup-specific mail over SMTP.""" | 1 """Sending Roundup-specific mail over SMTP. |
| 2 # $Id: mailer.py,v 1.4 2004-01-20 00:05:46 richard Exp $ | 2 """ |
| 3 __docformat__ = 'restructuredtext' | |
| 4 # $Id: mailer.py,v 1.5 2004-02-11 23:55:08 richard Exp $ | |
| 3 | 5 |
| 4 import time, quopri, os, socket, smtplib, re | 6 import time, quopri, os, socket, smtplib, re |
| 5 | 7 |
| 6 from cStringIO import StringIO | 8 from cStringIO import StringIO |
| 7 from MimeWriter import MimeWriter | 9 from MimeWriter import MimeWriter |
