OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:untagged_responses
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py
156
self.
untagged_responses
= {} # {typ: [data, ...], ...}
185
if 'PREAUTH' in self.
untagged_responses
:
187
elif 'OK' in self.
untagged_responses
:
538
if 'BYE' in self.
untagged_responses
:
539
return 'BYE', self.
untagged_responses
['BYE']
579
self._dump_ur(self.
untagged_responses
)
643
self.
untagged_responses
= {} # Flush old responses.
654
if 'READ-ONLY' in self.
untagged_responses
\
658
self._dump_ur(self.
untagged_responses
)
660
return typ, self.
untagged_responses
.get('EXISTS', [None]
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py
156
self.
untagged_responses
= {} # {typ: [data, ...], ...}
185
if 'PREAUTH' in self.
untagged_responses
:
187
elif 'OK' in self.
untagged_responses
:
538
if 'BYE' in self.
untagged_responses
:
539
return 'BYE', self.
untagged_responses
['BYE']
579
self._dump_ur(self.
untagged_responses
)
643
self.
untagged_responses
= {} # Flush old responses.
654
if 'READ-ONLY' in self.
untagged_responses
\
658
self._dump_ur(self.
untagged_responses
)
660
return typ, self.
untagged_responses
.get('EXISTS', [None]
[
all
...]
Completed in 1227 milliseconds