You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-07-05 00:49:29 +02:00
Remove a debugging print, fixes #10
This commit is contained in:
@ -16,7 +16,6 @@ poll {host} proto {protocol} port {port}
|
||||
|
||||
|
||||
def fetchmail(fetchmailrc):
|
||||
print(fetchmailrc)
|
||||
with tempfile.NamedTemporaryFile() as handler:
|
||||
handler.write(fetchmailrc.encode("utf8"))
|
||||
handler.flush()
|
||||
|
Reference in New Issue
Block a user