From a4bb1ceaecae3ed0c88843a70be4207ac80158bf Mon Sep 17 00:00:00 2001 From: Plamen Dimitrov Date: Tue, 12 Apr 2022 10:32:43 +0300 Subject: [PATCH] Update mail utils folder name assumptions from Objekte to Elemente "Gesendete Objekte" was the old name from Outlook 2003-2007 and was changed to "Gesendete Elemente" in Outlook 2010 onwards. We aligned ourselves with Outlook since it's the most used email client with the IBS. --- src/mail_validator.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mail_validator.py b/src/mail_validator.py index 7888665..19ce7dd 100644 --- a/src/mail_validator.py +++ b/src/mail_validator.py @@ -523,7 +523,7 @@ class MailValidator: for expected_email in emails: # TODO: this can be improved by matching the emails themselves if expected_email in ["cyrus.cache", "cyrus.header", "cyrus.index", - "Entw&APw-rfe", "Gesendete Objekte", + "Entw&APw-rfe", "Gesendete Elemente", "Gel&APY-schte Elemente", "mailboxes.dump", "tmp"]: continue -- 1.7.1