Searched refs:POP3_SSL (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dpoplib.py10 # Added the POP3_SSL class. Methods loosely based on IMAP_SSL. Hector Urtubia <urtubia@mrbook.org> Aug 2003
317 class POP3_SSL(POP3): class in inherits: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/
H A Dpoplib.py10 # Added the POP3_SSL class. Methods loosely based on IMAP_SSL. Hector Urtubia <urtubia@mrbook.org> Aug 2003
317 class POP3_SSL(POP3): class in inherits: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/test/
H A Dtest_poplib.py3 # 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/
H A Dtest_poplib.py3 # 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 121 milliseconds