mirror of
https://github.com/optim-enterprises-bv/Mailu-OIDC.git
synced 2025-11-01 10:37:45 +00:00
as per review
This commit is contained in:
@@ -64,7 +64,7 @@ def run(debug):
|
|||||||
username=escape_rc_string(fetch["username"]),
|
username=escape_rc_string(fetch["username"]),
|
||||||
password=escape_rc_string(fetch["password"]),
|
password=escape_rc_string(fetch["password"]),
|
||||||
options=options,
|
options=options,
|
||||||
folders='' if fetch['protocol'].lower().startswith('pop') else folders,
|
folders='' if fetch['protocol'] == 'pop3' else folders,
|
||||||
lmtp='' if fetch['scan'] else 'lmtp',
|
lmtp='' if fetch['scan'] else 'lmtp',
|
||||||
)
|
)
|
||||||
if debug:
|
if debug:
|
||||||
|
|||||||
Reference in New Issue
Block a user