コード例 #1
0
ファイル: download.py プロジェクト: sirech/deliver
 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')