You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-12-03 22:49:11 +02:00
Enforce certificate checks with fetchmail, fixes #24
This commit is contained in:
@@ -19,7 +19,7 @@ def fetchmail(fetchmailrc):
|
||||
with tempfile.NamedTemporaryFile() as handler:
|
||||
handler.write(fetchmailrc.encode("utf8"))
|
||||
handler.flush()
|
||||
os.system("fetchmail -N -f '{}'".format(handler.name))
|
||||
os.system("fetchmail --sslcertck -N -f '{}'".format(handler.name))
|
||||
|
||||
|
||||
def run(cursor):
|
||||
|
||||
Reference in New Issue
Block a user