pass offline parameter to wait_inbox()

This commit is contained in:
Mauro Faccenda
2021-01-20 15:53:19 +01:00
parent b43a622f9e
commit 478452de20
+1
View File
@@ -670,6 +670,7 @@ def _main():
test=opts.imap_test,
nameservers=opts.nameservers,
dns_timeout=opts.dns_timeout,
offline=opts.offline,
strip_attachment_payloads=sa)
except FileExistsError as error:
logger.error("{0}".format(error.__str__()))