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:

View File

@@ -5,7 +5,7 @@ version = '0.3'
setup(
name='mailbox',
version=version,
description="Python library for readin IMAP mailboxes and parsing emails",
description="Python library for reading IMAP mailboxes and parsing emails",
long_description= open('README.md').read(),
keywords='email, IMAP, parsing emails',
author='Martin Rusev',