OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:message_parts
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py
432
def fetch(self, message_set,
message_parts
):
435
(typ, [data, ...]) = <instance>.fetch(message_set,
message_parts
)
437
'
message_parts
' should be a string of selected parts
443
typ, dat = self._simple_command(name, message_set,
message_parts
)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py
432
def fetch(self, message_set,
message_parts
):
435
(typ, [data, ...]) = <instance>.fetch(message_set,
message_parts
)
437
'
message_parts
' should be a string of selected parts
443
typ, dat = self._simple_command(name, message_set,
message_parts
)
[
all
...]
Completed in 271 milliseconds