Lines Matching full:plain
922 self.serv.add_feature("AUTH PLAIN")
944 self.serv.add_feature("AUTH BOGUS PLAIN LOGIN CRAM-MD5")
951 supported = {'CRAM-MD5', 'PLAIN', 'LOGIN'}
1180 Content-Type: text/plain; charset="utf-8"
1215 # PLAIN does those, so test that here. See issue #15014.
1217 if args[0].lower() == 'plain':
1219 # AUTH PLAIN <initial-response> with the response base 64
1259 self.serv.add_feature('AUTH PLAIN')
1266 self.serv.add_feature('AUTH PLAIN')
1271 code, response = smtp.auth('plain', smtp.auth_plain)