HomeSort by relevance Sort by last modified time
    Searched refs:authobject (Results 1 - 8 of 8) sorted by null

  /external/python/cpython3/Lib/
smtplib.py 604 def auth(self, mechanism, authobject, *, initial_response_ok=True):
611 'authobject' must be a callable object taking a single argument:
613 data = authobject(challenge)
627 initial_response = (authobject() if initial_response_ok else None)
637 authobject(challenge).encode('ascii'), eol='')
644 """ Authobject to use with CRAM-MD5 authentication. Requires self.user
653 """ Authobject to use with PLAIN authentication. Requires self.user and
658 """ Authobject to use with LOGIN authentication. Requires self.user and
    [all...]
imaplib.py 398 def authenticate(self, mechanism, authobject):
405 'authobject' must be a callable object:
407 data = authobject(response)
419 self.literal = _Authenticator(authobject).process
605 """ Authobject to use with CRAM-MD5 authentication. """
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
imaplib.py 327 def authenticate(self, mechanism, authobject):
334 'authobject' must be a callable object:
336 data = authobject(response)
348 self.literal = _Authenticator(authobject).process
522 """ Authobject to use with CRAM-MD5 authentication. """
    [all...]
  /external/python/cpython2/Lib/
imaplib.py 340 def authenticate(self, mechanism, authobject):
347 'authobject' must be a callable object:
349 data = authobject(response)
361 self.literal = _Authenticator(authobject).process
535 """ Authobject to use with CRAM-MD5 authentication. """
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imaplib.py 327 def authenticate(self, mechanism, authobject):
334 'authobject' must be a callable object:
336 data = authobject(response)
348 self.literal = _Authenticator(authobject).process
522 """ Authobject to use with CRAM-MD5 authentication. """
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
imaplib.py 327 def authenticate(self, mechanism, authobject):
334 'authobject' must be a callable object:
336 data = authobject(response)
348 self.literal = _Authenticator(authobject).process
522 """ Authobject to use with CRAM-MD5 authentication. """
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 327 def authenticate(self, mechanism, authobject):
334 'authobject' must be a callable object:
336 data = authobject(response)
348 self.literal = _Authenticator(authobject).process
522 """ Authobject to use with CRAM-MD5 authentication. """
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 327 def authenticate(self, mechanism, authobject):
334 'authobject' must be a callable object:
336 data = authobject(response)
348 self.literal = _Authenticator(authobject).process
522 """ Authobject to use with CRAM-MD5 authentication. """
    [all...]

Completed in 509 milliseconds