Lines Matching refs:user
355 expected = (252, b'Cannot VRFY user, but will accept message ' + \
878 def _authenticated(self, user, valid):
880 self.authenticated_user = user
895 *_, user, password = logpass.split('\0')
897 self.push('535 Splitting response {!r} into user and password'
900 self._authenticated(user, password == sim_auth[1])
926 user, hashed_pass = logpass.split()
928 self.push('535 Splitting response {!r} into user and password '
935 self._authenticated(user, hashed_pass == valid_hashed_pass)
954 self.push('550 No such user: %s' % arg)
1102 expected_unknown = (550, ('No such user: %s' % u).encode('ascii'))
1142 smtp.user, smtp.password = sim_auth
1151 smtp.user, smtp.password = sim_auth
1168 smtp.user, smtp.password = sim_auth
1211 smtp.user, smtp.password = sim_auth[0], sim_auth[1]
1555 smtp.user = 'psu'