From: Plamen Dimitrov Date: Tue, 12 Apr 2022 07:32:43 +0000 (+0300) Subject: Update mail utils folder name assumptions from Objekte to Elemente X-Git-Tag: v1.7.1~8 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=a4bb1ceaecae3ed0c88843a70be4207ac80158bf;p=pyi2ncommon 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. --- 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