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

Lines Matching full:cram

513         """ Force use of CRAM-MD5 authentication.
518 return self.authenticate('CRAM-MD5', self._CRAM_MD5_AUTH)
522 """ Authobject to use with CRAM-MD5 authentication. """