mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-10-29 17:22:20 +00: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:
|
||||
|
||||
1
towncrier/newsfragments/2928.bugfix
Normal file
1
towncrier/newsfragments/2928.bugfix
Normal file
@@ -0,0 +1 @@
|
||||
fix fetchmail when used with POP3: disregard "folders"
|
||||
Reference in New Issue
Block a user