Skip to content

Commit

Permalink
Edit README mentioning usage of uid__range
Browse files Browse the repository at this point in the history
  • Loading branch information
skulltech committed Sep 8, 2018
1 parent 1f0b952 commit c21f2ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ Usage
# Messages whose subjects contain a string
inbox_messages_subject_christmas = imbox.messages(subject='Christmas')
# Messages whose UID is greater than 1050
inbox_messages_subject_christmas = imbox.messages(uid__range='1050:*')
# Messages from a specific folder
messages_in_folder_social = imbox.messages(folder='Social')
Expand Down

0 comments on commit c21f2ec

Please sign in to comment.