work in progress Mail parsing

This commit is contained in:
phail
2022-04-19 00:39:00 +02:00
parent cca576f518
commit 027897ff03
5 changed files with 168 additions and 1 deletions

View File

@@ -199,7 +199,7 @@ class MailAccountHandler(LoggingMixin):
return total_processed_files
def handle_mail_rule(self, M, rule):
def handle_mail_rule(self, M, rule: MailRule):
self.log("debug", f"Rule {rule}: Selecting folder {rule.folder}")