diff --git a/MANIFEST b/MANIFEST index 251da5f..665a500 100644 --- a/MANIFEST +++ b/MANIFEST @@ -14,6 +14,10 @@ django_mailbox/migrations/0003_auto__add_field_mailbox_active.py django_mailbox/migrations/0004_auto__add_field_message_outgoing.py django_mailbox/migrations/0005_rename_fields.py django_mailbox/migrations/0006_auto__add_field_message_in_reply_to.py +django_mailbox/migrations/0007_auto__del_field_message_address__add_field_message_from_header__add_fi.py +django_mailbox/migrations/0008_populate_from_to_fields.py +django_mailbox/migrations/0009_remove_references_table.py +django_mailbox/migrations/0010_auto__add_field_mailbox_from_email.py django_mailbox/migrations/__init__.py django_mailbox/transports/__init__.py django_mailbox/transports/babyl.py diff --git a/readme.rst b/readme.rst index 8a03ff8..52342af 100755 --- a/readme.rst +++ b/readme.rst @@ -24,6 +24,9 @@ You can either install from pip:: cd django-mailbox python setup.py install +After you have installed the package, +you should add the `django_mailbox` to your `INSTALLED_APPS`. + Polling for mail in POP3/IMAP or a local mailbox ================================================