We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3ade4 commit c29a166Copy full SHA for c29a166
satdigitalinvoice/email.py
@@ -13,7 +13,7 @@
13
14
15
class EmailManager:
16
- def __init__(self, stmp_host, stmp_port, imap_host, imap_port, user, password, xoauth2_token=None):
+ def __init__(self, stmp_host, stmp_port, imap_host, imap_port, user, password=None, xoauth2_token=None):
17
# self.receiver = EmailReceiver(
18
# host=imap_host,
19
# port=imap_port,
0 commit comments