Merge pull request #216 from maurofaccenda/master

Pass offline parameter to wait_inbox()
This commit is contained in:
Sean Whalen
2021-06-19 11:27:42 -04:00
committed by GitHub

View File

@@ -706,6 +706,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__()))