X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=roundup%2Fmailer.py;h=ec5951ed87b12c8bd88289da049dbc51ce81cd7a;hb=cff4a0ee0f4aaed78c316cf70e2a3263f3158f02;hp=ddfc109978f6f032774dbec99ae2067b94d28e4a;hpb=b4a76c697afb9a0004a0cef484a9cd06b9057038;p=roundup.git diff --git a/roundup/mailer.py b/roundup/mailer.py index ddfc109..ec5951e 100644 --- a/roundup/mailer.py +++ b/roundup/mailer.py @@ -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