Skip to content

Commit

Permalink
Merge pull request googleapis#32 from jameswinegar/patch-1
Browse files Browse the repository at this point in the history
Update Readme. Thank you Jameswinegar.
  • Loading branch information
Narcolapser authored Jul 27, 2016
2 parents f4b83c7 + c1ff43b commit 8b56ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ An actual email with all it's associated data.

In the [Fetch File](https://github.com/Narcolapser/python-o365/blob/master/examples/fetchFile.py) example a filter is used to get only the unread messages with the subject line "Fetch File"
```python
i = Inbox(e,p,getNow=False) #Email, Password, Delay fetching so I can change the filters.
i = Inbox(auth,getNow=False) #Email, Password, Delay fetching so I can change the filters.

i.setFilter("IsRead eq false & Subject eq 'Fetch File'")

Expand Down

0 comments on commit 8b56ef8

Please sign in to comment.