|
|
@ -65,8 +65,7 @@ def run(connection, cursor):
|
|
|
|
# activate the next statement to log the poll command
|
|
|
|
# activate the next statement to log the poll command
|
|
|
|
# Warning: the poll command contains the mailbox password
|
|
|
|
# Warning: the poll command contains the mailbox password
|
|
|
|
# in clear text
|
|
|
|
# in clear text
|
|
|
|
#print(fetchmailrc)
|
|
|
|
# print(fetchmailrc)
|
|
|
|
print(fetchmailrc)
|
|
|
|
|
|
|
|
finally:
|
|
|
|
finally:
|
|
|
|
cursor.execute("""
|
|
|
|
cursor.execute("""
|
|
|
|
UPDATE fetch SET error=?, last_check=datetime('now')
|
|
|
|
UPDATE fetch SET error=?, last_check=datetime('now')
|
|
|
|