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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 570 AUTH_PLAIN = "PLAIN"
585 preferred_auths = [AUTH_CRAM_MD5, AUTH_PLAIN, AUTH_LOGIN]
600 elif authmethod == AUTH_PLAIN:
602 AUTH_PLAIN + " " + encode_plain(user, password))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py 570 AUTH_PLAIN = "PLAIN"
585 preferred_auths = [AUTH_CRAM_MD5, AUTH_PLAIN, AUTH_LOGIN]
600 elif authmethod == AUTH_PLAIN:
602 AUTH_PLAIN + " " + encode_plain(user, password))

Completed in 2118 milliseconds