Lines Matching refs:response
755 # test response of client to a non-successful HELO message
866 self.push('501 Syntax: AUTH <mechanism> [initial-response]')
897 self.push('535 Splitting response {!r} into user and password'
928 self.push('535 Splitting response {!r} into user and password '
1359 # server is set up to munge the EHLO response, so we need to provide
1496 # RFC 4954's AUTH command allows for an optional initial-response.
1502 # AUTH PLAIN <initial-response> with the response base 64
1503 # encoded. Hard code the expected response for the test.
1557 code, response = smtp.auth('plain', smtp.auth_plain)