add notifications.py

This commit is contained in:
2021-09-10 03:20:02 +02:00
parent 78df57ab9a
commit 6dcfeb05f6
2 changed files with 313 additions and 0 deletions

View File

@@ -31,6 +31,10 @@ class BaseMailStorage(object):
"Add email to storage."
return ("", "")
def execute(self, milter, pretend=False,
logger=logging.getLogger(__name__)):
return
def find(self, mailfrom=None, recipients=None, older_than=None):
"Find emails in storage."
return