diff --git a/app/models.py b/app/models.py index 036733be..e4b510ac 100644 --- a/app/models.py +++ b/app/models.py @@ -2576,6 +2576,7 @@ class Mailbox(Base, ModelMixin): self.email.endswith("@proton.me") or self.email.endswith("@protonmail.com") or self.email.endswith("@protonmail.ch") + or self.email.endswith("@proton.ch") or self.email.endswith("@pm.me") ): return True