Searched refs:IMAP4_PORT (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/ |
D | imaplib.py | 34 IMAP4_PORT = 143 variable 162 def __init__(self, host = '', port = IMAP4_PORT): 232 def open(self, host = '', port = IMAP4_PORT):
|
/external/python/cpython3/Lib/ |
D | imaplib.py | 42 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/ |
D | test_imaplib.py | 78 s.connect(('', imaplib.IMAP4_PORT))
|
/external/python/cpython3/Doc/library/ |
D | imaplib.rst | 33 .. class:: IMAP4(host='', port=IMAP4_PORT)
|