Readme updated

This commit is contained in:
Martin Rusev
2013-07-23 15:20:05 +03:00
parent 70dfa3daf2
commit 155bf221f9
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
Mailbox
Mailbox - IMAP for humans
=======
Python library for reading IMAP mailboxes and converting the email content to human readable data
@@ -28,6 +28,8 @@ Usage
all_messages = mailbox.get_all()
for message in all_messages:
........
# Every message is converted to a dictionary with the following keys: