コード例 #1
0
ファイル: smtpd.py プロジェクト: 51reboot/huangweiyi
 def __init__(self, port):
     SMTPThreadedServer.__init__(self, port)
     # Override the store with out own
     self.store  = NonForgetingSMTPServerStore()
コード例 #2
0
ファイル: notification.py プロジェクト: thimalk/bloodhound
 def __init__(self, port):
     SMTPThreadedServer.__init__(self, port)
     self.store = CustomSMTPServerStore()
コード例 #3
0
 def __init__(self, port):
     SMTPThreadedServer.__init__(self, port)
     # Override the store with out own
     self.store = NonForgetingSMTPServerStore()
コード例 #4
0
 def __init__(self, port):
     SMTPThreadedServer.__init__(self, port)
     self.store = CustomSMTPServerStore()