Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dimaplib.py34 IMAP4_PORT = 143 variable
162 def __init__(self, host = '', port = IMAP4_PORT):
232 def open(self, host = '', port = IMAP4_PORT):
/external/python/cpython3/Lib/
Dimaplib.py42 IMAP4_PORT = 143 variable
184 def __init__(self, host='', port=IMAP4_PORT):
295 def open(self, host = '', port = IMAP4_PORT):
/external/python/cpython3/Lib/test/
Dtest_imaplib.py78 s.connect(('', imaplib.IMAP4_PORT))
/external/python/cpython3/Doc/library/
Dimaplib.rst33 .. class:: IMAP4(host='', port=IMAP4_PORT)