Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_imaplib.py104 IMAP4_SSL = imaplib.IMAP4_SSL variable
111 IMAP4_SSL = None variable
/third_party/python/Lib/
Dimaplib.py1284 class IMAP4_SSL(IMAP4): class