Lines Matching refs:push
848 self.push('%s %s' % (e.smtp_code, e.smtp_error))
855 self.push('503 Error: send EHLO first')
858 self.push('500 Error: command "AUTH" not recognized')
861 self.push(
866 self.push('501 Syntax: AUTH <mechanism> [initial-response]')
872 self.push('504 Command parameter not implemented: unsupported '
881 self.push('235 Authentication Succeeded')
883 self.push('535 Authentication credentials invalid')
891 self.push('334 ')
897 self.push('535 Splitting response {!r} into user and password'
905 self.push('334 VXNlcm5hbWU6')
909 self.push('334 UGFzc3dvcmQ6')
918 self.push('334 QnVHZ1liVWdHeQ==')
922 self.push('334 {}'.format(sim_cram_md5_challenge))
928 self.push('535 Splitting response {!r} into user and password '
945 self.push(resp)
952 self.push('250 %s %s' % (sim_users[arg], smtplib.quoteaddr(arg)))
954 self.push('550 No such user: %s' % arg)
963 self.push('250-%s %s' % (sim_users[user_email], quoted_addr))
965 self.push('250 %s %s' % (sim_users[user_email], quoted_addr))
967 self.push('550 No access for you!')
973 self.push(self.quit_response)
980 self.push(self.mail_response)
989 self.push(self.rcpt_response[self.rcpt_count-1])
999 self.push(self.data_response)
1289 self.push('421 closing')
1505 self.push('235 Ok')
1507 self.push('571 Bad authentication')