Lines Matching full:mech
343 mech = mechanism.upper()345 #cap = 'AUTH=%s' % mech347 # raise self.error("Server doesn't allow %s authentication." % mech)349 typ, dat = self._simple_command('AUTHENTICATE', mech)1273 self.mech = mechinst # Callable object to provide/process data1276 ret = self.mech(self.decode(data))