[bugfix] fixed call of function connect_to_mail_server

This commit is contained in:
Kasper D. Fischer 2025-03-21 17:48:49 +01:00
parent b986da5fef
commit 16fbbde3d9

View File

@ -302,7 +302,7 @@ def get_credential(source, param):
# return source if no credential was found
return source
def connect_to_mail_server(self, mail_params):
def connect_to_mail_server(mail_params):
"""
Connect to mail server and return server object.
"""