OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IMAP4_PORT
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py
34
IMAP4_PORT
= 143
151
def __init__(self, host = '', port =
IMAP4_PORT
):
221
def open(self, host = '', port =
IMAP4_PORT
):
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py
34
IMAP4_PORT
= 143
151
def __init__(self, host = '', port =
IMAP4_PORT
):
221
def open(self, host = '', port =
IMAP4_PORT
):
[
all
...]
Completed in 600 milliseconds