Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/roundup/mailer.py Wed Feb 11 21:34:31 2004 +0000 +++ b/roundup/mailer.py Wed Feb 11 23:55:10 2004 +0000 @@ -1,5 +1,7 @@ -"""Sending Roundup-specific mail over SMTP.""" -# $Id: mailer.py,v 1.4 2004-01-20 00:05:46 richard Exp $ +"""Sending Roundup-specific mail over SMTP. +""" +__docformat__ = 'restructuredtext' +# $Id: mailer.py,v 1.5 2004-02-11 23:55:08 richard Exp $ import time, quopri, os, socket, smtplib, re
