Skip to content

Commit

Permalink
Merge pull request #10 from tylerritchie/master
Browse files Browse the repository at this point in the history
fix #8 select all mail folder as readonly
  • Loading branch information
caiobegotti committed Apr 2, 2014
2 parents c61b105 + 8d1e88f commit 2894f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lostphotosfound/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def _login(self, username, password):

# stats logging
print "LOG: selecting message folder '%s'" % all_mail
self._server.select_folder(all_mail)
self._server.select_folder(all_mail, readonly=True)

def _filter_messages(self):
"""Filter mail to only parse ones containing images"""
Expand Down

0 comments on commit 2894f33

Please sign in to comment.