Searched refs:IMAP4_SSL_PORT (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/ |
D | imaplib.py | 43 IMAP4_SSL_PORT = 993 variable 1305 def __init__(self, host='', port=IMAP4_SSL_PORT, keyfile=None, 1330 def open(self, host='', port=IMAP4_SSL_PORT, timeout=None):
|
/third_party/python/Doc/library/ |
D | imaplib.rst | 85 .. class:: IMAP4_SSL(host='', port=IMAP4_SSL_PORT, keyfile=None, \
|