Show
Ignore:
Timestamp:
01/27/11 13:55:11 (16 months ago)
Author:
Menno Smits <menno@…>
Branch:
default
Message:

Support for modifiers in the FETCH command (#62)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • imapclient/imapclient.py

    r201 r202  
    490490        @param messages: Message IDs to fetch. 
    491491        @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']). 
    493494        @return: A dictionary indexed by message number. Each item is itself a 
    494495            dictionary containing the requested message parts.