[bugfix] fixed call of function connect_to_mail_server
This commit is contained in:
parent
b986da5fef
commit
16fbbde3d9
2
utils.py
2
utils.py
@ -302,7 +302,7 @@ def get_credential(source, param):
|
|||||||
# return source if no credential was found
|
# return source if no credential was found
|
||||||
return source
|
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.
|
Connect to mail server and return server object.
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user