Home | History | Annotate | Download | only in python2.7

Lines Matching full:authenticate

43         'AUTHENTICATE': ('NONAUTH',),
112 AUTHENTICATE, and the last argument to APPEND which is passed as
327 def authenticate(self, mechanism, authobject):
328 """Authenticate command - requires response processing.
349 typ, dat = self._simple_command('AUTHENTICATE', mech)
518 return self.authenticate('CRAM-MD5', self._CRAM_MD5_AUTH)