Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dimaplib.py35 IMAP4_SSL_PORT = 993 variable
1163 def __init__(self, host = '', port = IMAP4_SSL_PORT, keyfile = None, certfile = None):
1169 def open(self, host = '', port = IMAP4_SSL_PORT):