Package twisted :: Package protocols :: Module imap4 :: Class ISearchableMailbox
[frames | no frames]

Class ISearchableMailbox

Interface --+
            |
           ISearchableMailbox


Method Summary
list or Deferred search(self, query, uid)
Search for messages that meet the given query criteria.

Method Details

search(self, query, uid)

Search for messages that meet the given query criteria.
Parameters:
query - The search criteria
           (type=list)
uid - If true, the IDs specified in the query are UIDs; otherwise they are message sequence IDs.
           (type=bool)
Returns:
A list of message sequence numbers or message UIDs which match the search criteria or a Deferred whose callback will be invoked with such a list.
           (type=list or Deferred)

Generated by Epydoc 2.0 on Tue Dec 9 17:48:03 2003 http://epydoc.sf.net