1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Adding unread/read flagging for individual messages.

This commit is contained in:
Adam Coddington 2012-11-27 19:01:49 -08:00
parent 5c285017ca
commit af58c324f5
4 changed files with 61 additions and 1 deletions

View file

@ -2,7 +2,7 @@ from distutils.core import setup
setup(
name='django-mailbox',
version='1.3',
version='1.4',
url='http://bitbucket.org/latestrevision/django-mailbox/',
description='Import mail from POP3, IMAP, local mailboxes or directly from Postfix or Exim4 into your Django application automatically.',
author='Adam Coddington',