We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26deb96 commit 56e39c0Copy full SHA for 56e39c0
poweremail_auth/poweremail_core.py
@@ -47,7 +47,7 @@ def login_smtp(self, cursor, uid, core_account, smtp_conn, context=None):
47
auth_str = self.generate_oauth_2_string(core_account.email_id, token, base64_encode=False)
48
self.smtp_authentication(smtp_conn, auth_str)
49
else:
50
- super(PoweremailCoreAccounts, self).login_imap(cursor, uid, core_account, smtp_conn, context=context)
+ super(PoweremailCoreAccounts, self).login_smtp(cursor, uid, core_account, smtp_conn, context=context)
51
52
def smtp_authentication(self, smtp_conn, auth_string):
53
if config.get('debug_enabled', False):
0 commit comments