Home | History | Annotate | Download | only in python2.7

Lines Matching full:auth

61 OLDSTYLE_AUTH = re.compile(r"auth=(.*)", re.I)
422 # we have to take the old-style auth advertisement into account,
425 # 2) There are some servers that only advertise the auth methods we
430 self.esmtp_features["auth"] = self.esmtp_features.get("auth", "") \
442 if feature == "auth":
576 if not self.has_extn("auth"):
577 raise SMTPException("SMTP AUTH extension not supported by server.")
580 authlist = self.esmtp_features["auth"].split()
595 (code, resp) = self.docmd("AUTH", AUTH_CRAM_MD5)
601 (code, resp) = self.docmd("AUTH",
604 (code, resp) = self.docmd("AUTH",