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

  /external/python/cpython3/Lib/test/
test_poplib.py 3 # Modified by Giampaolo Rodola' to give poplib.POP3 and poplib.POP3_SSL
21 if hasattr(poplib, 'POP3_SSL'):
381 # repeat previous tests by using poplib.POP3_SSL
387 self.client = poplib.POP3_SSL(self.server.host, self.server.port)
390 self.assertIn('POP3_SSL', poplib.__all__)
394 self.assertRaises(ValueError, poplib.POP3_SSL, self.server.host,
396 self.assertRaises(ValueError, poplib.POP3_SSL, self.server.host,
398 self.assertRaises(ValueError, poplib.POP3_SSL, self.server.host,
403 self.client = poplib.POP3_SSL(self.server.host, self.server.port,
  /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")
  /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")
  /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")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_poplib.py 3 # Modified by Giampaolo Rodola' to give poplib.POP3 and poplib.POP3_SSL
224 if hasattr(poplib, 'POP3_SSL'):
267 # repeat previous tests by using poplib.POP3_SSL
273 self.client = poplib.POP3_SSL(self.server.host, self.server.port)
276 self.assertIn('POP3_SSL', poplib.__all__)
  /external/python/cpython2/Lib/test/
test_poplib.py 3 # Modified by Giampaolo Rodola' to give poplib.POP3 and poplib.POP3_SSL
228 if hasattr(poplib, 'POP3_SSL'):
274 # repeat previous tests by using poplib.POP3_SSL
280 self.client = poplib.POP3_SSL(self.server.host, self.server.port)
283 self.assertIn('POP3_SSL', poplib.__all__)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_poplib.py 3 # Modified by Giampaolo Rodola' to give poplib.POP3 and poplib.POP3_SSL
224 if hasattr(poplib, 'POP3_SSL'):
267 # repeat previous tests by using poplib.POP3_SSL
273 self.client = poplib.POP3_SSL(self.server.host, self.server.port)
276 self.assertIn('POP3_SSL', poplib.__all__)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_poplib.py 3 # Modified by Giampaolo Rodola' to give poplib.POP3 and poplib.POP3_SSL
224 if hasattr(poplib, 'POP3_SSL'):
267 # repeat previous tests by using poplib.POP3_SSL
273 self.client = poplib.POP3_SSL(self.server.host, self.server.port)
276 self.assertIn('POP3_SSL', poplib.__all__)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_poplib.py 3 # Modified by Giampaolo Rodola' to give poplib.POP3 and poplib.POP3_SSL
224 if hasattr(poplib, 'POP3_SSL'):
267 # repeat previous tests by using poplib.POP3_SSL
273 self.client = poplib.POP3_SSL(self.server.host, self.server.port)
276 self.assertIn('POP3_SSL', poplib.__all__)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_poplib.py 3 # Modified by Giampaolo Rodola' to give poplib.POP3 and poplib.POP3_SSL
224 if hasattr(poplib, 'POP3_SSL'):
267 # repeat previous tests by using poplib.POP3_SSL
273 self.client = poplib.POP3_SSL(self.server.host, self.server.port)
276 self.assertIn('POP3_SSL', poplib.__all__)

Completed in 341 milliseconds