Home
last modified time | relevance | path

Searched defs:IMAP4_SSL (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_imaplib.py48 IMAP4_SSL = imaplib.IMAP4_SSL variable
55 IMAP4_SSL = None variable
/external/python/cpython3/Lib/test/
Dtest_imaplib.py102 IMAP4_SSL = imaplib.IMAP4_SSL variable
109 IMAP4_SSL = None variable
/external/python/cpython2/Lib/
Dimaplib.py1151 class IMAP4_SSL(IMAP4): class
/external/python/cpython3/Lib/
Dimaplib.py1285 class IMAP4_SSL(IMAP4): class