You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-07-03 00:47:16 +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"]),
|
username=escape_rc_string(fetch["username"]),
|
||||||
password=escape_rc_string(fetch["password"]),
|
password=escape_rc_string(fetch["password"]),
|
||||||
options=options,
|
options=options,
|
||||||
folders=folders,
|
folders='' if fetch['protocol'].lower().startswith('pop') else folders,
|
||||||
lmtp='' if fetch['scan'] else 'lmtp',
|
lmtp='' if fetch['scan'] else 'lmtp',
|
||||||
)
|
)
|
||||||
if debug:
|
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