示例#1
0
 def _complete_headers(self):
     """Fill the headers of the mail"""
     complete_headers(self, u"Download of %s" % self.url, "download")
示例#2
0
 def _complete_headers(self):
     '''Fill the headers of the mail'''
     complete_headers(self, u'Digest for %s' % datetime.now(), 'digest')