Lines Matching refs:user
665 """ Authobject to use with CRAM-MD5 authentication. Requires self.user
670 return self.user + " " + hmac.HMAC(
674 """ Authobject to use with PLAIN authentication. Requires self.user and
676 return "\0%s\0%s" % (self.user, self.password)
679 """ Authobject to use with LOGIN authentication. Requires self.user and
682 return self.user
686 def login(self, user, password, *, initial_response_ok=True):
690 - user: The user name to authenticate with.
735 self.user, self.password = user, password
940 # option allowing the user to enable the heuristics. (It should be