Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/library/
Dpoplib.rst18 Additionally, this module provides a class :class:`POP3_SSL`, which provides
42 .. class:: POP3_SSL(host[, port[, keyfile[, certfile]]])
176 Instances of :class:`POP3_SSL` have no additional methods. The interface of this
/external/python/cpython2/Lib/
Dpoplib.py325 class POP3_SSL(POP3): class
/external/python/cpython2/Lib/test/
Dtest_poplib.py280 self.client = poplib.POP3_SSL(self.server.host, self.server.port)
/external/python/cpython2/Misc/
DHISTORY3477 - poplib.POP3_SSL has been added.