You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-07-01 00:44:57 +02:00
Maybe fix fetchmail when used with pop3
This commit is contained in:
@ -64,7 +64,7 @@ def run(debug):
|
||||
username=escape_rc_string(fetch["username"]),
|
||||
password=escape_rc_string(fetch["password"]),
|
||||
options=options,
|
||||
folders=folders,
|
||||
folders='' if fetch['protocol'].lower().startswith('pop') else folders,
|
||||
lmtp='' if fetch['scan'] else 'lmtp',
|
||||
)
|
||||
if debug:
|
||||
|
Reference in New Issue
Block a user