Changeset 202:269a0c252f9b for imapclient
- Timestamp:
- 01/27/11 13:55:11 (16 months ago)
- Branch:
- default
- Files:
-
- 1 modified
-
imapclient/imapclient.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
imapclient/imapclient.py
r201 r202 490 490 @param messages: Message IDs to fetch. 491 491 @param parts: A sequence of data items to retrieve. 492 @param modifiers: An optional sequence of modifiers. 492 @param modifiers: An optional sequence of modifiers (where 493 supported by the server, eg. ['CHANGEDSINCE 123']). 493 494 @return: A dictionary indexed by message number. Each item is itself a 494 495 dictionary containing the requested message parts.
