You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-25 22:12:28 +02:00
Merge branch 'master' into patch-1
This commit is contained in:
@@ -66,7 +66,7 @@ def run(debug):
|
||||
for fetch in fetches:
|
||||
fetchmailrc = ""
|
||||
options = "options antispam 501, 504, 550, 553, 554"
|
||||
if "FETCHMAIL_OPTIONS" in os.environ: options += f' {os.environ["FETCHMAIL_OPTIONS"]}'
|
||||
if "FETCHMAIL_OPTIONS" in os.environ: options += f'{ os.environ["FETCHMAIL_OPTIONS"]}'
|
||||
options += " ssl" if fetch["tls"] else " sslproto \'\'"
|
||||
options += " keep" if fetch["keep"] else " fetchall"
|
||||
options += " invisible" if fetch["invisible"] else ""
|
||||
|
||||
1
towncrier/newsfragments/3897.bugfix
Normal file
1
towncrier/newsfragments/3897.bugfix
Normal file
@@ -0,0 +1 @@
|
||||
Fix fallback for non-ssl fetchmail connections
|
||||
Reference in New Issue
Block a user