HomeSort by relevance Sort by last modified time
    Searched defs:POP3_SSL (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
poplib.py 10 # Added the POP3_SSL class. Methods loosely based on IMAP_SSL. Hector Urtubia <urtubia@mrbook.org> Aug 2003
317 class POP3_SSL(POP3):
320 Instantiate with: POP3_SSL(hostname, port=995, keyfile=None, certfile=None)
401 __all__.append("POP3_SSL")
  /external/python/cpython2/Lib/
poplib.py 10 # Added the POP3_SSL class. Methods loosely based on IMAP_SSL. Hector Urtubia <urtubia@mrbook.org> Aug 2003
325 class POP3_SSL(POP3):
328 Instantiate with: POP3_SSL(hostname, port=995, keyfile=None, certfile=None)
411 __all__.append("POP3_SSL")
  /prebuilts/gdb/darwin-x86/lib/python2.7/
poplib.py 10 # Added the POP3_SSL class. Methods loosely based on IMAP_SSL. Hector Urtubia <urtubia@mrbook.org> Aug 2003
317 class POP3_SSL(POP3):
320 Instantiate with: POP3_SSL(hostname, port=995, keyfile=None, certfile=None)
401 __all__.append("POP3_SSL")
  /prebuilts/gdb/linux-x86/lib/python2.7/
poplib.py 10 # Added the POP3_SSL class. Methods loosely based on IMAP_SSL. Hector Urtubia <urtubia@mrbook.org> Aug 2003
317 class POP3_SSL(POP3):
320 Instantiate with: POP3_SSL(hostname, port=995, keyfile=None, certfile=None)
401 __all__.append("POP3_SSL")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
poplib.py 10 # Added the POP3_SSL class. Methods loosely based on IMAP_SSL. Hector Urtubia <urtubia@mrbook.org> Aug 2003
317 class POP3_SSL(POP3):
320 Instantiate with: POP3_SSL(hostname, port=995, keyfile=None, certfile=None)
401 __all__.append("POP3_SSL")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
poplib.py 10 # Added the POP3_SSL class. Methods loosely based on IMAP_SSL. Hector Urtubia <urtubia@mrbook.org> Aug 2003
317 class POP3_SSL(POP3):
320 Instantiate with: POP3_SSL(hostname, port=995, keyfile=None, certfile=None)
401 __all__.append("POP3_SSL")
  /external/python/cpython3/Lib/
poplib.py 10 # Added the POP3_SSL class. Methods loosely based on IMAP_SSL. Hector Urtubia <urtubia@mrbook.org> Aug 2003
411 class POP3_SSL(POP3):
414 Instantiate with: POP3_SSL(hostname, port=995, keyfile=None, certfile=None,
459 __all__.append("POP3_SSL")

Completed in 77 milliseconds